Spring 5.3.x

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

Spring Add MockMvcRequestBuilders.multipart(HttpMethod, String, Object...)

This PR adds MockMvcRequestBuilders.multipart(HttpMethod, String, Object...) that is similar to MockMvcRequestBuilders.m...

Spring Fix Kotlin example for @ComponentScan basePackages attribute

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-scanning-filterskotlin to: @Configur...

Spring Set Kotlin language version to 1.7

We should change the Kotlin language version to 1.7, see here. Doing this allows us to upgrade to Kotlin 1.9 within the ...

Spring Fix Kotlin example for @Required

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-required-annotationclass SimpleMovie...

Spring kotlin Is there Get a nullable bean by coding

example: val bean = applicationContext.getBean<TestRepositoryKt?>()// orval bean = applicationContext.getBeanOrNul...

Spring Add ResourceHints registrar for classpath patterns

Having to scan locations is quite common. Rather than implementing that logic multiple times, this issue is about offeri...

Spring Avoid eager instantiation of non-singleton FactoryBean in getBeanNamesForType

Fix for #28615Comment From: sbrannenThis has been merged into 5.3.x and main in 0ce9516aeff0f4bd8dd37770d161671e23a54304...

Spring Non Singletons being included even with includeNonSingletons

Hi!I have seen that this verification was removed.I think that will result in beans being created even when you indicate...

Spring CachingConnectionFactory with WebLogic JMS not caching producers nor consumers

Versions affected for caching consumers: 3.1.1 (2012) to last 5.x and 6.xVersions affected for caching producers: 4.3.14...

Spring Introduce ResourcePatternHint#toRegex

This change is done for several reasons: - Move the logic where it is documented. - Test it with ResourcePatternHintTest...

Spring Add ifPresent utility methods on RuntimeHints

Based on concrete usage of the API, it looks like a registerIfPresent would be a nice addition to the API. This makes su...

Spring findAnnotationOnBean finds annotations from a static @Bean method's enclosing class

Affects: 5.3.xWhen a bean is defined using a static method, findAnnotationOnBean finds an annotation from the @Configura...

Spring Avoid loading XML files for default SQL exception translation

25335 allowed the use of SQLErrorCodeSQLExceptionTranslator to be disabled by configuring spring.ignore.xml to true. Thi...

Spring Nested Exception's message should not include the messages from causal chain

Change NestedRuntimeException, NestedCheckedException, etc so that the exception's getMessage() does not include the nes...

Spring Support RouterFunction ordering in Spring MVC

RouterFunctionMapping in Spring MVC does not support ordering. By comparison, the WebFlux RouterFunctionMapping does, re...

Spring Remove support for cyclic annotation parameter types in Kotlin

28012 introduced support for cyclic annotation parameter types in Kotlin. However, in Kotlin 1.7 the compiler gives a wa...

Spring Using recursive annotations in Kotlin causes stack overflow

spring boot version: 2.6.3I have defined several annotations in kotlin similar to the following: @JvmRepeatable(Bar::cla...

Spring java.lang.IllegalStateException with @NestedTestConfiguration

HiI tried to use @NestedTestConfiguration as described in the Spring documentation. So this is the original test class t...

Spring JdkHttpClientResourceFactory has dependency on org.eclipse.jetty

in spring-web, org.springframework.http.client.reactive.JdkHttpClientResourceFactory makes use of the jetty LifeCycle cl...
上一页 下一页
.