Nineya
Home
Blog
Spring JSON deserialization for Kotlin collections on inherited classes
2025-01-08 17:34:24
2694
I found a problem with json deserialization on lists with inherited classes and kotlin. The problem occurs when you defi...
Spring Field injection through @Resource does not work after AOT processing
2025-01-08 17:34:20
10984
2023-07-03T14:33:26.923+08:00 WARN 20580 --- [ main] w.s.c.ServletWebServerApplicationContext : Exception enc...
Spring Allows JdkClientHttpRequest.DISALLOWED_HEADERS to be customized.
2025-01-08 17:34:17
141
It does this by reading the System property jdk.httpclient.allowRestrictedHeaders and removing those set from the defaul...
Spring Package-private init/destroy methods are not always invoked
2025-01-08 17:34:15
438
OverviewWhile working on #30692, I noticed that we currently do not invoke shadowed package-private init/destroy methods...
Spring Support [package-]private init/destroy methods in AOT mode
2025-01-08 17:34:13
4088
OverviewPrior to this commit, private (and non-visible package-private) init/destroy methods were not supported in AOT m...
Spring [spring-cache] when i wang to define cacheNames in XXXServiceImpl, but Cacheable defined in AbstractService, and spring-cache cannot support this case
2025-01-08 17:34:11
3617
Affects: 6.0AbstractService.javapublic abstract class AbstractService<T extends AbstractModel, PK extends Serializabl...
Spring Remove @Aspect for classes containing only @Pointcut declarations in reference documentation
2025-01-08 17:34:08
1232
Regarding the current Reference Documentation, the Declaring a Pointcut page contains two sections. The first is the Com...
Spring Spring Data MongoDB ThreadPool Bugs When Cluster works on nginx with springboot 2.6.4+
2025-01-08 17:34:05
2189
Hi All: In project, I used the mongodb cluster repliset with nginx stream agent. because of it, there are 4 available ...
Spring Polish variable name in ReschedulingRunnable
2025-01-08 17:33:59
256
initDelay is applicable for scheduleAtFixedRate and scheduleWithFixedDelay not scheduleComment From: sbrannenThis has be...
Spring No primary or single unique constructor found for interface jakarta.servlet.http.HttpServletResponse
2025-01-08 17:33:55
2121
this is my version<properties> <java.version>17</java.version> <spring-boot.version&g...
Spring Fix log level on error with @TransactionalEventListener
2025-01-08 17:33:52
1101
Synchronous methods with @TransactionalEventListener logs in debug level.However, most production logs are filtered by e...
Spring Memory Leak In CaffeineCacheManager
2025-01-08 17:33:49
2506
The CaffeineCacheManager will potentially cause a memory leak if the getCache method is called with thousands of differe...
Spring Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager
2025-01-08 17:33:46
189
CaffeineCacheManager got its getCache locking behavior revised in #24376 and #30066. ConcurrentMapCacheManager has a sim...
Spring Introduce ModuleResource for resources loaded from a given Module
2025-01-08 17:33:44
1386
As a follow up to #28506, we should introduce ModulePathResource as companion to the existing ClassPathResource to suppo...
Spring Change restore logging to info level
2025-01-08 17:33:42
302
Currently, by default there is no log at Spring Framework level of the restoration of a Spring application, only some Sp...
Spring ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded
2025-01-08 17:33:40
3002
When calling prototype Beans the first time in a multithreaded manner, the following exception can happen:Exception in t...
Spring Allow BeanNameViewResolver to optionally use a supplied ApplicationContext
2025-01-08 17:33:37
2974
With theXmlViewResolver/ResourceBundleViewResolver you could have multiple instances of it and provide and XML applicati...
Spring Add an interceptor for Controller
2025-01-08 17:33:34
860
It is hoped that an interceptor can be provided to allow users to do custom processing before and after the methods in t...
Spring MethodParameter.isOptional() fails with ArrayIndexOutOfBoundsException [SPR-17629]
2025-01-08 17:33:32
4042
shollander opened SPR-17629 and commentedCalling org.springframework.core.MethodParameter.isOptional() can fail with an ...
Spring @Scheduled suspend fun - support
2025-01-08 17:33:29
543
Hi allIs there preview to support Kotlin coroutines (suspend fun) annotated with @Scheduled? Example:@Scheduled(fixedRat...
上一页
下一页
1
…
1338
1339
1340
1341
1342
…
2246
.