Spring A Question about default tag parsing

Affects: 5.2.8package org.springframework.beans.factory.xml; @Nullable public BeanDefinitionHolder parseBeanDefini...

Spring Error validating an empty String org.springframework.util.StringUtils

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

Affects: spring-context:4.3.25.RELEASETeam,I am working on a project which uses external jars as dependencies. All these...

Spring Introduce YamlBeanDefinitionReader

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

Since undertowHttpServer conflicts with other HTTPServers. Temporarily bypass with transferToForUndertow. It's better th...

Spring Using PathVariable in ModelAttribute method [SPR-5500]

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

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.

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

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

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

https://github.com/spring-projects/spring-framework/blob/1984cfe9d79e8a34955a393ef9d71a2a3d11a87c/spring-webmvc/src/main...

Spring Use UTF-8 for application/json in MockHttpServletResponse

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

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

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)

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

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

Affects: 5.3.14Jetty10RequestUpgradeStrategy throws ArrayIndexOutOfBoundsException if STOMP (or any other WS subprotocol...

Spring Upload a file, asynchronous processing will trigger Java.io.FileNotFoundException

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

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

In the Spring Framework Websockets documentation, there is a general section regarding authentication. However, there is...
上一页 下一页
.