Nineya
Home
Blog
Spring Enhanced handling for @JsonView array annotation in the context of Rest controller method mapping
2025-01-08 21:44:19
6522
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]
2025-01-08 21:44:16
1048
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
2025-01-08 21:44:14
785
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
2025-01-08 21:44:11
1053
The main change is the simplification of the conditional structure by removing unnecessary else statements.Changes Made:...
Spring Remove unnecessary else statements in AbstractMediaTypeExpression
2025-01-08 21:44:08
583
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
2025-01-08 21:44:05
623
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
2025-01-08 21:44:02
1156
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
2025-01-08 21:43:59
1589
The new MethodValidationException introduced as part of #29825 needs to have default handling in Spring MVC and WebFlux,...
Spring MockMvcClientHttpRequestFactory swallows ServletResponse.errorMessage
2025-01-08 21:43:56
1223
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
2025-01-08 21:43:53
3052
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
2025-01-08 21:43:50
2322
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
2025-01-08 21:43:47
5611
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
2025-01-08 21:43:44
4332
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]
2025-01-08 21:43:41
7507
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
2025-01-08 21:43:38
6557
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]
2025-01-08 21:43:36
2090
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
2025-01-08 21:43:33
10774
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
2025-01-08 21:43:30
1674
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
2025-01-08 21:43:27
1274
https://github.com/spring-projects/spring-framework/blob/1a52c56bd42c1a9ba8cc8f8849d5f5cb742a97e5/spring-web/src/main/ja...
Spring Cache validationGroups for subsequent requests
2025-01-08 21:43:24
589
Close GH-32068Comment From: brucelwl@quaff Would it be better to initialize validationGroups in method setMethodValidato...
上一页
下一页
1
…
1225
1226
1227
1228
1229
…
2246
.