Spring Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy

In the course of #26266, it turns out that the ProxyCallbackFilter.equals/hashCode methods are inconsistent and also not...

Spring Declare Advisor#isPerInstance() as default method

In the course of #26266, it turns out that Advisors are unnecessarily forced to implement the Advisor#isPerInstance() me...

Spring Register Kotlin support after Java support in DefaultParameterNameDiscoverer

DefaultParameterNameDiscoverer currently registers KotlinReflectionParameterNameDiscoverer (if Kotlin reflection support...

Spring Add missing Javadoc for RegisteredBean.resolveAutowiredArgument()

This PR adds Javadoc for RegisteredBean.resolveAutowiredArgument().See gh-30401Comment From: sbrannenThis has been merge...

Spring Support JAXBElement in Jaxb2XmlEncoder

The Jaxb2XmlEncoder seem to not support JAXBElement type while Marshaller can encode it. The use case for it is when one...

Spring Refine Kotlin ParameterNameDiscoverer tests

Related to #30052, we should improve ParameterNameDiscoverer Kotlin tests to make sure DefaultParameterNameDiscoverer be...

Spring Error when converting MockHttpServletRequest to Nimbus UserInfoRequest

I am trying to write some tests for code that uses Nimbus. In that code I want to convert the HttpServletRequest to a Ni...

Spring Multipart data is always read irrelevant of handler response

I am using the latest version of spring boot dependencies 3.1.0 and the issue exists specifically in org.springframework...

Spring org.hibernate.criterion.Criterion ClassNotFoundException in migrating to Hibernate 6.x with spring-orm 6.0.0

https://discourse.hibernate.org/t/org-hibernate-criterion-criterion-classnotfoundexception-in-migrating-to-hibernate-6-1...

Spring Release shared JMS Connection when message listener container is stopped

In alignment with #30242, DefaultMessageListenerContainer should proactively close the shared JMS Connection (if any) on...

Spring NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure

Affects: spring boot 3.0.7in method unwrapIfResourceCleanupFailure of org.springframework.transaction.interceptor.Transa...

Spring Remove LocalVariableTableParameterNameDiscoverer reference in doc

This PR removes LocalVariableTableParameterNameDiscoverer reference in doc.See gh-29559Comment From: sbrannenThis has be...

Spring SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties

I discovered this bug while writing tests for gh-30580.https://github.com/spring-projects/spring-framework/blob/aa2a0674...

Spring How to enable OverflowStrategy.DROP in ConcurrentWebSocketSessionDecorator

I'm coming across a issue when using stomp websocket. I'm using websocket to send image data, which may be large and bey...

Spring Replace switch statements with enhanced switch statements for consistency

This PR aims to improve code consistency and readability by updating existing switch statements to use the enhanced swit...

Spring Could not resolve placeholder when lower case environment variable is added

Affects: Spring 6.0.9Due to an migration of our company application configurations we experience a rather strange issue ...

Spring Support Test AOT processing with GraalVM tracing agent and Native Build Tools

When using Spring's Gradle Plugin, the Tracing Agent of GraalVM Native Build Tools cannot be used normally. This issue i...

Spring kotlin script template tests are broken on Java 19

When running org.springframework.web.reactive.result.view.script.KotlinScriptTemplateTests on Java 19, we're getting the...

Spring Remove APIs deprecated for removal in 6.1

Remove APIs that have been "deprecated for removal in 6.1".Candidates[x] methods in org.springframework.util.Assert[x] o...

Spring Improve error message for unsupported character in SpEL expression

OverviewIf the Spring Expression Language (SpEL) parser encounters a character that it does not support, the current err...
上一页 下一页
.