Aurora Blog
Home
Spring Add caching to default JMS destination resolver
The default JMS DestinationResolver implementation used by Spring Framework, DynamicDestinationResolver, doesn't impleme...
2025-09-11 14:00:12
1093
Spring Align JpaTransactionManager default for nestedTransactionAllowed flag
Following up on #35212 and https://github.com/spring-projects/spring-framework/pull/35212#issuecomment-3267361692 specif...
2025-09-11 14:00:10
671
Spring Revamp documentation to prioritize Java/Annotation-Based configuration over XML
The current reference documentation shows XML configuration as the primary configuration style in some sections. While X...
2025-09-09 14:00:17
915
Spring Missing @Nullable on JsonPathAssertions.isEqualTo
Hello.Unless I am very confused, the parameter expectedValue of JsonPathAssertions.isEqualTo should be Nullable, but it ...
2025-09-09 14:00:13
1007
Spring Graceful fallback for non-default NIO.2 FileSystems
As a backport ticket from #35435, we can revise FileSystemUtils.copyRecursively toward tolerating different source/desti...
2025-09-09 14:00:09
359
Spring Add DataFieldMaxValueIncrementer for SQLite
This feature request is about adding a DataFieldMaxValueIncrementer for SQLite. There is already one in Spring Batch her...
2025-09-09 14:00:07
256
Spring HtmlUtils.htmlUnescape() incorrect for numeric character references >= 𐀀 / 𐀀
HtmlUtils.htmlUnescape() returns incorrect values for numeric character references >= 𐀀 / 𐀀. O...
2025-09-08 14:00:08
2103
Spring Support intercepting non-reactive InvocableHandlerMethod in RequestMappingHandlerAdapter chain
Spring Framework 6.2 added support for offloading non-reactive method to an executor, which Spring Boot configures when ...
2025-09-08 14:00:06
3423
Spring Document programmatic retry support in the reference manual
We currently document declarative retry support using @Retryable in the reference manual, but we do not yet document pro...
2025-09-08 14:00:04
358
Spring Consistent support for non-default NIO.2 FileSystems
I am unsure how to title the issue, or how many issues should I create. There seems to be general problem in Spring's Re...
2025-09-07 14:00:07
2645
Spring Include current exception in log message for failed retry attempt
In RetryTemplate, we currently include the initial exception in the log message for the initial invocation of a Retryabl...
2025-09-07 14:00:05
336
Spring Include exceptions for previous attempts in RetryException thrown for an InterruptedException
In RetryTemplate, if we encounter an InterruptedException while sleeping for the configured back-off duration, we throw ...
2025-09-07 14:00:03
569
Spring Support OpenPDF 3.0
AbstractPdfView https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/do...
2025-09-06 14:00:13
612
Spring Docs: Clarify default prefix/suffix of registry.jsp()
Hello,The current Spring MVC documentation for View Resolvers shows the following example:@Overridepublic void configure...
2025-09-06 14:00:08
1246
Spring Remove HttpServiceClient Annotation Support
After adding the annotation in 7.0 M8 with #35244, we've run into questions and issues.There is is extensive feedback un...
2025-09-06 14:00:06
1658
Spring API Versioning with path segment strategy does not behave as expected
I currently test the new feature with Spring Web version 7.0.0-M8, and there are multiple issues I had before making it ...
2025-09-05 14:00:14
5410
Spring Support injecting the API version into a controller method
Most often it would be SemanticApiVersionParser.Version parses to a known, public Version type. We can easily support in...
2025-09-05 14:00:12
387
Spring Avoid pinning in SSEEmitter & ResponseBodyEmitter
https://github.com/spring-projects/spring-framework/issues/30996 fixed thread pinning issue. But only for SSEEmitter. St...
2025-09-05 14:00:11
853
Spring Improve reference docs on API versioning by path
As explained under #35404 it would help to show an example of inserting a path prefix with a placeholder for the version...
2025-09-05 14:00:09
758
Spring Refine Nullness for Kotlin functions returning Unit
Should have unspecified nullness like for Java void/ Void (see related check here).
2025-09-05 14:00:07
83
上一页
下一页
1
2
3
4
5
6
7
…
17
.