玖涯软件开发
Home
Blog
Spring 5.3.x
2025-01-08 05:45:25
193
Comment From: pivotal-cla@JamesLiuft Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring Add MockMvcRequestBuilders.multipart(HttpMethod, String, Object...)
2025-01-08 05:45:22
345
This PR adds MockMvcRequestBuilders.multipart(HttpMethod, String, Object...) that is similar to MockMvcRequestBuilders.m...
Spring Fix Kotlin example for @ComponentScan basePackages attribute
2025-01-08 05:45:19
365
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
2025-01-08 05:45:17
135
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
2025-01-08 05:45:15
532
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
2025-01-08 05:45:12
346
example: val bean = applicationContext.getBean<TestRepositoryKt?>()// orval bean = applicationContext.getBeanOrNul...
Spring Add ResourceHints registrar for classpath patterns
2025-01-08 05:45:09
217
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
2025-01-08 05:45:06
260
Fix for #28615Comment From: sbrannenThis has been merged into 5.3.x and main in 0ce9516aeff0f4bd8dd37770d161671e23a54304...
Spring Non Singletons being included even with includeNonSingletons
2025-01-08 05:45:03
591
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
2025-01-08 05:45:01
2649
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
2025-01-08 05:44:59
177
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
2025-01-08 05:44:57
181
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
2025-01-08 05:44:55
3307
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
2025-01-08 05:44:52
2118
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
2025-01-08 05:44:50
1126
Change NestedRuntimeException, NestedCheckedException, etc so that the exception's getMessage() does not include the nes...
Spring Support RouterFunction ordering in Spring MVC
2025-01-08 05:44:48
530
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
2025-01-08 05:44:45
761
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
2025-01-08 05:44:42
165484
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
2025-01-08 05:44:39
3382
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
2025-01-08 05:44:37
527
in spring-web, org.springframework.http.client.reactive.JdkHttpClientResourceFactory makes use of the jetty LifeCycle cl...
上一页
下一页
1
…
1427
1428
1429
1430
1431
…
2246
.