Nineya
Home
Blog
Spring AbstractServerHttpRequest constructor breaks binary compatibility between 5.2.x and 5.3.x
2025-01-08 04:01:59
2806
Motivation:The AbstractServerHttpRequest constructor signature has been changed by https://github.com/spring-projects/sp...
Spring DateTimeFormat ISO.DATE_TIME javadoc contains misleading default note
2025-01-08 04:01:56
1177
Affects: 5.2.10.RELEASEMaybe I'm missing something, but I think the JavaDoc on the @DateTimeFormat is out of date / not ...
Spring Provide a way for an ApplicationContextInitializer to access the current test class in the TestContext framework
2025-01-08 04:01:53
3799
(Not entirely sure this is a lacking feature, but I have not found it yet!)It seems like when you're within a Applicatio...
Spring Update default for favorPathExtension to match Javadoc and as intended for 5.3
2025-01-08 04:01:51
2380
Affected Version: Spring Web 5.3.1.Deprecation note on ContentNegotiationManagerFactoryBean:setFavorPathExtension(boolea...
Spring Non-compliant Content-Type header for multipart media types
2025-01-08 04:01:48
1901
Affects: 5.xThe org.springframework.http.codec.multipart package contains various methods for building a Content-Type he...
Spring Throw RestClientResponseException instead of RestClientException in HttpMessageConverterExtractor when an error occurs during unmarshalling
2025-01-08 04:01:46
2547
I have a use case running tests where the server I hit responds with an XML body instead of the expected type I'm unmars...
Spring Print helpful information in RSocket MetadataExtractor
2025-01-08 04:01:43
651
Affects: \When i try to add extra metadata by RSocketRequester.MetadataSpec#metadata method and don't know i should add ...
Spring Projects can no longer be imported into Eclipse IDE
2025-01-08 04:01:40
200
After changes to the Gradle build in recent months, projects in the Spring Framework can no longer be imported into Ecli...
Spring Reference manual contains broken links to XSD schema sections
2025-01-08 04:01:37
1052
Hi,in spring core documentation version 5.3.1 file: core-appendix.adocline 667:"If you are notfamiliar with Spring's cur...
Spring Support multiple matchers in MockMvc Kotlin DSL
2025-01-08 04:01:34
2213
Affects: 5.2.1.RELEASEI would expect that in a DSL everything in a lambda block will be executed.But if i try to assert ...
Spring MimeType is no longer actually serializable
2025-01-08 04:01:31
1703
Affects: 5.2.10 and upThe org.springframework.util.MimeType class implements Serializable interface, but since the resol...
Spring WebMvc.fn: ServerResponse.async does not handle exceptions as expected
2025-01-08 04:01:28
3548
Affects: v5.3.0-RC1Related Kotlin Slack conversation:https://kotlinlang.slack.com/archives/C0B8ZTWE4/p1602780417061400Wh...
Spring Delegate to AopUtils.invokeJoinpointUsingReflection from AbstractAspectJAdvice
2025-01-08 04:01:26
823
Code can be reused to make the code more concise.Comment From: sbrannenThanks for submitting this PR to address that out...
Spring Resttemplate throws NPE with spring-boot-starter-log4j2 within tests
2025-01-08 04:01:24
1037
Resttemplate throws a NPE with dependency spring-boot-starter-log4j2 within tests calling RestTemplate construtor.Reposi...
Spring Add ResponseSpec#toEntityFlux overload that accepts BodyExtractor
2025-01-08 04:01:21
574
See #26099.Adds an overload to the ResponseSpec interface to allow interpreting the response as a ResponseEntity<Flux...
Spring Add CompletionStageWrappingResponse for async support
2025-01-08 04:01:18
2012
As part of a problem I ran into detailed in this question from stackoverflowI created CompletionStageWrappingResponse fo...
Spring Simplify AstUtils.getPropertyAccessorsToTry()
2025-01-08 04:01:16
127
If the index is always list.length() - 1 we can drop it, as the object passed into list.add() is always the last one ins...
Spring Provide a flag to disable XML support
2025-01-08 04:01:14
3215
Unlike other converters/codecs which can be enabled selectively based on classpath detection, XML ones are enabled by de...
Spring Wildcard is a valid Access-Control-Expose-Headers value
2025-01-08 04:01:10
599
This check is dated. Wildcard is a valid configuration according to MDN and spec.Comment From: rstoyanchevI think it's ...
Spring NoSuchMethodError in UrlPathHelper.skipServletPathDetermination
2025-01-08 04:01:05
2684
Affects: 5.3.1Launching an application that uses Spring MVC 5.3.1 on a TomCat 8.5 gives the error:Caused by: java.lang.N...
上一页
下一页
1
…
1534
1535
1536
1537
1538
…
2246
.