玖涯软件开发
Home
Blog
Spring Use Class#arrayType() where feasible
2025-01-08 17:48:21
265
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
2025-01-08 17:48:18
5683
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
2025-01-08 17:48:16
2893
Hello,I have accidentally named my worker @Component class same as my main application class with @SpringBootApplication...
Spring Validate afterThrowing method signature in ThrowsAdviceInterceptor
2025-01-08 17:48:13
2025
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
2025-01-08 17:48:09
8091
The ConditionalContentCachingResponseWrapper returns the raw outputStream after 5.2.x. Once I try to write to outputStre...
Spring Enhanced Loop Optimization for filter Method
2025-01-08 17:48:07
1977
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
2025-01-08 17:48:04
195
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
2025-01-08 17:48:02
1463
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]
2025-01-08 17:47:57
1817
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
2025-01-08 17:47:54
5756
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artif...
Spring getBean(Class) lookup performance degredation on upgrade
2025-01-08 17:47:51
6495
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
2025-01-08 17:47:49
16675
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
2025-01-08 17:47:40
349
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
2025-01-08 17:47:39
2837
In KotlinSerializationSupport: @Nullable protected final KSerializer<Object> serializer(ResolvableType resol...
Spring Avoid flushing for each SseEventBuilder entry
2025-01-08 17:47:36
5235
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
2025-01-08 17:47:33
651
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
2025-01-08 17:47:30
3274
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
2025-01-08 17:47:28
220
Fix incorrect string comparison:The issue occurred when checking for the presence of specific error messages that determ...
Spring Build failing. Reactor Netty errors.
2025-01-08 17:47:25
21259
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
2025-01-08 17:47:22
1313
The following code does not work as expected:try (FileOutputStream out = new FileOutputStream("test2")) { D...
上一页
下一页
1
…
1324
1325
1326
1327
1328
…
2246
.