Spring AbstractServerHttpRequest constructor breaks binary compatibility between 5.2.x and 5.3.x

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

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

(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

Affected Version: Spring Web 5.3.1.Deprecation note on ContentNegotiationManagerFactoryBean:setFavorPathExtension(boolea...

Spring Non-compliant Content-Type header for multipart media types

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

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

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

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

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

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

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

Affects: v5.3.0-RC1Related Kotlin Slack conversation:https://kotlinlang.slack.com/archives/C0B8ZTWE4/p1602780417061400Wh...

Spring Delegate to AopUtils.invokeJoinpointUsingReflection from AbstractAspectJAdvice

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

Resttemplate throws a NPE with dependency spring-boot-starter-log4j2 within tests calling RestTemplate construtor.Reposi...

Spring Add ResponseSpec#toEntityFlux overload that accepts BodyExtractor

See #26099.Adds an overload to the ResponseSpec interface to allow interpreting the response as a ResponseEntity<Flux...

Spring Add CompletionStageWrappingResponse for async support

As part of a problem I ran into detailed in this question from stackoverflowI created CompletionStageWrappingResponse fo...

Spring Simplify AstUtils.getPropertyAccessorsToTry()

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

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

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

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...
上一页 下一页
.