Nineya
Home
Blog
SpringBoot Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use
2025-01-06 18:19:06
7523
Expected Behavior:- The sql file "src/main/resources/data.sql" is run independent from the database during start up- Th...
SpringBoot WebMvcEndpointExposureIntegrationTests is flaky
2025-01-06 18:18:59
713
WebMvcEndpointExposureIntegrationTests > singleWebEndpointCanBeExcluded() FAILED org.springframework.core.io.buffe...
SpringBoot Polish
2025-01-06 18:18:51
161
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'
2025-01-06 18:18:44
9965
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
2025-01-06 18:18:35
475
Adds ability to choose Redis client when both Lettuce and Jedis on classpath.Fixes gh-22559Comment From: snicollThanks @...
SpringBoot FileSystemWatcherTests.waitsForQuietPeriod() is flaky
2025-01-06 18:18:29
10009
org.opentest4j.AssertionFailedError: Expecting: <2> to be equal to: <1> but was not. at ...
SpringBoot Add no-pull option for image building
2025-01-06 18:18:22
687
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
2025-01-06 18:18:14
1249
pom.xml: <plugin> <groupId>org.springframework.boot</groupId> ...
SpringBoot Autowired in hibernate constraintvalidator custom annotation returns nullexception
2025-01-06 18:18:07
13014
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
2025-01-06 18:18:01
3624
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
2025-01-06 18:17:54
436
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
2025-01-06 18:17:46
8658
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
2025-01-06 18:17:40
929
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
2025-01-06 18:17:33
1222
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
2025-01-06 18:17:27
5629
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
2025-01-06 18:17:18
1239
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
2025-01-06 18:17:11
374
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
2025-01-06 18:17:04
10071
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
2025-01-06 18:16:58
2050
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
2025-01-06 18:16:51
192
methods where a value being passed to a particular parameter appears to be always the same constantComment From: snicoll...
上一页
下一页
1
…
2132
2133
2134
2135
2136
…
2246
.