Nineya
Home
Blog
Spring A Question about default tag parsing
2025-01-08 05:14:13
988
Affects: 5.2.8package org.springframework.beans.factory.xml; @Nullable public BeanDefinitionHolder parseBeanDefini...
Spring Error validating an empty String org.springframework.util.StringUtils
2025-01-08 05:14:10
1123
During the development of a feature for the company I work for, I saw the need to validate if a String was empty. The id...
Spring Alternative of FullyQualifiedAnnotationBeanNameGenerator in spring-context
2025-01-08 05:14:04
2330
Affects: spring-context:4.3.25.RELEASETeam,I am working on a project which uses external jars as dependencies. All these...
Spring Introduce YamlBeanDefinitionReader
2025-01-08 05:14:01
1177
I would like to add YAML support to the bean definition reader like Kubernetes resource list to upgrade readability of b...
Spring Simplify debugging of Undertow transferTo issue #25310
2025-01-08 05:13:57
2600
Since undertowHttpServer conflicts with other HTTPServers. Temporarily bypass with transferToForUndertow. It's better th...
Spring Using PathVariable in ModelAttribute method [SPR-5500]
2025-01-08 05:13:54
8925
Rossen Stoyanchev opened SPR-5500 and commentedA controller with a @ModelAttribute method accepting a @PathVariable cann...
Spring Utility classes can be instantiated by its subclasses
2025-01-08 05:13:52
920
For now, there are many utility classes have the flaw that it can be instantiated by its subclasses.I've created a pull ...
Spring Ensure utility classes cannot be instantiated.
2025-01-08 05:13:49
1360
According to pull request #1848, utility classes are noninstantiable, but abstract is not enough to prevent from creatin...
Spring fix:Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment
2025-01-08 05:13:46
1029
It solves the problem that XmlValidationModeDetector cannot determine whether XML is based on XSD due to improper parsin...
Spring Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment
2025-01-08 05:13:44
3686
Affects: 5.3.14 and earlierIf you want to load a DTD configuration file, <! -- Different positions from --> will a...
Spring The range requests are not working with FileSystemResource in body
2025-01-08 05:13:41
1660
https://github.com/spring-projects/spring-framework/blob/1984cfe9d79e8a34955a393ef9d71a2a3d11a87c/spring-webmvc/src/main...
Spring Use UTF-8 for application/json in MockHttpServletResponse
2025-01-08 05:13:39
3394
This PR changes to use UTF-8 for application/json in MockHttpServletResponse.Comment From: sbrannenHi @izeye,Is there an...
Spring Gradle apiDiff task does not work against a milestone
2025-01-08 05:13:36
2389
Running ./gradlew apiDiff -PbaselineVersion=6.0.0-M1 leads to:Starting a Gradle Daemon (subsequent builds will be faster...
Spring PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response
2025-01-08 05:13:34
549
As explained in https://github.com/spring-projects/spring-framework/pull/27846#issuecomment-1000572951, the PrintingResu...
Spring Cannot read server-sent events without data (a.k.a. heartbeats)
2025-01-08 05:13:32
481
Affects: 5.3.11+org.springframework.http.codec.ServerSentEventHttpMessageReader.buildEvent(List<String> lines, Res...
Spring Use of RequestPart with String leads to a file descriptor leak
2025-01-08 05:13:29
5479
StringHttpMessageConvertor is reading the InputStream but it's not closing it.This keeps the file handle open and leaks...
Spring ArrayIndexOutOfBoundsException with STOMP and Jetty 10
2025-01-08 05:13:26
494
Affects: 5.3.14Jetty10RequestUpgradeStrategy throws ArrayIndexOutOfBoundsException if STOMP (or any other WS subprotocol...
Spring Upload a file, asynchronous processing will trigger Java.io.FileNotFoundException
2025-01-08 05:13:23
1177
upload a file, and and handle it like this, cause Java.io.FileNotFoundException.tmp file will be cleaned after the reque...
Spring Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them
2025-01-08 05:13:16
957
Hello.I would like to suggest that the Spring framework provide another CacheErrorHandler Implementation.Whenever I buil...
Spring Add Section on Authorization to STOMP WebSocket documentation
2025-01-08 05:13:14
2840
In the Spring Framework Websockets documentation, there is a general section regarding authentication. However, there is...
上一页
下一页
1
…
1460
1461
1462
1463
1464
…
2246
.