Spring SynthesizedAnnotation is not visible from class loader [SPR-13696]

zhangchunhua opened SPR-13696 and commented@RestControllerpublic class UserController { @RequestMapping(path = "...

Spring Update Javadoc since for BeanDefinitionValueResolver

This PR updates the Javadoc @since tag for the BeanDefinitionValueResolver.See gh-28029Comment From: snicollSpring Frame...

Spring spring Security + rsocket @MessageExceptionHandler

https://github.com/spring-projects/spring-framework/issues/26636ControllerAdviceBean.findAnnotatedBeans(context).forEach...

Spring WebClient decodes string array as one string

Assume we have an endpoint that returns string array, like this (ContentType is application/json)["a","a&...

Spring Injecting ConversionService causes springmvc initialization failure

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

MockServerContainerContextCustomizerFactory currently does not find @WebAppConfiguration on an enclosing class and there...

Spring Skip ContextCustomizerFactory that cannot be loaded

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

We log which default TestExecutionListener implementations are discovered and which listeners are used, but we do not lo...

Spring Autowire failed in some cases

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<?>)

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

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

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

It's same as here: registerCommonClasses(entry.getKey());Comment From: pivotal-cla@otw1248 Please sign the Contributor L...

Spring Harmonize registration of reflection hints

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

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

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

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

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

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

OverviewIn order to support AOT build-time processing within the Spring TestContext Framework (TCF), we need a way to si...
上一页 下一页
.