SpringBoot MVC and WebFlux metrics filters adversely affect the response when metrics recording fails

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

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

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

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

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

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

First off, I'm not using reactive driver.There are examples using a MongoClientSettingsBuilderCustomizer bean to access ...

SpringBoot Add autoconfiguration for r2dbc-proxy

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

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

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

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

Fixes https://github.com/spring-projects/spring-boot/issues/26151Comment From: mbhaveThanks for the PR @nguyensach. Ther...

SpringBoot Compile Kotlin code with allWarningsAsErrors = true

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

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

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

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

Signed-off-by: Caleb Cushing xenoterracide@g&#10...

SpringBoot Improve documentation of TestRestTemplate's fault tolerance

Issue #25879 - Enhance documentation of TestRestTemplate's fault toleranceAs discussed in the issue above:1. Removed "@t...

SpringBoot Remove add-opens workaround in ToolchainPlugin

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

Try to fix #26479 @snicoll This is a rough repair plan that can be used or just as a reference. Comment From: snicoll@we...
上一页 下一页
.