Nineya
Home
Blog
SpringBoot MVC and WebFlux metrics filters adversely affect the response when metrics recording fails
2025-01-06 23:49:49
4251
We provided a custom WebMvcTagsProvider to add some additional Tags. One of the tags we added was an accept header. In o...
SpringBoot gradle bootWar generated war exposes classes files
2025-01-06 23:49:41
1360
Spring boot version: 2.4.5 (same version of gradle plugin)The spring boot generated war file has some spring classes in ...
SpringBoot Springboot based Jar hangs after running for 5-6 hrs comfortably
2025-01-06 23:49:24
1883
Please help as we have deployed our springboot jar as microservice on linux server which contains both html and calls to...
SpringBoot Reorder a few howtos
2025-01-06 23:49:12
189
The following are probably wrong:Convert an Existing Application to Spring BootUse Jedis Instead of LettuceUse Testconta...
SpringBoot BadRequest when @Valid request body fails does not produce message value anymore
2025-01-06 23:49:06
2191
HiUsing Spring-Boot v2.4.5 with starter-webfluxI have a @RestController class with the endpoint:@PostMapping("/regi...
SpringBoot Update documentation following the release of Spock Framework 2.0
2025-01-06 23:48:59
549
Hi,yesterday Spock 2.0 was finally released in a non milestone version. This PR updates the dependency management & ...
SpringBoot Modify MongoClientSettings while using auto configuration with mongodb
2025-01-06 23:48:53
8243
First off, I'm not using reactive driver.There are examples using a MongoClientSettingsBuilderCustomizer bean to access ...
SpringBoot Add autoconfiguration for r2dbc-proxy
2025-01-06 23:48:46
9218
Add autoconfiguration for r2dbc-proxy.Create a proxy of ConnectionFactory when:- r2dbc-proxy is in classpath- property i...
SpringBoot Upgrade to Spring Security 5.5.0
2025-01-06 23:48:39
21636
Comment From: snicollWe need to fix a classpath conflict as part of upgrading:Execution failed for task ':spring-boot-pr...
SpringBoot Javascript css stops loading at any time
2025-01-06 23:48:30
1477
we have deployed the springboot based jar file(with embedded undertow server) on one of our linux server and at any poin...
SpringBoot Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath
2025-01-06 23:48:22
753
This PR fixes bug #25350 in which remote devtools endpoint cannot be accessed if actuator and spring security are on the...
SpringBoot Append active profiles of the properties into active profiles of the environment
2025-01-06 23:48:15
209
Fixes https://github.com/spring-projects/spring-boot/issues/26151Comment From: mbhaveThanks for the PR @nguyensach. Ther...
SpringBoot Compile Kotlin code with allWarningsAsErrors = true
2025-01-06 23:48:03
639
We enabled -Werror for Java compilation in 2.4. It'd be nice to do the same for our Kotlin code as well. Ideally, we'd d...
SpringBoot Remove --add-opens for jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED once https://github.com/gradle/gradle/issues/16126 has been fixed
2025-01-06 23:47:55
279
Once we're using a Gradle 6.8.x version that includes the fix for https://github.com/gradle/gradle/issues/16126, we shou...
SpringBoot Tests are returning a null SessionCookieConfig when mocking the ServletContext
2025-01-06 23:47:22
136
26478 has revealed that tests exercising code that need SessionCookieConfig aren't mocking it properly when setuping the...
SpringBoot Remove unnecessary throws declaration in tests
2025-01-06 23:47:16
1641
This pr is only used to check the test method.Comment From: weixsun@wilkinsona I have checked all the test cases and era...
SpringBoot Update Gradle docs to use module replacement rather than dependency substitution
2025-01-06 23:47:09
2758
Signed-off-by: Caleb Cushing xenoterracide@g
...
SpringBoot Improve documentation of TestRestTemplate's fault tolerance
2025-01-06 23:46:58
785
Issue #25879 - Enhance documentation of TestRestTemplate's fault toleranceAs discussed in the issue above:1. Removed "@t...
SpringBoot Remove add-opens workaround in ToolchainPlugin
2025-01-06 23:46:51
566
Hi,this PR removes the --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED workaround when using toolchains as...
SpringBoot Tests are returning a null SessionCookieConfig when mocking the ServletContext
2025-01-06 23:46:43
250
Try to fix #26479 @snicoll This is a rough repair plan that can be used or just as a reference. Comment From: snicoll@we...
上一页
下一页
1
…
2038
2039
2040
2041
2042
…
2246
.