Spring Version agnostic URLs for Webjars fail on JBoss EAP7.3 with multiple deployments

Affects: 5.3.5Please see https://github.com/jensdt/spring-webjar-resolve-issue for a project that easily reproduces this...

Spring Code optimization tips

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?

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

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

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

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

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

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]

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]

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]

Vitaly Romashkin opened SPR-16466 and commentedI concerned into building high-performance, reactive microservices using ...

Spring Provide gRPC support [SPR-16358]

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]

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]

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]

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

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

Affects: Spring-web-5.2.13.RELEASEorg.springframework.http.converter.ResourceHttpMessageConverter#writeContent use Strea...

Spring Update Reference Docs section in CONTRIBUTING.md

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

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

This PR adds missing @Nullable annotations in the AbstractResourceResolver subclasses.See gh-30601Comment From: sbrannen...
上一页 下一页
.