Spring Links are broken in KDocs

Currently I am working on a Spring WebFlux/Kotlin Coroutines project, and explored the Spring Kotlin extensions docs fre...

Spring Use set for check ignoreProperties in BeanUtils

Comment From: pivotal-cla@liupeng12345 Please sign the Contributor License Agreement!Click here to manually synchronize ...

Spring GenericTypeResolver.resolveType() should resolve ParameterizedType recursively

import java.lang.reflect.Method;import java.lang.reflect.Type;import java.util.List;import org.springframework.core.Gene...

Spring Fix/default server request builder test

Add Null check for Http Header Name , https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframewo...

Spring CaffeineCacheManager getCache method cause thread block

spring-context-support 5.3.18jdk version:17.0.4here is my thread stack, block 193 threadsCaffeineCacheManager.javapublic...

Spring Assert non-null arguments in DefaultServerRequestBuilder methods

Add Null check for Http Header Name , https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframewo...

Spring CaffeineCacheManager:Modify the getCache method to reduce the probability of lock contention.

Firstly, check whether the cacheMap has cached objects to prevent multiple threads from entering the computeIfAbsent met...

Spring Protect JMS connection creation against prepareConnection errors

The creation of new JMS connection (after reset) is done in local method field (instead of instance field directly) to p...

Spring Implement CDI 2.0 in Spring To Make Integration With New Jakarata EE Projects Easy

Now Java EE is rebranded as Jakarta EE i.e is More Open Source. Its going to add many new projectsfast which will be clo...

Spring Apply "instanceof pattern matching" in the remainder of the code base

OverviewSince we began work on Spring Framework 6.0, we have taken several steps toward applying "instanceof pattern mat...

Spring The last modified timestamps of files in spring-core JAR are incorrect

The last modified time of spring-core-5.3.24.jar file is incorrect, It can't be 1980/2/1, but the last modified time of ...

Spring 5.1x

Comment From: pivotal-cla@longqing9 Please sign the Contributor License Agreement!Click here to manually synchronize the...

Spring Exception occur when building

When I build the latest spring-framework downloaded in the form of zip, I meet the following problem. Fail to excute "gi...

Spring Provide a way to request a WebSession without creating one

Provide a way to request a session without creating one. Please see https://github.com/spring-projects/spring-framework/...

Spring Introduce global cache for reactive argument resolvers

Hi team.It seems that in the current flow of invoking a RequestMapping endpoint,org.springframework.web.reactive.result....

Spring Explore if AbstractEntityManagerFactoryBean proxy hints can be inferred automatically

As a follow-up of #29138, let see if we can infer the EntityManagerFactoryInfo and EntityManagerProxy proxies created vi...

Spring Unnamed module issue when using FailureAnalyzer with JPMS

I am trying to make FailureAnalyzer working with Java Platform Module System (JPMS) on JDK 11.FailureAnalyzer is working...

Spring TraceIDs missing in reactive native image

In Boot 3.0.3 you can add Hooks.enableAutomaticContextPropagation() to enable context propagation, resulting in trace I...

Spring Document need for kotlin-spring plugin regarding open keyword

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-autowired-annotation-primarykotlin t...

Spring Add support for YAML files to @PropertySource [SPR-13912]

Rob Moore opened SPR-13912 and commentedAs the Spring documentation notes, the @PropertySource annotation does not suppo...
上一页 下一页
.