玖涯软件开发
Home
Blog
Spring Update package-info for CGLIB fork
2025-01-08 17:21:57
519
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
2025-01-08 17:21:55
477
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
2025-01-08 17:21:53
162
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
2025-01-08 17:21:49
239
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
2025-01-08 17:21:47
824
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
2025-01-08 17:21:45
869
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
2025-01-08 17:21:42
351
Follow-up of #27920, see https://github.com/spring-projects/spring-framework/issues/27920#issuecomment-1242030233Comment...
Spring Reintroduce support for null SpEL expressions
2025-01-08 17:21:39
772
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
2025-01-08 17:21:36
2359
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
2025-01-08 17:21:33
1285
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)
2025-01-08 17:21:29
15981
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)
2025-01-08 17:21:27
133
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
2025-01-08 17:21:23
1949
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
2025-01-08 17:21:20
1404
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
2025-01-08 17:21:18
1116
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
2025-01-08 17:21:15
1751
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
2025-01-08 17:21:12
847
Affects: Spring Framework 6.0.8When using AOT (via gradle bootBuildImage task) any bean factory method that has a parame...
Spring @ResponseStatus documentation incorrect
2025-01-08 17:21:10
5637
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
2025-01-08 17:21:07
659
@ConfigurationProperties(prefix = "foo")@Datapublic class DemoConfig { private long timeout; private int...
Spring Fix migration to asciidoctor tabs
2025-01-08 17:21:04
424
The automation to asciidoctor tabs did not migrate properly for all cases this commit fixes the migration.For example, t...
上一页
下一页
1
…
1351
1352
1353
1354
1355
…
2246
.