Nineya
Home
Blog
Spring Avoid ClassCastException on IllegalArgumentException when invoking sync get cache method
2025-01-08 03:27:11
2276
Avoid some exception cause ClassCastExceptionLet's take a look at ConcurrentMapCache.java @Override @Nullable p...
Spring Avoid full synchronization in AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to massive thread blocking
2025-01-08 03:27:09
5033
https://github.com/spring-projects/spring-framework/blob/b1224835be7e591fc784c565a7efdb7f09d29d26/spring-context/src/mai...
Spring Support for shared GroovyClassLoader in GroovyScriptFactory
2025-01-08 03:27:06
3421
Affects: Spring Framework 4.3.4I use ScriptFactoryPostProcessor to create Groovy class bean and register in spring conte...
Spring Possibly wrong annotations
2025-01-08 03:27:04
1365
In Spring Data Jpa (at least since 2.2.x, still present in 2.3.x) there seem to be some wrong annotations. Unless this i...
Spring Support wildcards in @PropertySource
2025-01-08 03:27:00
559
Fix #21325Comment From: pivotal-issuemaster@inardz Please sign the Contributor License Agreement!Click here to manually ...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 03:26:57
214
合并spring官方代码Comment From: pivotal-issuemaster@chengwenyue Please sign the Contributor License Agreement!Click here to ma...
Spring Fix execution order of @AfterReturning and @After methods in ReflectiveAspectJAdvisorFactory
2025-01-08 03:26:54
13491
When using the @AfterReturning and @After to implement AOP function, the program always call the method annotated by @A...
Spring Optimize cache usage in DefaultListableBeanFactory.getBeanNamesForType()
2025-01-08 03:26:52
2499
Current Versions,The set value is not assigned to allBeanNamesByType attribute when the property is obtained.This method...
Spring @ModelAttribute support to builder pattern [SPR-13415]
2025-01-08 03:26:49
1136
Raffaele Litto opened SPR-13415 and commentedSpring @ModelAttribute has no way to support builder pattern, unlike suppor...
Spring Document how reactive transactions work for cancellation in 5.2 and how it will work in 5.3
2025-01-08 03:26:46
12591
Affects: 5.2.6, current masterBriefly: according to my observations, Spring commits a transaction when a 'transactional ...
Spring DefaultServerRequest bug with pathVariables when using MockServerRequest and MockServerWebExchange
2025-01-08 03:26:43
1351
Affects: 5.2.5DescriptionIn 5.2.5 version MockServerRequest has been deprecated in favor of ServerRequest.create(ServerW...
Spring Implement reliable invocation order for advice within an @Aspect
2025-01-08 03:26:41
2037
OverviewThe AspectJPrecedenceComparator was designed to mimic the precedence order enforced by the AspectJ compiler with...
Spring In the yaml file, use @Value annotation to parse the attribute to get an error value
2025-01-08 03:26:39
578
My configuration file is application.yml, and the content is as follows:bizlimit: common: startTime: 05:00 endTim...
Spring update
2025-01-08 03:26:36
214
update fileComment From: pivotal-issuemaster@qq1026290752 Please sign the Contributor License Agreement!Click here to ma...
Spring Update documentation - @Cacheable cannot be used on @PostConstruct
2025-01-08 03:26:34
373
I found out that @Cacheable cannot be used on a @PostConstruct because CacheAspectSupport may be initialized after the c...
Spring Performance enhancement in execution of ResponseEntity.of()
2025-01-08 03:26:30
1212
Hi Team,I think I have found a very small performance enhancement when using ResponseEntity.ofCurrently the code for the...
Spring HttpHeaders equals may return false without comparing actual content
2025-01-08 03:26:25
279
Backport of gh-25034Comment From: spring-projects-issuesFixed via b22e67066821eb89516f40c6d3e49012c1aada6fComment From: ...
Spring HttpHeaders equals may return false without comparing actual content
2025-01-08 03:26:22
2606
In 5.1 HttpHeaders became a MultiValueMap and it became possible to wrap existing HttpHeaders instances rather than copy...
Spring Why remove org.springframework.cache.guava.GuavaCacheManager in Spring 5.0?
2025-01-08 03:26:17
384
In Spring 5.0, I found GuvaCache and GuavaCacheManager has been removed, and use CaffeineCacheManager instead, remove a...
Spring Spring not showing reason in RuntimeException class
2025-01-08 03:26:15
862
Spring version: 2.3.0.RELEASEJava Version: 8I'm trying to handle de reason of a excetopn class:@ResponseStatus(code = Ht...
上一页
下一页
1
…
1347
1348
1349
1350
1351
…
2025
.