Nineya
Home
Blog
Spring Illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding
2025-01-08 20:02:31
1497
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
2025-01-08 20:02:27
880
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
2025-01-08 20:02:24
1806
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
2025-01-08 20:02:21
18154
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
2025-01-08 20:02:18
21098
I have two beans like this:<alias name="defaultProblematicBean" alias="problematicBean" /><...
Spring PathMatchingResourcePatternResolver can no longer resolve files on Windows
2025-01-08 20:02:15
3479
There is problem with latest changes on the method PathMatchingResourcePatternResolver.doFindPathMatchingFileResources. ...
Spring @ConditionalOnBean should not be dependant on class file order in jar
2025-01-08 20:02:12
4333
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
2025-01-08 20:02:09
3087
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
2025-01-08 20:02:05
567
The documentation page https://docs.spring.io/spring-framework/reference/data-access/jdbc/parameter-handling.html#jdbc-i...
Spring Support one-time @Scheduled tasks
2025-01-08 20:02:03
837
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
2025-01-08 20:02:00
318
Comment From: pivotal-cla@lyrieek Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring Expose readOnly information on transaction
2025-01-08 20:01:57
148
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
2025-01-08 20:01:51
4685
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
2025-01-08 20:01:48
3475
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
2025-01-08 20:01:45
1572
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/.../"
2025-01-08 20:01:43
3177
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)
2025-01-08 20:01:40
3111
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
2025-01-08 20:01:37
6703
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
2025-01-08 20:01:34
1601
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
2025-01-08 20:01:31
359
java.util.Arrays has methods for hashCode generation on primitive arrays that are equivalent to nullSafeHashCodeThey do ...
上一页
下一页
1
…
1307
1308
1309
1310
1311
…
2246
.