Nineya
Home
Blog
Spring Deprecate JOptCommandLinePropertySource
2025-01-08 20:01:28
914
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
2025-01-08 20:01:25
1362
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
2025-01-08 20:01:22
5536
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
2025-01-08 20:01:19
4614
For Spring Framework 6.0.4 --- regarding testing with JUnit Jupiter -- the following works fine.@AfterEachvoid afterEach...
Spring Testing
2025-01-08 20:01:16
192
Comment From: pivotal-cla@bipul2002 Please sign the Contributor License Agreement!Click here to manually synchronize the...
Spring Improve attribute handling in RequestPredicates
2025-01-08 20:01:13
2827
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
2025-01-08 20:00:50
7176
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
2025-01-08 20:00:47
346
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
2025-01-08 20:00:44
6591
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
2025-01-08 20:00:38
335
As of #30013, the HTTP server observability infrastructure is configured directly on the WebHttpHandlerBuilder.All other...
Spring Refine CORS documentation for wildcard processing
2025-01-08 20:00:36
9771
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 /
2025-01-08 20:00:27
947
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
2025-01-08 20:00:23
3869
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
2025-01-08 20:00:21
836
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
2025-01-08 20:00:18
504
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
2025-01-08 20:00:16
1535
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
2025-01-08 20:00:13
6772
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
2025-01-08 20:00:10
572
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
2025-01-08 20:00:08
522
As described in the ticket, I've merged MultipartFileArgumentResolver into the RequestPartArgumentResolver. I also think...
Spring JpaTransactionManager datasource is not thread safe
2025-01-08 20:00:05
1948
If JpaTransactionManager is used in a multitenant setup then the dataSource is not thread safe. This is in contrast to t...
上一页
下一页
1
…
1308
1309
1310
1311
1312
…
2246
.