Spring Unable to configure custom scheduler for @Scheduled annotation

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

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

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

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

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

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)

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

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)

DefaultParameterNameDiscoverer should be updated to not use LocalVariableTableParameterNameDiscoverer when running as a ...

Spring Update LogAdapter to allow build-time code removal

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

As found by @dreis2211, instanceof GenericHttpMessageConverter checks slowdown significantly the iteration on converters...

Spring Add GraalVM native JSON configuration generation

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

At commit 8e3846991d30a9a577dae9664996c036895f04cc in the Spring Framework, the NoTransactionInContextException was made...

Spring Log warning when one Bean Override overrides another Bean Override

OverviewAs mentioned in cd60a0013beb090ceda9227a1a66e59d238004a6, it is possible for a bean override to override another...

Spring Introduce "unsafeAllocated" flag in TypeHint

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

In Spring 6.2, ExtendedServletRequestDataBinder was updated to bind HTTP headers to model attribute properties. This bre...

Spring Polish

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

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

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

OverviewWhile working on #34025, I noticed that the Bean Overrides feature in Spring Framework behaves differently than ...
上一页 下一页
.