Nineya
Home
Blog
Spring Default cache implementation causes OOME
2025-01-08 03:38:41
1136
Hi, according to documentation, Spring under the hood uses ConcurrentHashMap that as we know is unbounded and lacking TT...
Spring How to extend distributed lock in CacheAspectSupport Class
2025-01-08 03:38:39
776
spring cache is very usefull and convenient. for example, It's easy to use @Cacheable, @CacheEvict,@CachePut . but it h...
Spring CaffeineCache with LoadingCache
2025-01-08 03:38:36
1352
When CaffeineCache is created with a LoadingCache, the LoadingCache isused with the method public ValueWrapper get(Objec...
Spring CaffeineCache does not support LoadingCache consistently
2025-01-08 03:38:34
2562
Hi allCaffeineCache implementation override method public ValueWrapper get(Object key) and there is a specific check whe...
Spring Refactoring opportunity in HandlerExecutionChain
2025-01-08 03:38:30
1446
I was reading Spring's code base and stumbled upon this:public class HandlerExecutionChain { private static final Log...
Spring added possibility to extend ModelAttributeMethodArgumentResolver
2025-01-08 03:38:28
676
Added possibility to extend ModelAttributeMethodArgumentResolver , in order to populate objects in same way, but with di...
Spring Constructor based bean binding should support url path variables, not only request parameters
2025-01-08 03:38:26
2167
Currently (Spring 5.2) we can not use constructor based bean binding of path variables as we can with request parameters...
Spring Spring MVC - Kotlin: Cannot bind MultipartFile in constructor [SPR-17640]
2025-01-08 03:38:23
467
Ryan Bohn opened SPR-17640 and commentedWhen using spring mvc with Kotlin, I prefer to use data classes with immutable...
Spring Add necessary semicolons
2025-01-08 03:38:21
1599
Comment From: quaffSemicolon is not required by java enum and groovy.Comment From: diguageSemicolon is not required by j...
Spring Version number not displayed in ObjectOptimisticLockingFailureException
2025-01-08 03:38:19
1164
Affects: spring-orm:5.1.9 releasesample exception thrown message:org.springframework.orm.ObjectOptimisticLockingFailureE...
Spring Synchronized blocks in MethodOverrides are hurting concurrency
2025-01-08 03:38:16
846
Affects: 5.1.x, 4.3.xThe fix for issue #18905 introduced synchronized blocks into the MethodOverrides class to fix a rac...
Spring Spring 5.2.2 documentation index incorrect
2025-01-08 03:38:14
5670
Affects: \Spring 5.2.2I hope this is the right place to report issues regarding the documentation.It seems that the docu...
Spring Require RSocket 1.0 as minimum version
2025-01-08 03:38:11
341
RSocket removed in 1.1 some classes deprecated in 1.0 (see https://github.com/rsocket/rsocket-java/commit/6daa2ebb07c00d...
Spring Generate a CacheCreatedEvent from the Spring Caching Abstraction [SPR-17350]
2025-01-08 03:38:09
5020
Tyler K Van Gorder opened SPR-17350 and commentedNow that Spring Boot 2.x uses Micrometer for its metrics abstraction, i...
Spring Standalone MockMvc ignores @RestControllerAdvice annotation attributes
2025-01-08 03:38:07
4643
MockMvc created by MockMvcBuilders.standaloneSetup() ignores @RestControllerAdvice annotation attributes but works well ...
Spring Jackson message converters and codecs do not respect character encoding in canRead/canWrite
2025-01-08 03:38:03
4181
Affects: org.springframework:spring-web:5.1.15.RELEASEXML webservices seem to be limited to unicode encodings. Using ja...
Spring Clarify how to avoid favoring path extensions as well as deprecation warnings
2025-01-08 03:37:59
6392
Affects: 5.2.4.RELEASEAccording to 24179 favorPathExtension is deprecated, and we should all use the Accept header, whic...
Spring Consider updating the default Hibernate dialect for MySQL databases
2025-01-08 03:37:56
6199
Please consider updating the default Hibernate dialect for MySQL databases.org.springframework.orm.jpa.vendor.HibernateJ...
Spring Cron Expression validation [SPR-14933]
2025-01-08 03:37:53
1021
Arcadius Ahouansou opened SPR-14933 and commentedWith Spring, the CronSequenceGenerator.parse()method does not seem robu...
Spring Wrong error message for type mismatch in jsonPath().value()
2025-01-08 03:37:51
12931
https://github.com/spring-projects/spring-framework/blob/87c5b5a66485aa3d8071e96ec36c032092c8c3c7/spring-test/src/main/j...
上一页
下一页
1
…
1335
1336
1337
1338
1339
…
2025
.