Nineya
Home
Blog
Spring Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy
2025-01-08 17:27:26
177
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
2025-01-08 17:27:24
211
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
2025-01-08 17:27:22
1044
DefaultParameterNameDiscoverer currently registers KotlinReflectionParameterNameDiscoverer (if Kotlin reflection support...
Spring Add missing Javadoc for RegisteredBean.resolveAutowiredArgument()
2025-01-08 17:27:19
382
This PR adds Javadoc for RegisteredBean.resolveAutowiredArgument().See gh-30401Comment From: sbrannenThis has been merge...
Spring Support JAXBElement in Jaxb2XmlEncoder
2025-01-08 17:27:16
641
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
2025-01-08 17:27:14
210
Related to #30052, we should improve ParameterNameDiscoverer Kotlin tests to make sure DefaultParameterNameDiscoverer be...
Spring Error when converting MockHttpServletRequest to Nimbus UserInfoRequest
2025-01-08 17:27:12
1827
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
2025-01-08 17:27:09
1772
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
2025-01-08 17:27:07
1873
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
2025-01-08 17:27:03
961
In alignment with #30242, DefaultMessageListenerContainer should proactively close the shared JMS Connection (if any) on...
Spring NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure
2025-01-08 17:27:01
747
Affects: spring boot 3.0.7in method unwrapIfResourceCleanupFailure of org.springframework.transaction.interceptor.Transa...
Spring Remove LocalVariableTableParameterNameDiscoverer reference in doc
2025-01-08 17:26:58
146
This PR removes LocalVariableTableParameterNameDiscoverer reference in doc.See gh-29559Comment From: sbrannenThis has be...
Spring SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties
2025-01-08 17:26:55
511
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
2025-01-08 17:26:53
1312
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
2025-01-08 17:26:51
684
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
2025-01-08 17:26:48
1482
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
2025-01-08 17:26:46
18174
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
2025-01-08 17:26:43
3240
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
2025-01-08 17:26:40
1051
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
2025-01-08 17:26:37
491
OverviewIf the Spring Expression Language (SpEL) parser encounters a character that it does not support, the current err...
上一页
下一页
1
…
1345
1346
1347
1348
1349
…
2246
.