玖涯软件开发
Home
Blog
Spring Prevent @Conditional from ignoring subsequent bean definition with same name
2025-01-08 06:05:48
609
See #23307 for reason of this PR.I removed the check, whether a bean is already in the skippedBeanMethods collection. Th...
Spring @ConditionalOn behaves unintuitively for @Bean methods with same name (depends on method declaration order)
2025-01-08 06:05:46
3348
Affects: 4.3.x - 5.1.xProbably affects older versions as well.When @ConditionalOn.. annotations are used on @Bean method...
Spring Support multi-module path pattern in FreeMarkerConfigurationFactoryBean
2025-01-08 06:05:43
491
add support for multi-module project path pattern fixes #24929 Comment From: pivotal-issuemaster@lonecloud Please sign t...
Spring Multi-module projects using FreeMarker cannot load all classpath template files
2025-01-08 06:05:40
862
Affects: 5.2.6In multi-module projects, FreeMarkerConfigurationFactory only can load first match resource which is in c...
Spring Fix the bug for method mergeProperties().
2025-01-08 06:05:37
1351
Using CollectionFactory.createStringAdaptingProperties() instead of new Properties().Using method getProperty() will get...
Spring Add ability for StopWatch to aggregate results
2025-01-08 06:05:35
1690
Add configuration option for the StopWatch to aggregate results oftimers with the same name, as opposed to replacing the...
Spring Add checksum-dependency-plugin for verification of plugin/dependency checksums
2025-01-08 06:05:32
2125
checksum-dependency-plugin is a superset of gradle-witness, and it enables to increase the level of security.See https:/...
Spring SPR-17600 Vararg based methods in MessageSource
2025-01-08 06:05:30
643
It adds a vararg based getMessage methodsin MessageSource. The methods are added usingJava 8 Interface Default Methods s...
Spring Documentation for transaction management contains not working link
2025-01-08 06:05:27
440
Affects: Found in 5.3.2 but possibly affects a lot of previous and next onesIt's a simple thing - in the reference docum...
Spring RFC: resttemplate builder
2025-01-08 06:05:24
1479
I created a library and would like to ask if it can be merged into Spring? I only added the production code in this PR t...
Spring Add method that execute batch update by named param
2025-01-08 06:05:22
1107
Prior to this commit, BatchSqlUpdate class didn't override updateByNamedParam() method but overrided update() method onl...
Spring Improve resource handling for empty files contained in jars
2025-01-08 06:05:19
2508
We noticed a strange behavior in WebMVC when working with empty files:We had some empty files in a classpath location co...
Spring Spring Web 6.0.0-M6 breaks Kotlin support for (De-)Serialization in some edge-cases
2025-01-08 06:05:16
26134
Affects: Spring Web 6.0.0-M6Kotlin 1.7.10Caused by https://github.com/spring-projects/spring-framework/issues/29068(De-)...
Spring Avoid resizing of Maps created by CollectionUtils
2025-01-08 06:05:14
884
Hi,I noticed that smaller maps with a size of 1 and 2 will be resized if you put the respective number of elements in it...
Spring @RequestPart and multiple multipart/form-data records
2025-01-08 06:05:12
4005
On the frontend we have a form which send the data as multipart/form-data and we need to receive the data in the control...
Spring # Spring Webflux not releasing memory .Heap Memory is not coming down for spring webflux application
2025-01-08 06:05:09
4814
Affects: \We new to Spring webflux with netty . We have built application with spring webflux ,but heap memory is not ...
Spring Optimize native footprint by avoiding using ModuleFinder.ofSystem() at runtime
2025-01-08 06:05:06
1311
28506 introduced JPMS support in PathMatchingResourcePatternResolver by using ModuleFinder.ofSystem(), but it has introd...
Spring InMemoryWebSessionStore makes blocking calls to UUID.randomUUID
2025-01-08 06:05:04
27124
Affects: 5.1.11.RELEASEVia @kschlesselmann on Gitter:java.lang.Error: Blocking call! java.io.FileInputStream#readBytes ...
Spring CorsInterceptor should add to the first interceptor in InterceptorChain?
2025-01-08 06:05:01
1824
Affects: Spring Webmvc 4.3.14I use CorsRegistry to add cors configuration support, but it does not work.I found the cors...
Spring Customization for ObjectReader and ObjectWriter
2025-01-08 06:04:58
1538
We are finding some needs to customize the ObjectReader and ObjectWriter for Jackson serialization and deserialization, ...
上一页
下一页
1
…
1405
1406
1407
1408
1409
…
2246
.