Nineya
Home
Blog
Spring Change @Transactional AOP Default Order to 0
2025-01-08 22:27:27
1863
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
2025-01-08 22:27:25
427
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
2025-01-08 22:27:18
149
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
2025-01-08 22:27:16
2091
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.
2025-01-08 22:27:14
1081
BackgroundThe current Spring Framework's Assert class has the hasText method for checking whether individual objects are...
Spring Update advice.adoc
2025-01-08 22:27:11
653
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 "*"
2025-01-08 22:27:08
316
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
2025-01-08 22:26:59
332
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
2025-01-08 22:26:57
1583
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
2025-01-08 22:26:55
385
Revised the portion where null check was performed after Assert.notNull(), eliminating redundant null checksEnhanced cod...
Spring Remove redundant conditions
2025-01-08 22:26:52
176
Revised the portion where null check was performed after Assert.notNull(), eliminating redundant null checks.Comment Fro...
Spring Enhance safety with List.of() method.
2025-01-08 22:26:49
441
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
2025-01-08 22:26:46
11676
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
2025-01-08 22:26:43
1671
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
2025-01-08 22:26:33
5540
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
2025-01-08 22:26:30
184
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
2025-01-08 22:26:27
2290
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
2025-01-08 22:26:22
328
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>
2025-01-08 22:26:19
4055
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
2025-01-08 22:26:17
2812
Hello,This PR implements the method isCandidateClass, which introspects annotations at the type, method, and field level...
上一页
下一页
1
…
1195
1196
1197
1198
1199
…
2246
.