Spring Illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding

Affects: 6.0.11Related to #22791 The fix in the related issue doesn't resolve the problem and the application still fail...

Spring Eliminate synchronized block to avoid thread pinning in SingletonSupplier

Comment From: jhoellerHave you seen a concrete effect within a virtual thread here? As long as the target supplier does ...

Spring SPR-12756: Local visibility for writes to caches with transactional decorators

This patch adds an alternative to the TransactionAwareCacheDecorator that addresses issues raised in SPR-12756 - it make...

Spring Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding

Affects: 5.1.6java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.Cl...

Spring Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy

I have two beans like this:<alias name="defaultProblematicBean" alias="problematicBean" /><...

Spring PathMatchingResourcePatternResolver can no longer resolve files on Windows

There is problem with latest changes on the method PathMatchingResourcePatternResolver.doFindPathMatchingFileResources. ...

Spring @ConditionalOnBean should not be dependant on class file order in jar

My project works if compiled on Linux but does not work when compiled on Mac. When I diffed the jars the only difference...

Spring Unable to autowire a dependency using it's declared name as a resolution of candidates

Testing Spring Boot 3.2.0-M2 which uses Spring Framework 6.1.0-M4, I found out a breaking change on autowiring logic, wh...

Spring Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate

The documentation page https://docs.spring.io/spring-framework/reference/data-access/jdbc/parameter-handling.html#jdbc-i...

Spring Support one-time @Scheduled tasks

As discussed here https://github.com/spring-projects/spring-framework/issues/31210 it would be useful to be able to only...

Spring change StringHttpMessageConverter default charset

Comment From: pivotal-cla@lyrieek Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Expose readOnly information on transaction

Comment From: snicollThanks for the PR but that's not the right way of fixing the issue. I'll reopen the related issue a...

Spring Support declarative ContextCustomizer registration in the TestContext framework

Referring to issue #26141, #26142 and most specifically #26143, these are all stemming from attempts by me to create a t...

Spring Unexpected behavior in usage of profiles

Hi!I'm trying to use Spring profiles for two beans with the default profile and two other profiles per bean. I have crea...

Spring Spring webflux @ModelAttribute annotated methods not working with kotlin suspend methods

I am using spring webflux with spring boot 3.1.0 and 1.1.0 io.spring.dependency-management gradle plugin(spring webflux ...

Spring Spring Boot fails with "does not reside in the file system: manifoldclass://622488023/.../"

I'm gettingCaused by: java.io.FileNotFoundException: URL [manifoldclass://622488023/.../] cannot be resolved to absolute...

Spring ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE, timeUnit = TimeUnit.MINUTES)

This is similar as https://github.com/spring-projects/spring-framework/issues/30754 Note I can confirm the original issu...

Spring Introduce awaitReceive and awaitReceiveOrNull APIs

SummaryServerRequest.awaitBody* APIs have some problems:ServerRequest.awaitBody forces you to think about the coroutines...

Spring JdbcClient should reject a List as the parameter of the IN clause of an SQL statement when using positional parameters

Most of the methods of JdbcClient work with positional parameters in the SQL statement as well as with named parameters ...

Spring Use Arrays.hashCode(...) in ObjectUtils

java.util.Arrays has methods for hashCode generation on primitive arrays that are equivalent to nullSafeHashCodeThey do ...
上一页 下一页
.