Nineya
Home
Blog
Spring Eliminate redundant lookups of classes and annotations
2025-01-08 17:42:09
7112
Repeatedly instantiating beans can trigger redundant lookups of classes and parameter annotations, and in certain applic...
Spring Make DefaultGenerationContext(DefaultGenerationContext, String) constructor protected
2025-01-08 17:42:06
405
OverviewThe DefaultGenerationContext(DefaultGenerationContext, String) constructor is currently package-private which pr...
Spring Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent
2025-01-08 17:42:03
1970
Affects: 5.2.6.RELEASEThe following scenario triggers deadlock:Run non-main threads that invoke a method of @Repository ...
Spring Document expected behavior of a method annotated with multiple @Scheduled annotations
2025-01-08 17:42:01
1681
I had a look at the docs and couldn't find anything about the expected behaviour of a method being annotated by multiple...
Spring Enable KotlinScriptTemplateTests with Java 20
2025-01-08 17:41:58
447
This PR changes to enable the KotlinScriptTemplateTests with Java 20 as 66a1be2d86f9e56e41086a07245e31d099616303 says th...
Spring Test AOT processing fails if a feature name prefix is reused
2025-01-08 17:41:55
195
OverviewFor background, see https://github.com/spring-projects/spring-framework/issues/28974#issuecomment-1596924220.Rel...
Spring Revisit DataAccessException translation API
2025-01-08 17:41:53
7166
I am implementing transaction retry mechanism to our applications and using DataAccessException mapping facility to tran...
Spring DefaultListableBeanFactory#getSingletonFactoryBeanForTypeCheck deadlock
2025-01-08 17:41:50
4119
Affects: 6.0.7I have multiple beans than are invoking JPA repositories in @PostConstruct methods. Those JPA entities are...
Spring content length header makes the compression faulty
2025-01-08 17:41:48
2690
Affects: spring-web 5.3.27This class writes the content length in two places: org.springframework.http.server.ServletSer...
Spring @CachePut evaluates key before cache condition
2025-01-08 17:41:45
833
At present, @Cacheable, @CacheEvict and @CachePut evaluate their keys after condition but before unless. I think the ke...
Spring Already failed contexts should not be started again for each test
2025-01-08 17:41:42
2309
Before this commit, Spring Test Framework caches contexts shared among different test methods. However, context failures...
Spring Add support for cursor pagination
2025-01-08 17:41:39
1246
Lately, I've been working on a project that requires cursor pagination, rather than traditional offset pagination. I fin...
Spring Revisit public API for MBeanExporter
2025-01-08 17:41:37
558
OverviewInspired by #30846, we should revisit the public API for MBeanExporter, potentially deprecating the AUTODETECT_ ...
Spring Configure Eclipse test source sets in Gradle build [SPR-17004]
2025-01-08 17:41:34
1216
Sam Brannen opened SPR-17004 and commentedOverviewSince Eclipse Photon supports separation of test source sets in the cl...
Spring AntPathMatcher fails to match paths ending with '/' when pattern contains '**'
2025-01-08 17:41:31
1012
Affects: 6.0.9The tests below are successful:assertThat(pathMatcher.match("bla/test/*", "bla/test/")...
Spring Add the ability for OncePerRequestFilter to determine if it should skip processing on ASYNC request
2025-01-08 17:41:28
2137
Affects: Spring Framework version 5.3.27Current org.springframework.web.filter.OncePerRequestFilter class has two method...
Spring Topic messages are not sent when using transacted JmsTemplate in 'TransactionSynchronization.afterCommit' phase [SPR-16270]
2025-01-08 17:41:26
2851
ofer baranes opened SPR-16270 and commentedOn the following scenario, an attempt to send message to a TOPIC using JmsTem...
Spring Add convert(Object, TypeDescriptor) method to ConversionService
2025-01-08 17:41:23
1463
At the moment there is the methodObject convert(@Nullable Object source, @Nullable TypeDescriptor sourceType, TypeDescri...
Spring DataAccessUtils result accessors with Optional return value
2025-01-08 17:41:21
448
Closes #27728(https://github.com/spring-projects/spring-framework/issues/27728)Hi everyone, this is my first PR in any p...
Spring Add listOf(), setOf(), and mapOf() methods to TypeDescriptor
2025-01-08 17:41:18
1253
When we need to pass a type descriptor of a list into converter we should writeTypeDescriptor.collection(List.class, Typ...
上一页
下一页
1
…
1330
1331
1332
1333
1334
…
2246
.