Nineya
Home
Blog
Spring Support use of RSocketClient
2025-01-08 03:32:54
487
The 1.1 M1 upgrade #25331 contains a new RSocketClient that is similar to the RSocket contract but does not represent a ...
Spring Rest Template is not thread safe for headers when there are lot of concurrent threads
2025-01-08 03:32:52
3737
Affects: Spring Boot 2.2.6When we use a shared RestTemplate across multiple threads, there are issues when lot of concur...
Spring Question about ResponseEntityExceptionHandler behavior
2025-01-08 03:32:49
4095
Hi Spring team,I am extending ResponseEntityExceptionHandler to implement a global exception handler, and I come across ...
Spring Use Math.min() in ExponentialBackOff
2025-01-08 03:32:46
263
Reports cases where the minimum or the maximum of two numbers can be calculated by means of Math.max() or Math.min() ins...
Spring The <task:executor> namespace element does not support the allowCoreThreadTimeOut property
2025-01-08 03:32:44
1588
<xsd:element name="executor"> in spring-task-4.3.xsd can set the id, pool-size, queue-capacity, keep-alive, and re...
Spring Support raising exception with a custom HTTP status code
2025-01-08 03:32:41
872
Ondřej Božek opened SPR-15781 and commentedSupport custom HTTP status codes in @ResponseStatus similary as they are supp...
Spring Support for direct path lookups in WebFlux
2025-01-08 03:32:39
241
This is something Spring MVC already does but WebFlux does not. It maintains a lookup by path for mappings that don't ha...
Spring Spring JMS and ActiveMQ: Automatic JMS message to POJO conversion support.
2025-01-08 03:32:37
841
Right now there is no way to automatically convert JMS message to POJO.I have to set a type id from consumer side (liste...
Spring Use correct link to MaxInMemorySize
2025-01-08 03:32:34
1442
This PR fixes a broken link to the "MaxInMemorySize" section.Comment From: sbrannenThe currently published HTML version ...
Spring please help me : how do RestTemplate exchange()method post key-value data to server?
2025-01-08 03:32:31
2014
@PostMapping(value = "test2")@ResponseBodypublic ResponseBox<String> test2(int id, String username, String passwor...
Spring Is there a way to cache http response on redis with WebClient
2025-01-08 03:32:29
2410
HiI decided to migrate existing Spring Boot projects to webflux. The Spring Boot version I update to is 2.2.4.RELEASE.I ...
Spring PersistenceAnnotationBeanPostProcessor keeps refreshing metadata cache
2025-01-08 03:32:26
2780
We have lots of threads stuck inside PersistenceAnnotationBeanPostProcessor.findPersistenceMetadata(), waiting to refres...
Spring Upgrade to ASM 9.0
2025-01-08 03:32:24
484
ASM 8.0(.1) being released now, we're anticipating ASM 9.0 to be picked up in Spring Framework 5.3, turning record suppo...
Spring Profiles should be comparable when created via Profiles.of()
2025-01-08 03:32:20
2652
Suppose we have this code in production:private boolean isExternalProfileEnabled() { return environment.acceptsProfiles...
Spring MediaType.APPLICATION_JSON_UTF8_VALUE is deprecated, but encoding is incorrect without it
2025-01-08 03:32:17
6333
Affects: 5.2.7.RELEASEWe just updated from Spring Boot 2.1.3.RELEASE (which used Spring Framework 5.1.7.RELEASE) to 2.3....
Spring Could not find reactor-core-3.4.0-M1.jar (io.projectreactor:reactor-core:3.4.0-M1).
2025-01-08 03:32:15
789
Could not find reactor-core-3.4.0-M1.jar (io.projectreactor:reactor-core:3.4.0-M1).Searched in the following locations: ...
Spring FAILURE: Build failed with an exception.
2025-01-08 03:32:12
21289
What went wrong:A problem occurred configuring root project 'spring'.Could not resolve all artifacts for configuration '...
Spring MappingJackson2HttpMessageConverter might be too specific in its Charset support
2025-01-08 03:32:08
948
With this https://github.com/spring-projects/spring-framework/commit/eb0aae066c83ae0b7be280bd5c9e0679ed394a92#diff-ea14b...
Spring Fix syntax errors in 'args()' AOP sample code
2025-01-08 03:32:06
3641
To me it looks like in your 'args()' argument binding sample pointcuts the syntax is wrong.Comment From: pivotal-issuema...
Spring Remove redundant Character.toLowerCase() in BeanPropertyRowMapper
2025-01-08 03:32:03
166
This PR removes a redundant Character.toLowerCase() invocation in BeanPropertyRowMapper.underscoreName().Comment From: s...
上一页
下一页
1
…
1341
1342
1343
1344
1345
…
2025
.