Spring Add caching to default JMS destination resolver

The default JMS DestinationResolver implementation used by Spring Framework, DynamicDestinationResolver, doesn't impleme...

Spring Align JpaTransactionManager default for nestedTransactionAllowed flag

Following up on #35212 and https://github.com/spring-projects/spring-framework/pull/35212#issuecomment-3267361692 specif...

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...

Spring Missing @Nullable on JsonPathAssertions.isEqualTo

Hello.Unless I am very confused, the parameter expectedValue of JsonPathAssertions.isEqualTo should be Nullable, but it ...

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...

Spring Add DataFieldMaxValueIncrementer for SQLite

This feature request is about adding a DataFieldMaxValueIncrementer for SQLite. There is already one in Spring Batch her...

Spring HtmlUtils.htmlUnescape() incorrect for numeric character references >= 𐀀 / 𐀀

HtmlUtils.htmlUnescape() returns incorrect values for numeric character references >= 𐀀 / 𐀀. O...

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 ...

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...

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...

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...

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 ...

Spring Support OpenPDF 3.0

AbstractPdfView https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/do...

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...

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...

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 ...

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...

Spring Avoid pinning in SSEEmitter & ResponseBodyEmitter

https://github.com/spring-projects/spring-framework/issues/30996 fixed thread pinning issue. But only for SSEEmitter. St...

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...

Spring Refine Nullness for Kotlin functions returning Unit

Should have unspecified nullness like for Java void/ Void (see related check here).

下一页
.