Nineya
Home
Blog
Spring Document how to enable method parameter name resolution in a Groovy Application
2025-01-08 21:42:15
722
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
2025-01-08 21:42:12
1118
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
2025-01-08 21:42:09
6298
java codepublic static void main(String[] args) { String content = "xxxxx"; String accessToken =...
Spring Missing toString for ExponentialBackOff
2025-01-08 21:42:06
989
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
2025-01-08 21:42:03
173
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)
2025-01-08 21:42:00
3123
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
2025-01-08 21:41:57
284
Comment From: quaffI would like using RequestMapping instead of HttpExchange like feign does, not contrary. Comment From...
Spring Support @HttpExchange for server-side handling
2025-01-08 21:41:55
814
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
2025-01-08 21:41:52
59
Backport of gh-32039Comment From: poutsmaFixed via a0f24cf.
Spring WebSocketConnectionManager does not try to reconnect
2025-01-08 21:41:48
5266
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
2025-01-08 21:41:45
1892
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
2025-01-08 21:41:42
1332
Affects: LatestExpected BehaviorWebSocketClient should give an ability to configure timeout fro the handshake operation,...
Spring DataBufferUtils "doesn't respect backpressure"
2025-01-08 21:41:39
16366
Please consider the following REST controller method which employs DataBufferUtils to transmit a file: @RequestMappin...
Spring Rename class-data-sharing.html to cds.html
2025-01-08 21:41:36
354
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]
2025-01-08 21:41:34
12925
Benjamin Bargeton opened SPR-14040 and commentedNormally HttpURLConnection is maintaining persistent connections under t...
Spring Sending email from ForkJoinPool.commonPool() (CompletableFuture) thread causes error
2025-01-08 21:41:31
5081
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
2025-01-08 21:41:28
3588
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]
2025-01-08 21:41:25
4927
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
2025-01-08 21:41:22
3050
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()
2025-01-08 21:41:19
1519
executeSqlScript use only one Statement to execute sql, so the getWarnings of Statement will contains pre warningPs: May...
上一页
下一页
1
…
1227
1228
1229
1230
1231
…
2246
.