Spring Fixed a deadlock issue that prevented the process from exiting

how deadlocks occur?when ApplicationContext call refresh() method, main thread will hold startupShutdownMonitor monitor...

Spring NullPointerException with @RequestMapping on Kotlin property accessors

I was able to reproduce the issue with one of spring-boots own examples. Following Getting Started > Building an Appl...

Spring NotReadablePropertyException on validated list in request body when there are validation errors

Affects: 6.1.1 (Spring Boot 3.2.0)Not sure if this is an issue or expected behavior and I missed something in the upgrad...

Spring org.springframework.http.codec.xml.XmlEventDecoder Native Image Error - got initialized during image building

Spring Boot v3.2.0 on graalvm-community-openjdk-21.0.1+12.1Spring AOT process mvn -Pnative package is resulting in the b...

Spring Optional @MatrixVariable parameters as type MultiValueMap throws IllegalStateException

Affects: 5.3.27I have a MVC controller with matrix parameters: @RequestMapping( method = POST, ...

Spring Add module-based ResourceLoader implementation

ModuleResource was added in ver. 6.1. However, there is still no default ResourceLoader that uses ModuleResource. So, I ...

Spring Built-in method validation validates @RequestBody parameter twice

Versionspring framework: 6.1.1 (spring boot 3.2.0)SituationI tested below spring MVC rest controller and model. (use kot...

Spring Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory

Scenario:- converting application from java 8 to java 17 a large increase in non heap memory occurred.- determined criti...

Spring Significant increase in memory consumption StringDecoder when splitting input by delimiters.

Affects: 6.1.1ContextI have been moving from Spring 5 to Spring 6 and I noticed some of our tests were failing with OutO...

Spring Replace deprecated use of project.buildDir in framework-api Gradle script

Replaces methods that will be deprecated by gradleReference- gradle 8.5 official documentation - Upgrading version 8.x t...

Spring Add checkstyle rule to prevent unnecessary throws Exception for @Test methods

There are too many unnecessary throws Exception, for example:https://github.com/spring-projects/spring-framework/blob/47...

Spring Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros

Hi Team,Short Question from my side regarding https://github.com/spring-projects/spring-framework/blob/22bf4df290a2f44f0...

Spring Record beans do not compile to native images

After this change related to https://github.com/spring-projects/spring-framework/issues/29246 in Spring Framework 6.0.8,...

Spring Provide first-class support for secure headers

IMO, a modern web framework should provide first-class support for OWASP Secure Headers Project and provide developers t...

Spring Provide first-class support for web linking

It would be nice if Spring Framework provided first-class support for web linking as defined by RFC-8288 for use in Spri...

Spring Use String.repeat() instead of explicit cycle for repeating strings

Comment From: snicoll@Drezir thanks for the contribution. Going forward, please run the build prior to submit the change...

Spring MethodArgumentNotValidException is thrown instead of HandlerMethodValidationException for @Valid @RequestBody

EnvironmentSpring Boot: 3.2.0Spring: 6.1Java: 21Expected Behavior:If a controller method parameter is invalid, a Handler...

Spring Exception on decoding response with no body with HTTP/2 request and Wiremock

Affects: 6.1.1 and olderException is thrown in case if a mock returns empty body on HTTP/2 request.Reproducer: https://g...

Spring test pull request

Comment From: pivotal-cla@moscowrabbit Please sign the Contributor License Agreement!Click here to manually synchronize ...

Spring JdbcClient -> JdbcTemplate bindings break AOP on JdbcTemplate.query(String, ...) methods

Affects: 6.1With JdbcTemplate it was easy to apply AOP advice around query* method executions: @Around("executio...
上一页 下一页
.