Spring Change @Transactional AOP Default Order to 0

I know this is a huge change, so I want to hear from the community.A while ago, I was using the method security feature ...

Spring 12/5000 How do I set the URL to ignore case

It didn't workComment From: snicollThanks for getting in touch, but it feels like this is a question that would be bette...

Spring ConfigurationClassEnhancer should consistently trigger FastClass creation at build-time

This is a follow-up of #32609 where we don't seem to generate the necessary FastClass when the factory bean method is de...

Spring Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry

Affects: 6.1.5hello.I encountered a problem with multiple subscriptions while delivering broadcast messages to subscribe...

Spring Proposal for a Method to Validate Multiple Strings with hasText.

BackgroundThe current Spring Framework's Assert class has the hasText method for checking whether individual objects are...

Spring Update advice.adoc

In the end of this doc-the note section, the precedence of different kinds of Advice may be @Around, @Before, @AfterRetu...

Spring When allowCredentials is true, allowedOrigins cannot contain the special value "*"

After upgrading to use Spring Boot 2.4.5 from 2.3.x, it does not seem to be possible to use allowedOrigins = "*" in the ...

Spring Avoid unnecessary compilation attempts in SpEL's Indexer

In the current implementation of SpEL's Indexer, the exitTypeDescriptor is sometimes ignored when checking whether the e...

Spring Improve names of classes generated by the SpEL compiler

OverviewAfter making this https://github.com/spring-projects/spring-framework/issues/29548#issuecomment-2009173805, I de...

Spring Remove redundant conditions and enhance safety with List.of() method

Revised the portion where null check was performed after Assert.notNull(), eliminating redundant null checksEnhanced cod...

Spring Remove redundant conditions

Revised the portion where null check was performed after Assert.notNull(), eliminating redundant null checks.Comment Fro...

Spring Enhance safety with List.of() method.

Enhanced code safety by replacing Arrays.asList() with List.of() to create immutable listsComment From: snicollEnhanced ...

Spring missing reflection data for CGLIB$SET_THREAD_CALLBACKS in configuration properties class

I included a third party spring boot starter. That starter includes a configuration properties class. This class is a ko...

Spring CoroutineUtils failing when using object or lambda function parameter with webflux

Affects: \I need to provide a suspend function as last parameter, my older project version using Spring Boot 2.4 was wor...

Spring Add an Eclipse Jetty Core HttpHandlerAdaptor

Affects: >= 6.1.4The current Jetty integration uses the Servlet abstraction, which is primarily blocking and has add...

Spring PROPAGATION_MANDATORY also supports participating in an existing transaction

PROPAGATION_MANDATORY also supports participating in an existing transaction.I just fix the comment.Comment From: jhoell...

Spring Introduce IndexAccessor SPI to customize the SpEL Indexer

closes gh-26409.Comment From: sbrannenTo be honest, I am having a difficult time detecting your proposed changes in this...

Spring Update links to HttpOnly documentation at OWASP in ResponseCookie

SummaryThe link to the "HttpOnly" attribute explanation was leading to a 404 not found error. Updated the link to point ...

Spring AbstractJackson2Decoder doesn't support decoding NDJSON arrays into Flux<List>

Affects: 6.1.5I'm attempting to implement a Reactive RestController that accepts NDJSON (Newline Delimited JSON) where ...

Spring Add implementation of the isCandidateClass method to do full introspection

Hello,This PR implements the method isCandidateClass, which introspects annotations at the type, method, and field level...
上一页 下一页
.