Nineya
Home
Blog
Spring Using @Autowired Environment doesn't work [SPR-15968]
2025-01-08 05:25:56
1418
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]
2025-01-08 05:25:53
1725
Á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]
2025-01-08 05:25:51
746
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]
2025-01-08 05:25:48
3652
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
2025-01-08 05:25:44
4010
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
2025-01-08 05:25:42
2906
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]
2025-01-08 05:25:39
2014
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]
2025-01-08 05:25:36
8957
Daniil Molchanov opened SPR-15305 and commentedI have a simple Spring application configured as follows:@Configurationpu...
Spring Mulltimap update bug [SPR-15263]
2025-01-08 05:25:34
1636
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]
2025-01-08 05:25:31
1047
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
2025-01-08 05:25:29
426
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]
2025-01-08 05:25:26
1613
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.
2025-01-08 05:25:23
221
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
2025-01-08 05:25:21
1112
Allows using default parameter values for any method parameters resolvedvia AbstractNamedValueMethodArgumentResolver, si...
Spring Return correct return type for Kotlin suspending functions in MethodParameter.
2025-01-08 05:25:18
2503
Return type for Kotlin suspending functions (as returned by MethodParameter#getParameterType and MethodParameter#getgene...
Spring SPR-16354 - Improve callbacks creation in CglibAopProxy
2025-01-08 05:25:16
149
Avoid unnecessary FixedChainStaticTargetInterceptor creation for methods without advice if the target is a static one an...
Spring Implementing Jackson MixIn's
2025-01-08 05:25:14
772
This commit implements Jackson MixIn's on MappingJacksonValue and its processors: MappingJackson2HttpMessageConverter an...
Spring Improved StringUtils
2025-01-08 05:25:10
502
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.
2025-01-08 05:25:08
848
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.
2025-01-08 05:25:05
608
Closes SPR-12062.Creates class CallableWrapperRunnable to wrap Callable objects with Runnable interface. In all TaskSche...
上一页
下一页
1
…
1447
1448
1449
1450
1451
…
2246
.