Spring Enhanced handling for @JsonView array annotation in the context of Rest controller method mapping

Affects: \This limitation should relate to the way @JsonView annotation was implemented in spring:@https://github.com/sp...

Spring Support Spring Boot style flexible Duration value parsing [SPR-17481]

manderson23 opened SPR-17481 and commentedSpring Boot supports specifying duration values in property files using values...

Spring Fix getMostSpecificMethod to return original method if target class is not in hierarchy

Closes GH-32087Comment From: jhoeller@quaff thanks for the PR which I'm mostly using for my fix for #32087. However, I'm...

Spring Remove unnecessary else statements in RequestMethodsRequestCondition

The main change is the simplification of the conditional structure by removing unnecessary else statements.Changes Made:...

Spring Remove unnecessary else statements in AbstractMediaTypeExpression

In this PR, I've refactored the compareTo method in the AbstractMediaTypeExpression class. The main change involves simp...

Spring Documentation for Vavr's Try method to trigger transaction rollbacks

Updated the Spring Framework documentation to include an example of using Vavr's Try monad to trigger transaction rollba...

Spring Use count in ParamsRequestCondition#getValueMatchCount

The getValueMatchCount method was refactored to use a Stream instead of a for-each loop, eliminating the need for the un...

Spring Spring MVC and WebFlux handling of method validation errors

The new MethodValidationException introduced as part of #29825 needs to have default handling in Spring MVC and WebFlux,...

Spring MockMvcClientHttpRequestFactory swallows ServletResponse.errorMessage

If there was an error while processing a request, MockHttpServletResponse.sendError(int status, String errorMessage) onl...

Spring Large size Websocket over Stomp (with Sockjs) Messages not getting delivered

We have a Spring backend Application with Angular Frontend. When sending msgs from backend to frontend, some large msgs ...

Spring Consider logging exceptions handled by @ExceptionHandler to DEBUG

Spring Framework logs binding / validation errors as WARN irrespective of whether the exception has @ExceptionHandler to...

Spring War deployment in Tomcat - Content-Type response header differences with and without index.html

Steps:Created a simple Springboot 2.4.4 application with with War packaging with Spring Web dependency.Added a simple in...

Spring Support SpEL as a scripting language usable with Hibernate Validator 4.1 @ScriptAssert

Keith Donald opened SPR-7651 and commentedHave you seen the new @ScriptAssert constraint annotation in Hibernate Validat...

Spring @RequestMapping without @Controller registered as handler [SPR-17622]

Eugene Tenkaev opened SPR-17622 and commentedFollowing this approach here http://projects.spring.io/spring-cloud/spring-...

Spring Add error handling function in R2DBC DatabaseClient

Closes gh-31256Motivation// users want to handle error like this on various cases! @Override public <T> Mono...

Spring SpEL: variable index in expression is treated as string literal [SPR-15893]

Bin Hawking opened SPR-15893 and commentedgiven variable = 9, I expect:map[variable] = map[9]but in the current SpEL imp...

Spring Multiple datasources with JPA repositories fails with generated AOT artifacts

OverviewSpring Boot Version: >= 3.x.xI have a project with multiple JPA DataSources over multiple configuration class...

Spring fix(Beans): support kotlin context receiver in constructor

Includes a minor change to improve support for kotlin context receiver.I mark this PR as a draft for now because context...

Spring Avoid reflecting to obtain validationGroups every time the call is made

https://github.com/spring-projects/spring-framework/blob/1a52c56bd42c1a9ba8cc8f8849d5f5cb742a97e5/spring-web/src/main/ja...

Spring Cache validationGroups for subsequent requests

Close GH-32068Comment From: brucelwl@quaff Would it be better to initialize validationGroups in method setMethodValidato...
上一页 下一页
.