玖涯软件开发
Home
Blog
Spring Version agnostic URLs for Webjars fail on JBoss EAP7.3 with multiple deployments
2025-01-08 17:43:05
1268
Affects: 5.3.5Please see https://github.com/jensdt/spring-webjar-resolve-issue for a project that easily reproduces this...
Spring Code optimization tips
2025-01-08 17:43:03
353
https://github.com/spring-projects/spring-framework/blob/11f6c4e7ab6b63f363aca63230aef111f476484e/spring-beans/src/main/...
Spring WebFlux: how to add an Http2 server push to static content?
2025-01-08 17:43:01
6487
How can I make a server push with webflux (Netty for example)?I know how to do with Spring MVC using PushBuilder (Servle...
Spring Occasional NPE when using RestTemplate.postForEntity method
2025-01-08 17:42:54
2293
Affects: 5.0.16.RELEASEHi,We're occasionally getting an NPE when using RestTemplate.postForEntity method. • java.lang....
Spring Support for HTTP Request Method: SEARCH
2025-01-08 17:42:51
1859
As of RFC 5323 (https://tools.ietf.org/html/rfc5323) a HTTP SEARCH method was proposed.This RFC then got refined by http...
Spring wrong exception message
2025-01-08 17:42:49
4711
Affects: \ springframework:5.1.7.RELEASEWhen i add @Transactional to a non-public method, then Spring show me a exceptio...
Spring Add generic ETag comparator
2025-01-08 17:42:46
5369
This is an improvement request I wonder it has not been created before.Consider the following code:@GetMapping(path = &q...
Spring Support multiple replyTo addresses in MailMessage
2025-01-08 17:42:44
3343
org.springframework.mail doesn't support multiple replyTo-adressesSuggestion: implement like to, cc or bccScenario where...
Spring Allow @Scheduled methods to have parameters [SPR-17443]
2025-01-08 17:42:41
853
Caleb Cushing opened SPR-17443 and commentedI can accept that the parameters need to be some sort of Bean or otherwise r...
Spring Reduce the use of mutable objects [SPR-17289]
2025-01-08 17:42:38
1357
Christian Helmbold opened SPR-17289 and commentedThe Spring Framework makes use of mutable objects in many places, but t...
Spring Add Thrift RPC support to WebFlux [SPR-16466]
2025-01-08 17:42:36
1182
Vitaly Romashkin opened SPR-16466 and commentedI concerned into building high-performance, reactive microservices using ...
Spring Provide gRPC support [SPR-16358]
2025-01-08 17:42:33
8442
Ashok opened SPR-16358 and commentedgRPC is becoming defacto standard for service to service communication, due to its u...
Spring @Configuration(prefix = "aabb") (or: how to create reusable configurations) [SPR-14103]
2025-01-08 17:42:31
3253
Stepan Koltsov opened SPR-14103 and commentedRequesting a@Configuration(prefix = "aabb-")attribute. When prefi...
Spring spring-core-sources JAR should include complete ASM, CGLIB, and Objenesis sources [SPR-10407]
2025-01-08 17:42:28
1508
Rob Winch opened SPR-10407 and commentedNow that Spring repacks asm and cglib in it we should include the source files i...
Spring Make flash attributes use cookie to enable stateless webapp [SPR-8997]
2025-01-08 17:42:25
8794
Ludovic Praud opened SPR-8997 and commentedI was waiting the flash attributes feature in spring 3.1 but I was surprised ...
Spring Add system that can globally convert any exception to an ErrorResponse
2025-01-08 17:42:22
5467
As a user I would like a system that can convert any exception that is thrown during request processing to an ErrorRespo...
Spring Use sendfile to speed copying local resouce
2025-01-08 17:42:19
1951
Affects: Spring-web-5.2.13.RELEASEorg.springframework.http.converter.ResourceHttpMessageConverter#writeContent use Strea...
Spring Update Reference Docs section in CONTRIBUTING.md
2025-01-08 17:42:16
459
Updating mentions of AsciiDoctor with Antora since Spring now uses Antora to manage its documentation. Comment From: sbr...
Spring Wrap ternary operator within parentheses as outlined in Code Style
2025-01-08 17:42:14
442
Wrapped ternary operator within parentheses as outlined in Code Style.Comment From: sbrannenThis has been merged into 6....
Spring Add missing @Nullable annotations in AbstractResourceResolver subclasses in Spring MVC
2025-01-08 17:42:11
167
This PR adds missing @Nullable annotations in the AbstractResourceResolver subclasses.See gh-30601Comment From: sbrannen...
上一页
下一页
1
…
1329
1330
1331
1332
1333
…
2246
.