Spring Using the MvcUriComponentsBuilder to get a URL to a controller method doesnt add parameters when the value complex

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

Fixed as suggested in the https://github.com/spring-projects/spring-framework/issues/33954#issuecomment-2497550624Fixes:...
上一页 下一页
.