Spring LinkedMultiValueMap Bug

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]

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

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…

…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

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)

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)

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

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

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

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

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

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

See https://github.com/spring-projects/spring-kafka/issues/1549Several Spring projects (spring-jms, spring-amqp, spring-...

Spring load balance not supportted

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

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

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)

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)

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)

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

I was working with a test helper method a colleague wrote that took in an arbitrary status code Matcher to test whether ...
上一页 下一页
.