Nineya
Home
Blog
Spring Unable to configure custom scheduler for @Scheduled annotation
2025-01-09 00:58:27
4533
Since Spring 6.2.0 functionality to specify custom scheduler for @Scheduled annotation is not working anymore.Minimal re...
Spring TypeDescriptor with recursive generics triggers infinite recursion in ResolvableType.equals/hashCode
2025-01-09 00:58:23
8645
During SpEL evaluation, if the TypeDescriptor is recursive, the evaluation results in infinite recursion causing stack o...
Spring AbstractApplicationContext#refresh omits exception trace and cause from the log
2025-01-09 00:58:20
2431
This is an example of a log XmlWebApplicationContext produces when there is no certain classes in the classpath:[03 Dec ...
Spring Include exception trace and causes into a log produced by AbstractApplicationContext#refresh
2025-01-09 00:58:17
141
This PR fixes an issue that AbstractApplicationContext#refresh loses the stack trace and the causes of the happening exc...
Spring OptionalValidatorFactoryBean suppresses Hibernate Validator configuration failures too much
2025-01-09 00:58:15
1334
When setting up a Spring Web MVC application, if I have Hibernate Validator on the classpath I am supposed to have a val...
Spring Regression in duplicate beans with different method names
2025-01-09 00:58:13
2482
Observed IssueIn Spring Boot 3.3, duplicate named beans can be defined where @Primary can be used as the default. In Spr...
Spring NoTransactionInContextException Reactor Memory Leak (Regression Issue #33601)
2025-01-09 00:58:11
1914
After upgrading to the latest Spring Boot that includes https://github.com/spring-projects/spring-framework/issues/33601...
Spring Make GeneratorStrategy.generate unreachable on native
2025-01-09 00:58:08
3463
Allows to save around 0.5M of RSS memory by avoiding to make those classes reachable:org.springframework.cglib.core.Bloc...
Spring Deprecate LocalVariableTableParameterNameDiscoverer completely (avoiding its exposure in native images)
2025-01-09 00:58:05
3096
DefaultParameterNameDiscoverer should be updated to not use LocalVariableTableParameterNameDiscoverer when running as a ...
Spring Update LogAdapter to allow build-time code removal
2025-01-09 00:58:03
4077
Allow for example to remove those classes and 90 related methods when Logback is used:- org.apache.commons.logging.LogAd...
Spring Avoid instanceof GenericHttpMessageConverter checks
2025-01-09 00:58:00
5357
As found by @dreis2211, instanceof GenericHttpMessageConverter checks slowdown significantly the iteration on converters...
Spring Add GraalVM native JSON configuration generation
2025-01-09 00:57:57
2147
Here is a PR intended to be a proposal to implement #27991.The related commit implements 4 package private Jackson JsonS...
Spring OOM due to NoTransactionInContextException in reactive pipeline
2025-01-09 00:57:52
2119
At commit 8e3846991d30a9a577dae9664996c036895f04cc in the Spring Framework, the NoTransactionInContextException was made...
Spring Log warning when one Bean Override overrides another Bean Override
2025-01-09 00:57:49
3832
OverviewAs mentioned in cd60a0013beb090ceda9227a1a66e59d238004a6, it is possible for a bean override to override another...
Spring Introduce "unsafeAllocated" flag in TypeHint
2025-01-09 00:57:47
164
This metadata information is required for supporting libraries using sun.misc.Unsafe#allocateInstance(Class<?>), e...
Spring Provide option to disable binding HTTP headers to model attribute properties
2025-01-09 00:57:45
819
In Spring 6.2, ExtendedServletRequestDataBinder was updated to bind HTTP headers to model attribute properties. This bre...
Spring Polish
2025-01-09 00:57:42
338
hello!It's a simple fix, but I'd like to contribute.Comment From: pivotal-cla@youabledev Please sign the Contributor Lic...
Spring Update URL for Contributor License Agreement in CONTRIBUTING.md
2025-01-09 00:57:39
506
The URL for the Contributor License Agreement in CONTRIBUTING.md is outdated. I updated it with the latest URL.Comment F...
Spring Provide guidelines in AspectJ documentation to avoid dumps
2025-01-09 00:57:37
4979
PrefaceWhen using spring-aspects with native AspectJ LTW, the AspectJ weaving agent core-dumps, at least in some Spring ...
Spring Identical Bean Overrides are silently allowed
2025-01-09 00:57:34
2331
OverviewWhile working on #34025, I noticed that the Bean Overrides feature in Spring Framework behaves differently than ...
上一页
下一页
1
…
1121
1122
1123
1124
1125
…
2246
.