Spring The RestClient is configured without content-length attribute in the request header by default

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

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

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

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

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

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

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

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

Affects: 6.1.5Description@RestController which is producing Flux&lt;T&gt; as MediaType.APPLICATION_JSON_VALUE will fail ...

Spring Incorrect AsyncRequestTimeoutException handling in ResponseEntityExceptionHandler

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

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

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

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

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

Hi,I'm trying to run simple spring core with Spring Circular dependency + Setter Dependency Injection + Java Config =&gt...

Spring Improve documentation of transactional support in the TestContext framework [SPR-11399]

Sam Brannen opened SPR-11399 and commentedStatus QuoThe documentation in the reference manual for transactional support ...

Spring Ignore non-String keys in PropertiesPropertySource.getPropertyNames()

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

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

It is currently possible to craft the following faulty configuration:@Configurationpublic class FaultyConfiguration { ...

Spring Spring cache should support TTL by design

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...
上一页 下一页
.