Spring Using @Autowired Environment doesn't work [SPR-15968]

Helder Sousa opened SPR-15968 and commentedHi,I'm not sure if this is similar to #18258 but when we have something like ...

Spring Huge performance issue with @Transactional [SPR-15909]

Ács Ádám opened SPR-15909 and commentedEnabling @Transaction on a spring service makes a method execution time 100x slow...

Spring Consider Starting a Gitter Chat Room [SPR-15980]

Kyle Anderson opened SPR-15980 and commentedI would like to suggest starting a Gitter chat room for the Spring Framework...

Spring Classpath Resource URL handling still wrong with Tomcat 8.5.12 [SPR-15681]

Moritz Kleine opened SPR-15681 and commentedWhen building WAR files with resources residing in /WEB-INF/classes the foll...

Spring Working POST ajax requests sent by HtmlUnit

As I understood when I analysed the behaviour of a POST request in a classic web application (by a form or an ajax reque...

Spring unexpected backout behaviour with DMLC and Websphere MQ

Affects: 5.3.15Websphere MQ has a strange way of backout handling (i.e. moving poison messages). It does not move poison...

Spring Current definition of the Formatter interface might force blocking in WebFlux [SPR-15551]

Daniel Fernández opened SPR-15551 and commentedIn one of the Thymeleaf sample applications using WebFlux, I have a Forma...

Spring BeanCurrentlyInCreationException with no circular reference [SPR-15305]

Daniil Molchanov opened SPR-15305 and commentedI have a simple Spring application configured as follows:@Configurationpu...

Spring Mulltimap update bug [SPR-15263]

Sergey Kovalenko opened SPR-15263 and commentedI'm mapping multimap in Hibernate:- it works fine with pure Hibernate;- i...

Spring Add a feature that enables registering Spring beans as Jackson field serializers [SPR-15141]

André Benjamin opened SPR-15141 and commentedFor example adding a feature that when someone defines the following class...

Spring Use for-each instead of counted loop when iterating over arrays

Just some cosmetic changesComment From: jhoellerGood catch, I've partially rolled those into a polishing commit of mine....

Spring Autowired for collection work incorrect [SPR-15352]

Alex opened SPR-15352 and commentedWhen I autowire beans as collection, this beans created by default constructor, but t...

Spring SPR-16809 - Use "internalSet" instead of normal setter.

Using "internalSet" instead of normal setter can avoid checking int param, because if constants.asNumber() works as expe...

Spring Support Kotlin parameter default values in handler methods

Allows using default parameter values for any method parameters resolvedvia AbstractNamedValueMethodArgumentResolver, si...

Spring Return correct return type for Kotlin suspending functions in MethodParameter.

Return type for Kotlin suspending functions (as returned by MethodParameter#getParameterType and MethodParameter#getgene...

Spring SPR-16354 - Improve callbacks creation in CglibAopProxy

Avoid unnecessary FixedChainStaticTargetInterceptor creation for methods without advice if the target is a static one an...

Spring Implementing Jackson MixIn's

This commit implements Jackson MixIn's on MappingJacksonValue and its processors: MappingJackson2HttpMessageConverter an...

Spring Improved StringUtils

Improved following StringUtils methods:- mergeStringArrays: now this method have a linear complexity instead of quadrat...

Spring Add client-side polling delay to JMS message listeners.

AQ JMS scales poorly when there are many threads waiting for messageson the same queue. When a message arrives all threa...

Spring Add support of Callable for TaskScheduler methods.

Closes SPR-12062.Creates class CallableWrapperRunnable to wrap Callable objects with Runnable interface. In all TaskSche...
上一页 下一页
.