Nineya
Home
Blog
Spring LinkedMultiValueMap Bug
2025-01-08 03:42:40
118
HereIt can only get by the Literal. I think It could get by the Object too.Comment From: CoderYellowSorry for the typo
Spring Performance bottleneck and potential thread deadlock in DefaultSingletonBeanRegistry [SPR-8471]
2025-01-08 03:42:36
36724
Mark Davies opened SPR-8471 and commentedA less significant version of this problem has already been raised under #10033...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 03:42:33
249
update forksComment From: pivotal-issuemaster@slowDownWithMe Please sign the Contributor License Agreement!Click here to...
Spring Fixed the wrong execution order of the methods annotated by @AfterRet…
2025-01-08 03:42:30
558
…urning and @After in the AOP annotation implementation.Comment From: sbrannenYou seem to have overlooked the following ...
Spring XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi
2025-01-08 03:42:28
1056
XStreamMarshaller uses the class CompositeClassLoader here, but it is not part of the public API. xstream is an OSGi bun...
Spring Improve performance of JdkDynamicAopProxy.getProxy(ClassLoader)
2025-01-08 03:42:25
1088
Hello, while profiling workload that creates lots of projections I've found out that about 33% of ProxyFactory.getProxy(...
Spring Add URI variables to request context in AbstractUrlHandlerMapping (reactive)
2025-01-08 03:42:19
1634
There seems to be an asymmetry between MVC and Webflux with the AbstractUrlHandlerMapping. The MVC one parses out the UR...
Spring WebClient HTTP Request Timeout
2025-01-08 03:42:17
7177
I'd like for WebClient and/or ClientRequest to have first-class support for an HTTP request timeout. (i.e. the time it ...
Spring CloseStatus implements Serializable
2025-01-08 03:42:14
265
I wanted to use CloseStatus in another serializable class and noticed that it wasn't serializable.There's no harm in mak...
Spring Joda-Time presence check fails to detect Joda-Time 2.x specifically
2025-01-08 03:42:09
7736
We upgrade our project from 2.2.1 to 2.3.3 and now we are getting this exception. We found that you are no longer managi...
Spring Support a RowMapper<T> for Java record classes
2025-01-08 03:42:06
4444
BeanPropertyRowMapper is ill-suited to the task, however, since that requires a no-arg constructor that records don't ha...
Spring Data binding for Java record classes
2025-01-08 03:42:04
1489
JDK 14 introduces record classes as a preview feature, with an expectation of getting revised and possibly taken out of ...
Spring Consider adding @SpringJsonType or similar
2025-01-08 03:42:01
1588
See https://github.com/spring-projects/spring-kafka/issues/1549Several Spring projects (spring-jms, spring-amqp, spring-...
Spring load balance not supportted
2025-01-08 03:41:59
221
sorry, sharding-sphere bug was wrongly reported to here. please close it.Comment From: johnny2002I suggest sharding-sphe...
Spring Wrong bean factory method used when method names are the same in one @Configuration
2025-01-08 03:41:56
3355
When one @Configuration class have two bean factory methods with same name (but different arguments), then Spring create...
Spring Avoid LinkedList performance issues through use of ArrayDeque
2025-01-08 03:41:53
918
Triggered by gh-25650 which replaces LinkedList all over the place in the 5.3 codebase, we've identified several spots w...
Spring Potential integer overflow in AbstractResourceBasedMessageSource.setCacheSeconds(int)
2025-01-08 03:41:51
399
Backport of gh-25613Comment From: uaihebertCould I contribute to this ticket? Comment From: uaihebertI just noticed that...
Spring Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int)
2025-01-08 03:41:46
887
Affects: 5.2.8.RELEASEThere is a small bug in the class org.springframework.scheduling.concurrent.ExecutorConfiguratio...
Spring Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing)
2025-01-08 03:41:43
6085
Reproduced in Spring 5.2.7.RELEASE (Spring Boot 2.3.1.RELEASE):@Configurationpublic class SomeConfig { @Bean(name = &...
Spring Spring Test: Methods should allow supertypes of Matcher using lower bounded wildcards
2025-01-08 03:41:39
3095
I was working with a test helper method a colleague wrote that took in an arbitrary status code Matcher to test whether ...
上一页
下一页
1
…
1552
1553
1554
1555
1556
…
2246
.