Spring Deprecate JOptCommandLinePropertySource

Affects: 6.xUnfortunately JOpt Simple seems to be dead:Last Release: Jul 13, 2017Last Alpha: Sep 11, 2018Last Commit: Au...

Spring Improve SpEL inline collection caching

This is a fix for https://github.com/spring-projects/spring-framework/issues/22146Comment From: sbrannenFor future refer...

Spring Support configuring Jetty WebSocket server parameters

Affects: 6.0.7It is not clear how to configure a WebSocket server using Jetty and Spring Boot 3 / Spring framework 6. Mo...

Spring Support parameter injection in @BeforeTransaction/@AfterTransaction methods

For Spring Framework 6.0.4 --- regarding testing with JUnit Jupiter -- the following works fine.@AfterEachvoid afterEach...

Spring Testing

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

Spring Improve attribute handling in RequestPredicates

I was doing some memory allocation flame chart analysis and found that there was a lot of copying of the attributes map ...

Spring Stackoverflow on stopping bean resourcePatternResolver

Affects: Spring Framework: 5.3.29Spring Boot: 2.7.14Stopping Spring Boot application results in a stackoverflow error.Lo...

Spring Refine logic to release WebSocket ByteBuffer via Callback with Jetty 12

In Jetty 12, WebSocket handling methods that take ByteBuffer also take Callback and that needs to be called to release t...

Spring Possible classloader leak through incomplete clearing of annotation caches

Hi,We are using Spring 5.3.28 in our application. This application supports dynamic plugins, so we do something like thi...

Spring WebHttpHandlerBuilder should auto-detect observability beans

As of #30013, the HTTP server observability infrastructure is configured directly on the WebHttpHandlerBuilder.All other...

Spring Refine CORS documentation for wildcard processing

In CORS configuration we don't have access for request and response, e.g. by servlet filterWe have allowedOriginsPattern...

Spring Adding a segment to a UriBuilder using path() instead of pathSegment() does not add /

Affects: 6.0.1Using the WebClient in SpringWeb v6.0.1 to add a path segment via the path() method does not add the requi...

Spring Support for @Transactional and R2dbcTransactionManager in spring-test

Affects: 5.3.29I have a Spring project that uses Spring Data R2DBC with Oracle driver, I created the required Connection...

Spring Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations

Affects: spring-jcl 5.3.29For the Spring version 5.3.29 the commit c7bc40d has been added. There seems to be an issue wi...

Spring Use MergedAnnotations API directly in AnnotationBeanNameGenerator where possible

AnnotationBeanNameGenerator was written before the introduction of the MergedAnnotations API and therefore heavily relie...

Spring AOT check on a bean definition with an instance supplier is not consistent

With #29556, We've added a check in BeanDefinitionMethodGenerator to prevent processing a bean definition that has an in...

Spring AOT processing fails for @ConfigurationProperties class without default constructor

During AOT processing, the constructor detection for AOT fails for configuration properties classes that do not declare ...

Spring R2DBC: Skip release connection after nested with existing transaction

Following #30134 Switching from my dirty workarround implementation of r2dbc nested transaction to new build-in, I got s...

Spring Consolidate HTTP Interface client support for MultipartFile and @RequestPart

As described in the ticket, I've merged MultipartFileArgumentResolver into the RequestPartArgumentResolver. I also think...

Spring JpaTransactionManager datasource is not thread safe

If JpaTransactionManager is used in a multitenant setup then the dataSource is not thread safe. This is in contrast to t...
上一页 下一页
.