SpringBoot Document how to customize dependency version in Version properties appendix

Version properties doc only lists all the version properties.How do you set these properties in gradle?For example the f...

SpringBoot Configuration of ciphers is ignored for TCP with Reactory Netty

Follow-up of https://github.com/reactor/reactor-netty/issues/1543There is a new API available, but we need to figure out...

SpringBoot DISCONNECTED_CLIENT+=PrematureCloseException

reactor.netty.http.client.PrematureCloseException is equivalent for org.apache.catalina.connector.ClientAbortException a...

SpringBoot Cannot upgrade Spring Boot app to Java 16

DescriptionToday I tried to upgrade our playground spring boot app from Java 14 to Java 16 and failed with that.ProblemT...

SpringBoot Keystore.load calls do not close InputStream

I noticed that Java process keeps lock on the keystore file when Netty+SSL is used on Windows.Detailed investigation sho...

SpringBoot Improve docs on editing static resources with instant "hot" reload

According to Reload static content hot reloading of FreeMarker templates should work in the IDE as long as spring.freema...

SpringBoot Application does not terminate upon completion of CommandLineRunner anymore

I run some java batch processes using this code structure:@SpringBootApplicationpublic class Application { public sta...

SpringBoot Docker rate limits reached in BootBuildImageIntegrationTests

Hi,I think BootBuildImageIntegrationTests needs to be revisited again. It's hitting Docker's rate limits on CI: https://...

SpringBoot Propagate TestSecurityContextHolder to SecurityContextHolder after MockMvc calls

The ProblemAfter performing any MockMvc request, the SecurityContext is cleared using ThreadLocalSecurityContextHolderSt...

SpringBoot Add detection of Azure App Service to CloudPlatform

Add Azure platform support to Spring Boot.More specifically, this adds "Azure App Service" support to Spring Boot - as t...

SpringBoot Static inner class is not identified by @Autowired

Kindly please let me know why the below code snippet does not work with 2.4.3 after upgrade from 1.5.9@Componentpublic c...

SpringBoot Including Spring Native breaks layertools

A project with only Spring Native (can be created from start.spring.io) breaks the layertools jar mode:$ java -Djarmode=...

SpringBoot Spring boot not starting with expected umask setting

We are trying to start an spring boot app ( default runtime - tomcat ) using a service account with has a umask value of...

SpringBoot Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath

managementSecurityFilterChain does not have an explicit order and will override the securityFilterChain in RemoteDevtool...

SpringBoot Configure SameSite attribute on session Cookies for Spring WebFlux

This issue is about configuring the SameSite attribute in a consistent way for session cookies in Spring WebFlux.Here's ...

SpringBoot ConfigData imports cannot override profile specific imports

Description:Lets say there is a profile baz.classpath:application-baz (local to jar) is overriding application-baz from ...

SpringBoot Auto-configure Mongo metrics

The current mechanism to enable Micrometer metrics for Mongo is to add the MongoMetricsCommandListener to the MongoClien...

SpringBoot Add InfluxDB customizer hook point

More configuration properties are added in order to allowcustomization for influxdb bean. Also, in order tocustomize inf...

SpringBoot MockMvc @RequestScope bean not working

Spring Boot 2.4.2Having a @RequestScope bean autowired inside the controller, the following test fails:@SpringBootTest@A...

SpringBoot log4j2(xml) configuration enhancement, support <SpringProfile> tag

Enhance the configuration of log4j2 (xml), support Profile-specific Configuration (&lt;SpringProfile&gt;), consistent wi...
上一页 下一页
.