Spring Use Class#arrayType() where feasible

Java 12 introduced java.lang.Class#arrayType() as a convenience method for Array.newInstance(type, 0).getClass(). To sim...

Spring Provide guidance and better diagnostics when dependency injection makes a bean ineligible for complete post-processing

Affects: 5.2 (I believe earlier versions are also affected)When the dependency relationships between beans causes one or...

Spring @Component not picked up by @ComponentScan if it has the same simple name as the main class

Hello,I have accidentally named my worker @Component class same as my main application class with @SpringBootApplication...

Spring Validate afterThrowing method signature in ThrowsAdviceInterceptor

I found MethodAfterAdviceInterceptor implements AfterAdvice, so i think MethodBeforeAdviceInterceptor also should imple...

Spring ShallowEtagHeaderFilter doesn't work when I am trying to write to http outputStream directly

The ConditionalContentCachingResponseWrapper returns the raw outputStream after 5.2.x. Once I try to write to outputStre...

Spring Enhanced Loop Optimization for filter Method

Overview:The goal of this enhancement is to improve the efficiency and readability of the filter method by replacing the...

Spring Add support for property file encoding in @TestPropertySource

OverviewIn Spring Framework 4.3, we introduced support for property file encoding in @PropertySource. This issue aims to...

Spring Switching thread context classloader during mvc method execution

My project consists of a spring boot project and multiple extension packages (which can be understood as plugin).Each ex...

Spring Add support for UTF-8 and other charset/encoding to @PropertySource [SPR-13874]

Fyro opened SPR-13874 and commentedIt seems that there is not currently support for encoding/charset in @PropertySource(...

Spring Check exception cause for @PropertySource(ignoreResourceNotFound) support

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artif...

Spring getBean(Class) lookup performance degredation on upgrade

When upgrading spring versions from 4.2.3 to 4.3.18 I experienced severe performance degradation in some parts of an app...

Spring Add support for Jackson optional serializers in BindingReflectionHintsRegistrar

Hi,I got a problem when my spring-boot program running with native image. It can't serializer java.sql.Date caus class ...

Spring Avoid thread pinning in SseEmitter write operations

SseEmitter is guarding write operations to the response with a synchronized block. As explained in JEP 245, this behavio...

Spring Support Kotlin Serialization custom serializers

In KotlinSerializationSupport: @Nullable protected final KSerializer<Object> serializer(ResolvableType resol...

Spring Avoid flushing for each SseEventBuilder entry

Affects: 5.x/6.xI'm working with Spring MVC, especially with Server-Sent Events (SSE). Now, it is always flushing data e...

Spring Provide methods for obtaining include/exclude path patterns in MappedInterceptor

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

Spring Make bean initialization deterministic for multiple @Autowired methods on same bean class

Affects: spring 5.3 (specifically; spring boot 2.6.6)Sorry, I realize this is a report for an old version, but maybe thi...

Spring IllegalStateException cannot be thrown in SpringExtension

Fix incorrect string comparison:The issue occurred when checking for the presence of specific error messages that determ...

Spring Build failing. Reactor Netty errors.

Affects: \6.1.0-SNAPSHOT after v6.1.0-M3 Latest commit (unlikely to be exactly where the problem was introduced) is 8513...

Spring DataBufferUtils.write loses context

The following code does not work as expected:try (FileOutputStream out = new FileOutputStream("test2")) { D...
上一页 下一页
.