SpringBoot Avoid dependency resolution at configuration time

Our build currently resolves 4 configurations at configuration time::spring-boot-project:spring-boot-cli:loader:spring-b...

SpringBoot Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent

A documentation fix for #25473 to document how to configure maven's failsafe plugin when not using spring boot starter p...

SpringBoot Configure memory leak detection for Netty

We should add a property for configuring the level of leak detection with Netty.This can be done statically, has obvious...

SpringBoot Expand configurable parameters for RSocketServer

I've noticed that by now it is only possible to configure a few parameters of RSocket Server (maybe also for RSocketCile...

SpringBoot ClassCastException Liquibase since Spring Boot 2.4.3

In Spring Boot 2.4.3 the mysql-connector-java version was updated to 8.0.23. This version contains a breaking change for...

SpringBoot Record WebFlux server metrics for client disconnection

Version: Spring Boot 2.3.4.RELEASE with Webflux & MetricsScenario:1. Client aborts the connection before server send...

SpringBoot Ensure that database initialization has completed before R2DBC ConnectionFactory is used

For R2DBC initialization ordering we need to ensure that any beans that depend upon database initialization are configur...

SpringBoot Upgrade to Glassfish Jaxb 2.3.3

Comment From: snicollThis upgrade brings the activation runtime via a com.sun groupId. We need to figure out what to do ...

SpringBoot spring-data-commons-2.4.6 issue with PageRequest.of(0, 3)

in spring-data-commons-2.4.6 version the PageRequest.of(pageNumber, pageSize) doesn't allow me to create Page with zero ...

SpringBoot Improve diagnostics of ClassPathFileSystemWatcherTests failures

ClassPathFileSystemWatcherTests#configuredWithRestartStrategy is flaky and sometimes fails due to the listener receiving...

SpringBoot Switch SpringBootRepositoryRestConfigurer to constructor injection

There's no apparent need for it to be using field injection any more (we can inject optional dependencies into the const...

SpringBoot Add support for Quartz in Actuator

Add endpoints to improve the monitoring of a spring-boot-quartz application (see this)Group:* GET /actuator/quartzgroup:...

SpringBoot Expose Tomcat keepAliveTimeout and maxKeepAliveRequests properties

Hi 👋I was going through the server properties for Tomcat and I couldn't find the keepAliveTimeout and maxKeepAliveReques...

SpringBoot Fix flaky QuartzAutoConfigurationTests

Hi,the latest build had a flaky test in QuartzAutoConfigurationTests.This PR changes from Thread.sleep to Awaitility.wai...

SpringBoot spring-boot:build-image hangs when classifier is specified in configuration

When a classifier is specified in the Maven plugin configuration, the spring-boot:build-image goal will hang when runnin...

SpringBoot Increase test coverage on Java 16

Hi,after a chat with @wilkinsona about Gradle 7 in 2.5.x it became apparent that it might be a little late to do this on...

SpringBoot AutoConfigurationPackage should register JPA entities

With no explicit configuration at all, Boot will scan the package tree starting at the @EnableAutoConfiguration for JPA ...

SpringBoot Tomcat keepalive customizations

new properties:server.tomcat.keep-alive-timeoutserver.tomcat.max-keep-alive-requestsFixes #23539 Comment From: wilkinson...

SpringBoot Issue with Request Body for REST APIs in WEB MVC

I found a very strange issue with serialisation/deserialisation of Request Body when using a POST call.I am using Spring...

SpringBoot During incremental compilation, configuration property metadata isn't generated for classes annotated with @ControllerEndpoint, @JmxEndpoint, @RestControllerEndpoint, @ServletEndpoint, or @WebEndpoint

We've seen this a few times when building locally. The build fails like this:> Task :spring-boot-project:spring-boot-...
上一页 下一页
.