玖涯软件开发
Home
Blog
Spring AOT processing loses bean aliases
2025-01-08 06:14:50
956
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
2025-01-08 06:14:48
6178
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
2025-01-08 06:14:44
969
ResponseEntity has a dedicated method ResponseEntity.of(ProblemDetail), which uses the status property of ProblemDetail ...
Spring Introduce SimpleValueStyler for use with ToStringCreator
2025-01-08 06:14:42
647
DefaultValueStyler hard codes conventions for styling that are verbose and do not align well with standard toString() im...
Spring NullPointerException in UrlPathHelper.getSanitizedPath
2025-01-08 06:14:40
19241
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
2025-01-08 06:14:37
130
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
2025-01-08 06:14:35
1926
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.
2025-01-08 06:14:32
225
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
2025-01-08 06:14:30
5438
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
2025-01-08 06:14:27
4078
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
2025-01-08 06:14:24
1146
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"
2025-01-08 06:14:21
491
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
2025-01-08 06:14:19
915
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
2025-01-08 06:14:17
317
OverviewThe precondition check in the ResourcePatternHint constructor currently does not allow one to register the root ...
Spring Include correct keyword in CookieAssertions failure messages
2025-01-08 06:14:15
214
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
2025-01-08 06:14:12
602
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)
2025-01-08 06:14:10
7386
Affects: 5.2.5-RELEASE and probably others as wellCronSequenceGenerator.next() throws a StackOverflowError for certain p...
Spring add build folders to .gitignore
2025-01-08 06:14:07
353
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
2025-01-08 06:14:04
118246
OverviewFor a Spring Boot test, Logback logs at DEBUG level by default until Spring Boot's logging infrastructure has a ...
Spring Make DefaultValueStyler extensible
2025-01-08 06:14:01
185
The style(Object) method in DefaultValueStyler delegates to several internal methods which are private.We should make th...
上一页
下一页
1
…
1395
1396
1397
1398
1399
…
2246
.