玖涯软件开发
Home
Blog
Spring SynthesizedAnnotation is not visible from class loader [SPR-13696]
2025-01-08 05:58:36
12324
zhangchunhua opened SPR-13696 and commented@RestControllerpublic class UserController { @RequestMapping(path = "...
Spring Update Javadoc since for BeanDefinitionValueResolver
2025-01-08 05:58:33
365
This PR updates the Javadoc @since tag for the BeanDefinitionValueResolver.See gh-28029Comment From: snicollSpring Frame...
Spring spring Security + rsocket @MessageExceptionHandler
2025-01-08 05:58:31
1416
https://github.com/spring-projects/spring-framework/issues/26636ControllerAdviceBean.findAnnotatedBeans(context).forEach...
Spring WebClient decodes string array as one string
2025-01-08 05:58:28
5279
Assume we have an endpoint that returns string array, like this (ContentType is application/json)["a","a&...
Spring Injecting ConversionService causes springmvc initialization failure
2025-01-08 05:58:26
6756
The springmvc version is : 5.3.20When I mark org.springframework.core.convert.ConversionService with @Autowired or @Reso...
Spring MockServerContainerContextCustomizerFactory does not support @Nested tests
2025-01-08 05:58:21
205
MockServerContainerContextCustomizerFactory currently does not find @WebAppConfiguration on an enclosing class and there...
Spring Skip ContextCustomizerFactory that cannot be loaded
2025-01-08 05:58:19
235
If a TestExecutionListener cannot be loaded due to a ClassNotFoundException or NoClassDefFoundError, we skip it and log ...
Spring Introduce logging for ContextCustomizer[Factory] to improve diagnostics
2025-01-08 05:58:17
311
We log which default TestExecutionListener implementations are discovered and which listeners are used, but we do not lo...
Spring Autowire failed in some cases
2025-01-08 05:58:15
6282
Affects: \<5.3.22>Under normal conditions,everything is ok:But if I modify the getter like this:autowire will fail...
Spring Introduce TypeHint.Builder#onReachableType(Class<?>)
2025-01-08 05:57:57
178
As a follow-up of #28977 and as discussed with @snicoll, let's add a TypeHint.Builder#onReachableType overloaded method ...
Spring Introduce ProxyHints.registerJdkProxy(String...)
2025-01-08 05:57:55
8103
Since users might not have a concrete need to work with TypeReference, we should introduce ProxyHints.registerJdkProxy(S...
Spring Support Netty 5's Buffer API
2025-01-08 05:57:53
434
Netty 5 introduced a new Buffer API, replacing Netty 4's ByteBuf. We should support this new API through our DataBuffer ...
Spring Update ClassUtils.java
2025-01-08 05:57:50
337
It's same as here: registerCommonClasses(entry.getKey());Comment From: pivotal-cla@otw1248 Please sign the Contributor L...
Spring Harmonize registration of reflection hints
2025-01-08 05:57:47
545
We got some feedback in #28977 that led us to reconsider some of the constructs in ReflectionHints and friends. Looking ...
Spring Introduce command-line application for triggering AOT test context processing
2025-01-08 05:57:45
539
OverviewSimilar to the org.springframework.aot.test.build.GenerateTestBootstrapCommand from the Spring Native project, w...
Spring on JDK 11 - WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1
2025-01-08 05:57:43
17916
Hello. Issue #22674 was closed, but it still exists.@jhoeller has mentioned, that it's fixed, but it obviously not.Comme...
Spring Compiled JAR of Spring Context still contains javax imports even though the source code has been migrated to Jakarta
2025-01-08 05:57:40
808
Issue :: Compiled JAR of Spring Context library still contains javax imports even though the source code has been migrat...
Spring Add support in the TCF to use pre-processed AOT contexts
2025-01-08 05:57:35
1404
OverviewOnce we've done #28204, we need to be able to configure the TCF so that it uses our optimized context rather tha...
Spring Add support for processing test contexts ahead-of-time
2025-01-08 05:57:32
1020
OverviewNow that we can process an application context for AOT optimizations, we'd like to extend that feature by provid...
Spring Introduce AotContextLoader SPI in the TestContext framework
2025-01-08 05:57:30
584
OverviewIn order to support AOT build-time processing within the Spring TestContext Framework (TCF), we need a way to si...
上一页
下一页
1
…
1413
1414
1415
1416
1417
…
2246
.