springboot Sometimes tests with Couchbase are falling without no visible reason

Spring Boot 2.3.0.BUILD-SNAPSHOT. Sometimes tests are falling because of the compilation error at this line: https://git...

springboot Document that graceful shutdown with Tomcat requires Tomcat 9.0.33 or later

Hi,I just played around with the graceful shutdown option server.shutdown.grace-period=1s while being on Tomcat 9.0.31 a...

springboot Improve backwards compatibility of ErrorAttributes and DefaultErrorAttributes

The changes for including the message or binding errors are perhaps more breaking than they need to be. I’ve been wonder...

springboot Incorrect link targets in 2.3 RC1 wiki

The M3 and M4 links under "Upgrading from Spring Boot 2.2" in https://github.com/spring-projects/spring-boot/wiki/Spring...

springboot Maven Build Fails when “spring-boot-starter-web-services” starter is used with 2.1.13.RELEASE of Spring Boot Version

I am not able to build spring boot application when spring web service starter is used with 2.1.13.RELEASE version of sp...

springboot Read metadata configuration from properties

This is required to read the metadata configuration of the client from properties.

springboot Update metadata configuration for the client

Metadata configuration updated in the properties file is not read due to missing property.Defining this property will fi...

springboot 2.3.0.RC1 - RSocket over Websocket transport - requestStream - produces additional request(255)

With latest 2.3.0.RC1 RSocket "requestStream" started producing additional request to Flux inside controller with quanti...

springboot server.connection-timeout default value

/** * Time in milliseconds that connectors will wait for another HTTP request before * closing the connectio...

springboot The @ActiveProfiles annotation no longer overrides those defined in property files

@ActiveProfiles replaces profiles from SPRING_PROFILES_ACTIVE environment variable with its value in 2.3.0.M4, but it ap...

springboot Use CNB creator all-in-one lifecycle

Since Platform API 0.3, CNB builders support a creator lifecycle. This lifecycle executes all other lifecycle phases (de...

springboot Upgrade to use Groovy 3

Groovy 3 resolves an issue where it caused the following:WARNING: An illegal reflective access operation has occurredWAR...

springboot Document use case of splitting auto-configuration and starter

Forward port of issue #20686 to 2.3.0.

springboot Document use case of splitting auto-configuration and starter

Forward port of issue #20686 to 2.2.8.

springboot Document use case of splitting auto-configuration and starter

In the "Creating your own starter" section we explain the "full" infrastructure for a starter: an auto-configuration mod...

springboot Fix JarFileTests.getInputStreamWhenClosed()

This PR fixes JarFileTests.getInputStreamWhenClosed() as the assertion was passing due to this.jarFile.getEntry(), not t...

springboot Align TestRestTemplate Javadoc with documentation

Forward port of issue #21318 to 2.3.0.

springboot Align TestRestTemplate Javadoc with documentation

Aligned TestRestTemplate Javadoc with documentation.To make it more clear that it will be autoconfigured only if SpringB...

springboot Update link to new Spring Security docs location

Hi,I found yet some more links to be broken in the latest snapshot docs. Apparently, the Spring-Security docs only exist...

springboot Spring data jpa shifts saved LocalDates back by one date after spring boot update 2.2.6 -> 2.2.7

Hi, I have run into following issue after updating spring boot from 2.2.6 to 2.2.7:When I save LocalDate with spring dat...
上一页 下一页
.