Spring Add HTTP request cookies to the WebSocket handshake info

It's quite difficult to access handshake cookies for now - we have to provide custom wrappers for handshake service and ...

Spring Expose @JmsListener endpoint id to annotation-derived listener container (for transaction definition name)

Transaction name is always null when debug logging @Transactional`` @JmsListener methods.This chunk of code in AbstractP...

Spring Use Gradle Toolchains for JVM projects to test on unsupported JDK versions

Gradle 6.7 will introduce built-in support for Toolchains for JVM projects.Once we upgrade to Gradle 6.7, we will should...

Spring Add support for Oracle bind marker scheme using R2DBC

We now support Oracle's bind marker scheme that identifies dynamic parameters using names that are prefixed with a colon...

Spring Remove duplicate word in Javadoc

This PR fixes polishes trivial stuff.Comment From: pivotal-issuemaster@drgnchan Please sign the Contributor License Agre...

Spring Add an MockMVC alwaysDo equivalent to WebTestClient

In Spring Cloud Contract we're generating tests for our users. Typically what is being used is the RestAssured library f...

Spring Use neutral terminology instead of oppressive language

Let's please do this:blacklist / whitelist -> blocklist / allowlistchange master branch to mainwhite/black box testin...

Spring Polish

This PR fixes polishes trivial stuff.Comment From: pivotal-issuemaster@Rebwon Please sign the Contributor License Agreem...

Spring WebFlux annotation Controller Mono empty unified response processing

When the Mono processing result is empty, add a unified response result.A single Mono can use ****IfEmpty to implement t...

Spring Merge pull request #1 from spring-projects/master

源码同步Comment From: pivotal-issuemaster@ganyinglong Please sign the Contributor License Agreement!Click here to manually s...

Spring StatusAssertion value methods fail when used with custom status code

StatusAssertion value methods used for status assertions with custom matchers fail when returned status code is not one ...

Spring Add more message when throw TypeMismatchException in webMVC

If a client sends a request with parameter not matching the endpoints parameter type,there will throw TypeMismatchExcept...

Spring Support fallback parsing patterns in @DateTimeFormat

member sound opened SPR-15736 and commentedIt would be nice if one could set multiple formats for:@DateTimeFormat(patter...

Spring Blocking calls detected by Blockhound when calling Swagger endpoint

Blockhound detects blocking call.Spring versionspring-webflux 5.1.9.RELEASEJVM version (e.g. java -version)java 11.0.3 2...

Spring Ensure ClientResponse logPrefix Contains the Connection Id When Available

ClientRequest exposes a logPrefix, controlled via a request attribute or otherwise set to an identity hash by default. T...

Spring Jaxb2XmlEncoder Support for Custom XML Media Types

I'm trying to use WebClient with custom media types and found that the Jaxb2XmlEncoder only supports application/xml and...

Spring Allow AOP proxies to be created using the original ClassLoader

Affects: 5.3There's a problem in Spring Boot's DevTools that's caused by an AOP proxy being created using the restart cl...

Spring Migrate CI to concourse

For consistency, let's migrate our 5.2.x build to Concourse as well.Comment From: spring-projects-issuesFixed via 63912f...

Spring @EventListener annotated bean cannot be removed from the ApplicationEventMulticaster

Affects: 2.4.3According to the JavaDoc of the ApplicationEventMulticaster I was expecting to be able to remove and/or ad...

Spring Update reference to deprecated CronSequenceGenerator

Scheduled#cron() was pointing to CronSequenceGenerator for an explanation of the cron string format. This class however ...
上一页 下一页
.