Spring Remove logging dependency in BeanUtils

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

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

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

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]

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

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

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

It could use StringBuilder instead of StringBuffer in ReflectUtils#getClassComment From: sbrannenPlease refrain from mod...

Spring Local @CrossOrigin maxAge value should override global value

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

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

Affects: Spring Framework 4.1.5https://github.com/spring-projects/spring-framework/blob/20d9a1e84430830edca6cc58680ba74e...

Spring Improve RequestPartMethodArgumentResolver Javadoc

The Javadoc for org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver should mention t...

Spring Improve RequestResponseBodyMethodProcessor Javadoc

The Javadoc for org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor should mention ...

Spring Possible bug not applying exception resolver with empty handlers

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

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

Avoid creating unnessary wrapper for empty map in DefaultPathSegmentComment From: sbrannenThanks for the PR!It turns out...

Spring 5.2.x

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

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

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

Affects: \I am trying to define all cross cutting concerns i.e exception, authorisation etc. in a project/repo and injec...
上一页 下一页
.