Spring ReactorResourceFactory not working with CRaC onRefresh checkpoint

I have a spring boot 3.3.0 application running with embedded tomcat which uses WebClient. When I try out CRaC and genera...

Spring BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced

With a recent release the BeanUtils.copyProperties method stopped working for generic properties of enhanced classes. T...

Spring @RequestScope does not work as intended when used with @Bean for Kotlin class

Hi,I created this issue with the springboot team and they referred me here : https://github.com/spring-projects/spring-b...

Spring ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning

When running Spring Boot application with -Djdk.tracePinnedThreads=full, this log message appears in the logs:VirtualThr...

Spring AnnotationUtils performance degrades with deep stacks

Affects: 5.3.1 +Profiling of a complex Spring-based web application shows a bottleneck in AnnotationUtils.getValue() tha...

Spring The variable decorated is repeatedly named in the builder() method of WebHttpHandlerBuilder

Affects: 5.2.4.RELEASE-->Comment From: bclozelThis is done on purpose. We're decorating with several layers of decora...

Spring Introduce API to initialize BeanFactory before singleton instantiation

OverviewIn order to properly implement #32271, I needed a way to eagerly initialize all beans created by @Bean factory m...

Spring Support data binding from request headers

Affects: 6.1.5A rest controller with the following method @GetMapping("/{path}") public void get(Params ...

Spring ClassPathScanningCandidateComponentProvider does not work when the app started in native-image

ClassPathScanningCandidateComponentProvider works and it can scan all classes. But, it does not work when the code compi...

Spring Entity name in MappingSqlQuery example of reference guide is wrong

In the document of "Modeling JDBC Operations as Java Objects", the getCustomer(Long id) method should be getActor(Long i...

Spring Inverting conditions and improving readability of the code

Removing ifs and improving code qualityComment From: pivotal-cla@MaxNstk Please sign the Contributor License Agreement!C...

Spring Adding hash constant

Adding constant for hash, removing the explicitly call of the 31 number.Comment From: pivotal-cla@MaxNstk Please sign th...

Spring Extract Method PR

Enhancing the readability of the code using Extract MethodComment From: pivotal-cla@MaxNstk Please sign the Contributor ...

Spring HttpWebHandlerAdapter needs possibility to manipulate requests before their handle

Currently HttpWebHandlerAdapter handles requests as followshandle x forwarded header which manipulates the requestinstan...

Spring Exclude static resources in InterceptorRegistration in Spring MVC

I use the "HandlerInterceptor" to set some attributes to "request" at the invocation of each controller and check the UR...

Spring Possible changes in web observations

Hello.I have some questions about web observation issues.We updated from Spring Boot 2.x to Spring Boot 3.1.4 and faced ...

Spring Have HandlerInterceptor being ScopedValue friendly

HiSince the arrival of Java 21 and the virtual threads, I'm trying to make the most use of it while working on a Proof O...

Spring Allow json content to be converted using AssertJ's AssertFactory

AssertJ 3.26 has introduced an extra method on AssertFactory that we can use to plug our converter and therefore benefit...

Spring Document why complex object structure are not supported as paremeters or properties by AOT

Affects: 6.1.3A bean definition that uses non-common value types like this: @Override public void postProcessBeanD...

Spring @TestBean factory method not found in multi-level @Nested hierarchy

OverviewCurrently, a @TestBean factory method will be found in the directly enclosing class for a @Nested test class; ho...
上一页 下一页
.