Nineya
Home
Blog
Spring Fixed a deadlock issue that prevented the process from exiting
2025-01-08 21:21:10
1637
how deadlocks occur?when ApplicationContext call refresh() method, main thread will hold startupShutdownMonitor monitor...
Spring NullPointerException with @RequestMapping on Kotlin property accessors
2025-01-08 21:21:07
11446
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
2025-01-08 21:21:04
2157
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
2025-01-08 21:21:01
21054
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
2025-01-08 21:20:58
3950
Affects: 5.3.27I have a MVC controller with matrix parameters: @RequestMapping( method = POST, ...
Spring Add module-based ResourceLoader implementation
2025-01-08 21:20:55
5473
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
2025-01-08 21:20:52
9514
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
2025-01-08 21:20:45
8439
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.
2025-01-08 21:20:42
2063
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
2025-01-08 21:20:20
300
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
2025-01-08 21:20:17
1430
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
2025-01-08 21:20:13
943
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
2025-01-08 21:20:10
5839
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
2025-01-08 21:20:07
529
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
2025-01-08 21:20:04
602
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
2025-01-08 21:20:02
636
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
2025-01-08 21:19:59
5602
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
2025-01-08 21:19:55
38505
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
2025-01-08 21:19:52
195
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
2025-01-08 21:19:49
4625
Affects: 6.1With JdbcTemplate it was easy to apply AOP advice around query* method executions: @Around("executio...
上一页
下一页
1
…
1245
1246
1247
1248
1249
…
2246
.