Spring Prevent @Conditional from ignoring subsequent bean definition with same name

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)

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

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

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().

Using CollectionFactory.createStringAdaptingProperties() instead of new Properties().Using method getProperty() will get...

Spring Add ability for StopWatch to aggregate results

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

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

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

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

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

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

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

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

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

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

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

28506 introduced JPMS support in PathMatchingResourcePatternResolver by using ModuleFinder.ofSystem(), but it has introd...

Spring InMemoryWebSessionStore makes blocking calls to UUID.randomUUID

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?

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

We are finding some needs to customize the ObjectReader and ObjectWriter for Jackson serialization and deserialization, ...
上一页 下一页
.