Nineya
Home
Blog
Spring Remove logging dependency in BeanUtils
2025-01-08 04:40:17
258
The logging dependency in BeanUtils is just for findEditorByConvention which has hardly any relevance these days. In ord...
Spring Request: Make MultipartFileResource a public class
2025-01-08 04:40:15
899
Currently, MultipartFileResource class is package-private, but it is quite handy in some situations as end user.For exam...
Spring Link to alternate format not rendering
2025-01-08 04:40:13
476
On the main docs page (https://docs.spring.io/spring-framework/docs/current-SNAPSHOT/reference/html/), the link to the o...
Spring Link alternate documentation formats
2025-01-08 04:40:10
3122
Link the HTML to the PDF and vice-versa.Comment From: rstoyanchevThanks for the PR!I'm noticing that more than half the ...
Spring Deadlock possible with AspectJ aspects and multi-threading [SPR-14241]
2025-01-08 04:40:04
3500
Kevin Richards opened SPR-14241 and commentedWhen AspectJ style aspects are used, the aspects are eagerly converted to S...
Spring Lookup method fails to resolve bean by name
2025-01-08 04:40:01
2581
Affects: Spring Boot 2.5.1@Lookup (org.springframework.beans.factory.annotation.Lookup) method fails to find bean by a g...
Spring Only track DisposableBean targets in ThreadLocalTargetSource
2025-01-08 04:39:58
1704
Currently all target objects are added to the targetSet, this looks to be done so when the application is shutdown destr...
Spring use StringBuilder instead of StringBuffer in ReflectUtils#getClass
2025-01-08 04:39:56
528
It could use StringBuilder instead of StringBuffer in ReflectUtils#getClassComment From: sbrannenPlease refrain from mod...
Spring Local @CrossOrigin maxAge value should override global value
2025-01-08 04:39:53
943
The attribute of CrossOrigin that be applied to method will override that be applied to class, like origins, but maxAge ...
Spring fix NPE in SynchronossPartGenerator#hookOnNext
2025-01-08 04:39:50
343
listener is Nullable, so we should check it before using itComment From: sbrannenPlease note that the first line in that...
Spring Document that any @Valid* annotation triggers validation in the reference manual
2025-01-08 04:39:47
1761
Affects: Spring Framework 4.1.5https://github.com/spring-projects/spring-framework/blob/20d9a1e84430830edca6cc58680ba74e...
Spring Improve RequestPartMethodArgumentResolver Javadoc
2025-01-08 04:39:45
421
The Javadoc for org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver should mention t...
Spring Improve RequestResponseBodyMethodProcessor Javadoc
2025-01-08 04:39:42
422
The Javadoc for org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor should mention ...
Spring Possible bug not applying exception resolver with empty handlers
2025-01-08 04:39:40
9704
I have a project (Spring 5.3.7) that contains a controller and exception handlers using the @ControllerAdvice and @Excep...
Spring DefaultPathSegment allows shared empty parameters map to be mutated
2025-01-08 04:39:36
275
PR #27063 made me aware of the following existing bug.If a PathContainer is created using Options.MESSAGE_ROUTE, Default...
Spring Avoid unnecessary Map wrapping in DefaultPathSegment
2025-01-08 04:39:34
371
Avoid creating unnessary wrapper for empty map in DefaultPathSegmentComment From: sbrannenThanks for the PR!It turns out...
Spring 5.2.x
2025-01-08 04:39:31
194
Comment From: pivotal-cla@huangshuang Please sign the Contributor License Agreement!Click here to manually synchronize t...
Spring Could not refresh JMS Connection for destination 'wfQueue', authentication failed javax.jms.JMSSecurityException: authentication failed
2025-01-08 04:39:29
3322
Affects: \When I'm trying to listen through command line it works fine, but using Spring Boot it throws below error:ERRO...
Spring Fix assertion in XmlBeanFactoryTests
2025-01-08 04:39:26
174
Comment From: sbrannenGood catch!This has been merged into main.Thank you for your first contribution to the Spring Fram...
Spring Support Inject middleware in Spring Webflux
2025-01-08 04:39:23
716
Affects: \I am trying to define all cross cutting concerns i.e exception, authorisation etc. in a project/repo and injec...
上一页
下一页
1
…
1496
1497
1498
1499
1500
…
2246
.