Spring Update package-info for CGLIB fork

Since we now maintain a complete fork of CGLIB, we should consider if we want to introduce package-info files for every ...

Spring Clarify differences between GenericBeanDefinition and RootBeanDefinition

Our AOT efforts has required some minor refinements in the way bean definitions are created programmatically. For an ind...

Spring Use cached playbook in build dir

This is an update to the per branch build to allow placing the playbook in the build dir. It needs to happen with gh-304...

Spring Download the playbook to build dir

Download the cached playbook to the build dirThis should be merged into main as wellIt needs to happen at the same time ...

Spring Fix publishing of PayloadApplicationEvents in parent context

This commit introduces a more defensive propagation of an eventand the optionally associated eventType when calling publ...

Spring ApplicationEventPublisher - PayloadApplicationEvent not received by EventListener if event fired from child context

If PayloadApplicationEvent is published via ApplicationEventPublisher from child context, it will not be received by Eve...

Spring Add SPI for argument resolution for AOT scenarios

Follow-up of #27920, see https://github.com/spring-projects/spring-framework/issues/27920#issuecomment-1242030233Comment...

Spring Reintroduce support for null SpEL expressions

OverviewIn gh-30371, @ryan-c-wicks brought it to our attention that null SpEL expressions were unintentionally supported...

Spring Reject null and empty SpEL expressions

We have upgraded from Spring Framework 5.2.23 to 5.2.24, and now we are getting some NullPointerExceptions.Looking in th...

Spring ApplicationListenerMethodAdapter supports non-matching generic events

ApplicationListenerMethodAdapter wrongly indicates it would support a generic event type exposing unresolved generics, e...

Spring Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings)

after upgrade to springframework 6.0.2. we got following warnings22-11-30 17:39:11.513 WARN [main LocalVariableTablePara...

Spring Fix code style issues (From C-style to Java-style array declaration)

Comment From: snicollThis is our copy of cglib and while we're maintaining it now, we prefer to only change what's reall...

Spring AOT does not generate Autowired value configuration for beans defined using an interface

Autowiring configuration isn't generated for beans provided by interface, leading to uninitialized values at runtime:Cau...

Spring StringDecoder.decode() should release chunks on cancellation

At line 127 of spring-core/src/main/java/org/springframework/core/codec/StringDecoder.java at the main branch, you have ...

Spring Сontext is not cleared when a test uses @DirtiesContext with @SpyBean

Hey! I try to run my integration tests, and one of my tests uses @SpyBean.When I run my test alone everything is ok, but...

Spring Add SpEL support for registered MethodHandles

This commit adds support for MethodHandles in SpEL, using the samesyntax as user-defined functions (which also covers re...

Spring Support for InjectionPoint in bean factory methods when using AOT

Affects: Spring Framework 6.0.8When using AOT (via gradle bootBuildImage task) any bean factory method that has a parame...

Spring @ResponseStatus documentation incorrect

I think the documentation of @ResponseStatus in spring-web 6.0.7 is not correct. It says:"The status code is applied to ...

Spring support spel in yaml config

@ConfigurationProperties(prefix = "foo")@Datapublic class DemoConfig { private long timeout; private int...

Spring Fix migration to asciidoctor tabs

The automation to asciidoctor tabs did not migrate properly for all cases this commit fixes the migration.For example, t...
上一页 下一页
.