Nineya
Home
Blog
Spring Add HTTP request cookies to the WebSocket handshake info
2025-01-08 04:22:43
332
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)
2025-01-08 04:22:41
1151
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
2025-01-08 04:22:38
2478
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
2025-01-08 04:22:36
202
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
2025-01-08 04:22:33
396
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
2025-01-08 04:22:30
2588
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
2025-01-08 04:22:27
3916
Let's please do this:blacklist / whitelist -> blocklist / allowlistchange master branch to mainwhite/black box testin...
Spring Polish
2025-01-08 04:22:24
425
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
2025-01-08 04:22:21
657
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
2025-01-08 04:22:18
206
源码同步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
2025-01-08 04:22:15
339
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
2025-01-08 04:22:13
1715
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
2025-01-08 04:22:11
3748
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
2025-01-08 04:22:08
44751
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
2025-01-08 04:22:05
625
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
2025-01-08 04:22:03
530
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
2025-01-08 04:22:01
8071
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
2025-01-08 04:21:58
154
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
2025-01-08 04:21:55
5349
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
2025-01-08 04:21:52
336
Scheduled#cron() was pointing to CronSequenceGenerator for an explanation of the cron string format. This class however ...
上一页
下一页
1
…
1514
1515
1516
1517
1518
…
2246
.