Nineya
Home
Blog
Spring Using the MvcUriComponentsBuilder to get a URL to a controller method doesnt add parameters when the value complex
2025-01-09 00:53:31
4081
I'm developing a Spring boot with Spring MVC web app using rest controllers. I'd like to redirect URLs that have empty p...
Spring Connection Polling with Spring Web Socket over STOMP with external Broker
2025-01-09 00:53:29
1982
Currently, I have Set up spring websockets over STOMP and messages are routed to RabbitMQ and it acts as an external bro...
Spring Add QUERY HTTP method
2025-01-09 00:53:27
1279
Fixes #32975Comment From: bclozelThanks for the initial efforts @desiderantes - at this point the linked issue hasn't be...
Spring Consider ClassFile API for reading class metadata from bytecode
2025-01-09 00:53:24
8408
Spring Framework currently shades ASM for several features:1. bytecode generation with cglib2. reading class metadata fr...
Spring Drop JettyHttpHandlerAdapter in favor of JettyCoreHttpHandlerAdapter / ServletHttpHandlerAdapter
2025-01-09 00:53:21
379
Our new JettyCoreHttpHandlerAdapter for Jetty 12 supersedes the Servlet bridge for Jetty in general. That aside, as of S...
Spring MockMvcWebTestClient cannot handle null in ResponseBody
2025-01-09 00:53:18
4254
When using MockMvcWebTestClient.bindToController to a controller with an annotated endpoint which returns null. Then the...
Spring Inconsistent results when using SpEL's OpLE and OpGE to handle null values
2025-01-09 00:53:16
1250
SpEL expression 1: #T_34900>=0.0SpEL expression 2: #T_34900<=0.0When #T_34900 value is NULL:Expression 1 evaluates...
Spring Some links in 6.2 release notes point to 6.2-SNAPSHOT documentation
2025-01-09 00:53:13
862
Perhaps this is on purpose, in that case please just close the issue. Otherwise, I found the following places from https...
Spring Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration
2025-01-09 00:53:10
10304
Spring Boot’s graceful shutdown process relies on Lifecycle beans to ensure safe startup and shutdown sequences. These b...
Spring CVE-2016-1000027 -- alternative approach
2025-01-09 00:53:07
3755
We have an incredible amount of customers that complain about this CVE and the response from here is to force everyone t...
Spring Move Kotlin value class unboxing to InvocableHandlerMethod
2025-01-09 00:53:04
2248
Problem:The below code throws the following error on Spring Boot 3.4.0 but not on Spring Boot 3.3.6: java.lang.ClassCast...
Spring Deprecate trailing slash match and change default value from true to false
2025-01-09 00:53:02
29404
Whether to match to URLs irrespective of the presence of a trailing slash. If enabled a method mapped to "/users" also m...
Spring Upgrade to Undertow 2.3.18.Final
2025-01-09 00:52:58
140
This is in alignment with 6.2.0, after backport gh-33959.Comment From: github-actions[bot]Fixed via f20e76e2270383ae4177...
Spring Random CancellationException instead of ResourceAccessException after upgrading to Spring Boot 3.4.0
2025-01-09 00:52:56
12632
Hi Spring-Team,After upgrading to Spring Boot 3.4.0, we have encountered an issue with RestTemplate where random Cancell...
Spring Update in FragmentsRendering to names of static methods
2025-01-09 00:52:53
471
FragmentsRendering#with methods have caused some confusion, making it look like adding a full template name first, and t...
Spring Fix a typo in the filters documentation
2025-01-09 00:52:51
129
When I click Forwarded Headers, page does not go to Forwarded Headers sectionComment From: sdeleuzeFixed and backported ...
Spring ContentDisposition should allow encoding filename and filename* with different strategies and encodings
2025-01-09 00:52:48
3465
Affects: 6.1.2The class org.springframework.http.ContentDisposition should allow setting different encodings for the fil...
Spring BDSA-2024-5369 for springboot 3.4.0-M3 app
2025-01-09 00:52:46
3121
Hello team,We run daily security scan tools (blackduck, sonarqube, dependecy check, owasp etc)They are all flagging this...
Spring RestClient supports supplier settings requestFactory.
2025-01-09 00:52:32
268
fix 33933 RestClient supports supplier settings requestFactory.Comment From: snicoll@lucky8987 thank you but the issue i...
Spring PathMatchingResourcePatternResolver should not log directory-skip messages at info level
2025-01-09 00:52:29
530
Fixed as suggested in the https://github.com/spring-projects/spring-framework/issues/33954#issuecomment-2497550624Fixes:...
上一页
下一页
1
…
1126
1127
1128
1129
1130
…
2246
.