Nineya
Home
Blog
Spring The RestClient is configured without content-length attribute in the request header by default
2025-01-08 22:35:31
1695
Description: I'm using springboot3.2.5 and using RestClient.create() I'm getting an instance request header without cont...
Spring Accept ajc-compiled @Aspect classes for Spring AOP proxy usage
2025-01-08 22:35:26
619
In order to ship @Aspect classes for usage with Spring AOP proxies as well as AspectJ load-time and compile-time weaving...
Spring Request data binding fails for params with an empty array "[]" suffix
2025-01-08 22:35:24
11199
Hello, It seems like a bug.org.sprinframework:spring-beans:5.2.8.RELEASEWe use filterDto in our controller. data class F...
Spring Align StandaloneMockMvcBuilder with trailing slash defaults
2025-01-08 22:35:21
963
Spring no longer supports trailing slashes by default, as of https://github.com/spring-projects/spring-framework/issues/...
Spring Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection
2025-01-08 22:35:16
255431
DescriptionOur Spring Boot 3.2.2 application experiences a memory leak leading to an OutOfMemoryError, with persistent o...
Spring ControlFlowPointcut cannot use with Advisor bean
2025-01-08 22:34:58
21794
I'm trying to create a profiling performance of controller classes. I saw that Spring AOP offers PerformanceMonitoringIn...
Spring Provide API to disable SSL validation when using RestClient
2025-01-08 22:34:55
4325
Scenario: Using RestClient to send an API call to another application via HTTPS, for the purpose of encrypting paylo...
Spring Handle DataBufferLimitException as HTTP 413 responses
2025-01-08 22:34:52
1687
origin issue: https://github.com/spring-projects/spring-framework/issues/32113hello. In WebFlux, when a DataBufferLimitE...
Spring Update documentation to explain streaming vs collecting and error handling with Flux<T> return values
2025-01-08 22:34:48
16014
Affects: 6.1.5Description@RestController which is producing Flux<T> as MediaType.APPLICATION_JSON_VALUE will fail ...
Spring Incorrect AsyncRequestTimeoutException handling in ResponseEntityExceptionHandler
2025-01-08 22:34:35
3421
Affects: 6.1.5Hello. I noticed that when using the RFC7807 error handler, the AsyncRequestTimeoutException is not handle...
Spring Improve documentation advising against use of HandlerInterceptor for security
2025-01-08 22:34:32
159
31185 updated the WebMvc config section, but there is room for improvement. It could be added under Interception, and to...
Spring Replace RFC 7807 by RFC 9457 in documentation
2025-01-08 22:34:30
448
RFC 7807 (supported in HTTP error responses) has been replaced by RFC 9457. There are only minor changes to the spec (an...
Spring Document how to optimize the dependency graph
2025-01-08 22:34:28
1991
At times users can get into scenarios where they are getting circular dependencies and it is due to how they have struct...
Spring Cyclic dependency with constructor injection
2025-01-08 22:34:26
939
BackgroundSpring is discouraging use of filed injection, and in favor or constructor injection.However, when the beans n...
Spring Cyclic dependency with setter injection and Java Config
2025-01-08 22:34:23
7823
Hi,I'm trying to run simple spring core with Spring Circular dependency + Setter Dependency Injection + Java Config =>...
Spring Improve documentation of transactional support in the TestContext framework [SPR-11399]
2025-01-08 22:34:19
1595
Sam Brannen opened SPR-11399 and commentedStatus QuoThe documentation in the reference manual for transactional support ...
Spring Ignore non-String keys in PropertiesPropertySource.getPropertyNames()
2025-01-08 22:34:15
3547
System.getProperties().put(1,1);2024-05-01 11:16:16.216 ERROR - [http-nio-55588-exec-2] o.a.c.c.C.[.[.[/].[dispatcherSe...
Spring Throw an exception for suspending factory methods
2025-01-08 22:34:13
6692
HelloThe @Bean seems to be called two times according to logs (below) in a suspend kotlin function.This is my app code:...
Spring Fail fast if a @Bean method has a void return type
2025-01-08 22:34:10
2535
It is currently possible to craft the following faulty configuration:@Configurationpublic class FaultyConfiguration { ...
Spring Spring cache should support TTL by design
2025-01-08 22:34:07
1334
Without TTL feature, it's hard to use @Cacheable in real project.For ex:I use redis for cache, and have 3 method:A metho...
上一页
下一页
1
…
1189
1190
1191
1192
1193
…
2246
.