Spring AOT processing loses bean aliases

Affects: 6.0.0-RC1See https://github.com/spring-projects/spring-boot/issues/32906 for details. The summary of the proble...

Spring Exceptions for missing request values should expose information when they are missing after conversion

In Spring 5.3 it is possible that a MissingServletRequestParameterException is thrown although a required parameter is p...

Spring Handle case where ResponseEntity and ProblemDetail don't agree on the HTTP status to use

ResponseEntity has a dedicated method ResponseEntity.of(ProblemDetail), which uses the status property of ProblemDetail ...

Spring Introduce SimpleValueStyler for use with ToStringCreator

DefaultValueStyler hard codes conventions for styling that are verbose and do not align well with standard toString() im...

Spring NullPointerException in UrlPathHelper.getSanitizedPath

Affects: 5.3.19The following exception appeared in our central error logging. I don't know what the input URL was exactl...

Spring Allow for external customization and i8n of the "title" of an RFC 7807 response

Similar to #28814 but for the "title" field, but with a message code resolved as "problemDetail.title." + ex.getClass()....

Spring Simplify mapping of custom exception to an RFC 7807 response in ResponseEntityExceptionHandler

ResponseEntityExceptionHandler supports RFC 7807 transparently for any ErrorResponse exception, but as explained in http...

Spring Mariadb needs to be treated as an independent db type.

Currently Spring Framework treats mariadb as a version of MySql. It needs to treat mariadb as its own type. I found this...

Spring A combination of HandlerInterceptor and ExceptionHandler returns a normal response with an error response

VersionSpring Boot 2.7.5 with Spring Boot Starter Web only.Repository that reproduces symptomsDescriptionSet the custom ...

Spring Revisit AOT constructor and factory method resolution

We currently resolve the constructor or factory method to use to instantiate a bean using the package private Constructo...

Spring RestTemplateBuilder with readtimeout and httpclient5 fails with IllegalStateException

Affects: org.springframework.boot:spring-boot:3.0.0-RC1What are we trying to do ?instantiate a RestTemplateBuilder while...

Spring Fix typo: "as describe in" -> "as described in"

This fixes a simple typo.I believe this counts as an "obvious fix" with respect to the Contributor License Agreement.Com...

Spring Automatically register directories for registered resource hints

OverviewWhen a hint such as graphql/*.* is registered for resources that are looked up via classpath scanning using a pa...

Spring Allow registration of resource hint for root directory

OverviewThe precondition check in the ResourcePatternHint constructor currently does not allow one to register the root ...

Spring Include correct keyword in CookieAssertions failure messages

I think the implementation of these methods was copied from the secure one, but the message wasn't updated to reflect th...

Spring Native image FileSystem should not be closed after classpath scanning

OverviewAs can be seen in a modified version of https://github.com/joshlong/spring-boot-3-aot-graphql, attempting to acc...

Spring StackOverflowError from CronSequenceGenerator (100% reproducible)

Affects: 5.2.5-RELEASE and probably others as wellCronSequenceGenerator.next() throws a StackOverflowError for certain p...

Spring add build folders to .gitignore

Comment From: sdeleuzeThose are former modules now removed, could you elaborate on why they should be included in .gitig...

Spring Revise logging in the TestContext framework

OverviewFor a Spring Boot test, Logback logs at DEBUG level by default until Spring Boot's logging infrastructure has a ...

Spring Make DefaultValueStyler extensible

The style(Object) method in DefaultValueStyler delegates to several internal methods which are private.We should make th...
上一页 下一页
.