SpringBoot Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use

Expected Behavior:- The sql file "src/main/resources/data.sql" is run independent from the database during start up- Th...

SpringBoot WebMvcEndpointExposureIntegrationTests is flaky

WebMvcEndpointExposureIntegrationTests > singleWebEndpointCanBeExcluded() FAILED org.springframework.core.io.buffe...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks @izeye. I've flagged this as 2.3.x as I'...

SpringBoot Tests with ActiveProfiles annotation cannot resolve placeholder 'spring.profiles.active'

With version Spring Boot version 2.3.0.RELEASE, tests annotated with @ActiveProfiles("test") fail to resolve variable sp...

SpringBoot Allow Jedis to be selected when both Jedis and Lettuce are on the classpath

Adds ability to choose Redis client when both Lettuce and Jedis on classpath.Fixes gh-22559Comment From: snicollThanks @...

SpringBoot FileSystemWatcherTests.waitsForQuietPeriod() is flaky

org.opentest4j.AssertionFailedError:   Expecting: <2> to be equal to: <1> but was not. at ...

SpringBoot Add no-pull option for image building

When building an image, the Maven and Gradle plugins will always attempt to pull the builder and run images from an imag...

SpringBoot OCI image build fails if environment has any empty properties

pom.xml: <plugin> <groupId>org.springframework.boot</groupId> ...

SpringBoot Autowired in hibernate constraintvalidator custom annotation returns nullexception

After looking around, I couldn't find any good solution to this.My autowired didn't work as expected where it returns nu...

SpringBoot Spring boot controller class is not taking data more than 2MB from HTML template

Problem in short: i have a textbox in which i am entering 3 million characters long string value, and that string is not...

SpringBoot Add configuration to disable Redis Cluster dynamic sources refresh

This commit adds an option to enable/disable the DynamicRefreshSources setting on the Lettuce cluster toplogy refresh op...

SpringBoot Allow Jedis to be selected when both Jedis and Lettuce are on the classpath

If both Lettuce and Jedis exist on the classpath, LettuceConnectionConfiguration and JedisConnectionConfiguration will b...

SpringBoot Lettuce: Add configuration to disable Redis Cluster dynamic sources refresh

In https://github.com/spring-projects/spring-boot/issues/15630 some Lettuce specific options were added:spring.redis.let...

SpringBoot Use new core framework r2dbc support

As of Spring Framework 5.3, the core framework has some dedicated r2dbc support. This has an impact on spring-data-r2dbc...

SpringBoot It is unclear that server.tomcat.max-http-post-size and server.jetty.max-http-post-size only apply to POSTed form content

The documentation describes the following:server.tomcat.max-http-post-size=2MB # Maximum size of the HTTP post content.H...

SpringBoot Spring Boot Actuator behind a Proxy

The application is behind a proxy and reachable over for example this url https://app-x/node-x01. The problem is that th...

SpringBoot spring-boot-test / spock-spring / groovy logging annotation problem

Hi,when using spring-boot 2.3.2.RELEASE with spock-spring:1.3-groovy-2.5, using the @Slf4j annotation and running with ...

SpringBoot Reactive Redis:Spring Boot Application Start Fails If Redis is Unavailable

We are using Reactive Redis to cache web-client response.If Redis server is up and running application works fine.But Ap...

SpringBoot application.yml support for tomcat maxPostSize

It would be convenient if application.yml supported tomcat maxPostSize settings, versus the verbose snippet shown below....

SpringBoot Actual method parameter is the same constant inspection

methods where a value being passed to a particular parameter appears to be always the same constantComment From: snicoll...
上一页 下一页
.