SpringBoot Service connection for bitnami mongodb fails to connect

MongoEnvironment in org.springframework.boot.docker.compose.service.connection.mongo references the wrong env variables ...

SpringBoot Default inclusion of AprLifecycleListener, configured APR connector and spring-boot-starter-actuator crashes the JVM at shutdown time

I am using (in a minimal test application):* Spring Boot 2.5.5: <dependency> <groupId>org....

SpringBoot Add OAuth2-Client ConnectionDetails and Keycloak Docker-Compose support

Closes #36777This PR includes:Adding the ConnectionDetails abstraction for OAuth2 Registration + ProviderDocker-Compose ...

SpringBoot Include information about the scanned packages in failure analysis for NoSuchBeanDefinitionException

One possible cause of #28832 is that the packages containing the components haven't been scanned. If it's possible to do...

SpringBoot java.lang.NoClassDefFoundError: org.apache.commons.collections.FastHashMap

After upgrading to java 22 & spring boot 3.2.6, I get the following stack trace at runtime.Adding an old version of ...

SpringBoot Use chained append calls in StringBuilder for improved performance, and readability.

Use chained append calls in StringBuilder for improved memory usage, performance, and readability, and replace enhanced ...

SpringBoot DataSourceProperties fail to bind if java.sql module isn't included

I'm actually not certain if this is actually fixable as long as spring boot doesn't have its own module-info. Note: this...

SpringBoot Image building requires builder to specify a stack

According to the buildpacks documentation, stacks were deprecated in Platform API 0.12 and Buildpack API 0.10 (https://b...

SpringBoot AOT causes Logback configuration error when using include

Starting an application with AOT and a custom Logback configuration file (logback-spring.xml) with <include> eleme...

SpringBoot HTTP Method overriden on Spring-boot 2.7.8 but the 3 first letter of the first cookie

I just upgraded one application from spring-boot 2.7.7 to 2.7.8 and then every HTTP request including a cookie started t...

SpringBoot Make maxConnection property of Reactor Netty configurable

I was unable to set maxConnection configuration to my application. This way I will be able to manipulate it. We were hav...

SpringBoot Actuator startup endpoint fails to serialize JSON when field visibility is set to 'any'

I have a demo project using Spring Boot 2.7.3. The only dependencies are the web and actuator starters. I try to start t...

SpringBoot restTemplate.exchange have exception "insufficient data written" with springboot 3.3

The example use springboot 3.0 is normal, but use springboot 3.3 have exception.Maybe it is different from #31902detail ...

SpringBoot Add Support for --project-name Option in Docker Compose

Description:Requesting support for the --project-name option in Docker Compose within the spring-boot-docker-compose pro...

SpringBoot Custom actuator endpoint doesn't work after upgrading to Spring Boot 3.0.0

I've been using webflux in Spring Boot 3.2.x and I've implemented a custom actuator endpoint like this:@Component@RestCo...

SpringBoot Replace lambda with method reference

This PR replaces lambda with method reference whenever possible.Comment From: philwebbWhen we merge this I think we shou...

SpringBoot Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available

bug-spring-boot-jpms-40434.tar.gz/home/xeno/.asdf/installs/java/temurin-17.0.8+7/bin/java -XX:TieredStopAtLevel=1 -Dspri...

SpringBoot Support of CTE with Pageable

I've eagerly tried the CTE support with Hibernate but was quickly limited by Spring Data JPA's support of it. Here is a ...

SpringBoot Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer

This PR corrects some typos in javadoc.Comment From: pivotal-cla@donghoony Please sign the Contributor License Agreement...

SpringBoot Add CDS training run configuration documentation

As discussed in #40762 with @scottfrederick, this PR provides some documentation about configuration customization that ...
上一页 下一页
.