Spring Document how to enable method parameter name resolution in a Groovy Application

Affects: 6.1With the upgrade of Spring to version 6.1, method parameter names need to be enabled. This is documented he...

Spring Reject multiple @HttpExchange declarations on the same element

OverviewWhile working on #31962, I noticed that we could potentially also log a warning for multiple @HttpExchange annot...

Spring RestTemplate request error with spring-web 6.1.1, but the request is normal with 6.0.14

java codepublic static void main(String[] args) { String content = "xxxxx"; String accessToken =...

Spring Missing toString for ExponentialBackOff

Affects: 6.0.11 (possibly earlier) up to latest commit in main branchThe class ExponentialBackOff has its toString() met...

Spring Rename Gradle Enterprise badge to Develocity

Gradle Enterprise is now called Develocity. This PR updates the badge in the README to reflect this change.https://gradl...

Spring Bean 'x' of type [y] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

Hi,I generated a simple Spring Boot 3.2.1 project using aop and web-services starters. Implemented some bean post proces...

Spring Support @HttpExchange for server-side handling

Comment From: quaffI would like using RequestMapping instead of HttpExchange like feign does, not contrary. Comment From...

Spring Support @HttpExchange for server-side handling

While @HttpExchange was initially created for client use, the idea was always that an @HttpExchange interface is an HTTP...

Spring Static resources caching issues with ShallowEtagHeaderFilter and Jetty caching directives

Backport of gh-32039Comment From: poutsmaFixed via a0f24cf.

Spring WebSocketConnectionManager does not try to reconnect

Affects: \<5.2.6>When websocket connection is broken due to network issues, WebSocketConnectionManager does not tr...

Spring ReactiveCacheKeyGenerator - @Cacheable Doesn't Support Reactive Type

In springboot-webflux:3.2.0. is there any support for reactive caching in cacahe libfor example:import org.springframewo...

Spring Add ability to configure response timeout for handshake operation in WebSocketClient

Affects: LatestExpected BehaviorWebSocketClient should give an ability to configure timeout fro the handshake operation,...

Spring DataBufferUtils "doesn't respect backpressure"

Please consider the following REST controller method which employs DataBufferUtils to transmit a file: @RequestMappin...

Spring Rename class-data-sharing.html to cds.html

Project Leyden is likely going to change the meaning of CDS from Class Data Sharing to Cache Data Store, see the related...

Spring HTTP persistent connections for HTTP Invoker and RestTemplate [SPR-14040]

Benjamin Bargeton opened SPR-14040 and commentedNormally HttpURLConnection is maintaining persistent connections under t...

Spring Sending email from ForkJoinPool.commonPool() (CompletableFuture) thread causes error

I've met an error trying to send an email from ForkJoinPool common pool (CompletableFuture.runAsync(), ForkJoinPool.comm...

Spring None response when a flux fails processing an element of a rest service in webflux

Affects: \The problem occurs defining a rest service in a webflux application, the service generates a Flux, and if an e...

Spring EnableAsync prevents EnableCaching from working in self-injection scenarios [SPR-15915]

Henri Tremblay opened SPR-15915 and commentedIf I use @Async and @CacheEvict on the same class, calling the method with ...

Spring Log warning if multiple @PostMapping, @GetMapping, etc. annotations are declared

If more than one of the @(Method)Mapping annotations are used, only one seems to be recognized.Reproduction:Put @GetMapp...

Spring Clear Statement warnings in ScriptUtils.executeSqlScript()

executeSqlScript use only one Statement to execute sql, so the getWarnings of Statement will contains pre warningPs: May...
上一页 下一页
.