Nineya
Home
Blog
Spring Conditions to determine if @ComponentScan should be applied can be chosen from the wrong class
2025-01-08 21:57:41
1030
Here is an example that demonstrates the problem: https://github.com/snicoll-scratches/demo-condition-parentConfiguratio...
Spring Can spring-web 5.3.32 fix the vulnerability CVE-2016-1000027 and release a new 5.x version?
2025-01-08 21:57:38
687
Affects: \If there is a vulnerability (CVE-2016-1000027) in spring-web 5.3.32, can it be fixed and a new 5.x version be ...
Spring A @Component is skipped during scanning when a @Configuration class with the same name has already been registered
2025-01-08 21:57:36
6622
When a Spring Bean is named exactly like the spring boot application class a NoSuchBeanDefinitionException is thrown.The...
Spring Name of scanned @Configuration class affects @Import to work or fail
2025-01-08 21:57:33
5042
Our projects rely heavily on bean overriding (yes, we know, disabled now by default for good reasons, but still useful a...
Spring Throw Exception when two primary beans are present in one factory
2025-01-08 21:57:30
1104
Prior to this commit, the implementation of DefaultListableBeanFactory.determinePrimaryCandidate() did not throws NoUniq...
Spring SimpleAsyncTaskScheduler: consistently apply default error handling
2025-01-08 21:57:27
1155
Affects: 6.1.4 (virtual threads enabled)SimpleAsyncTaskScheduler does apply default error handling (and logging) for:* s...
Spring 404 with multiples slashes in request path
2025-01-08 21:57:25
2014
Before upgrading to spring3 and spring6, a URL with multiple slashes, for example //aaa///bb, can be mapped to controlle...
Spring Introduce support for non-@Primary fallback beans
2025-01-08 21:57:22
21870
Sometimes, one wants to be able to register a bean of a given type without breaking existing code, especially in multi-m...
Spring DefaultDataBuffer#setNativeBuffer violates contract of DataBuffer
2025-01-08 21:57:19
695
Affects: 6.0.11The method setNativeBuffer in DefaultDataBuffer has follow implementation:private void setNativeBuffer(By...
Spring Allow creation of Beans that cannot be autowired by type unless qualified
2025-01-08 21:57:16
18454
I'm seeing more and more problems with complex Spring / Spring Boot applications where beans created in some dependency ...
Spring WebClient and RestClient's defaultRequest(..) is not invoked early enough
2025-01-08 21:57:13
3214
Background/** * Global option to specify a header to be added to every request, * if the request does not already contai...
Spring Autowiring with @Autowired/@Inject get much slower than with @Resource as the number of classes increases [SPR-13086]
2025-01-08 21:57:07
4499
Toshiaki Maki opened SPR-13086 and commentedI had a performance issue at the project which had a few thousand of @Compon...
Spring Implement refresh support in Environment
2025-01-08 21:57:01
4101
If I change a property/YAML value in a local configuration file, I want the Environment object to be able to read from t...
Spring Initialization blocked by multi-threaded event publishing [SPR-16357]
2025-01-08 21:56:58
10127
Mark Paluch opened SPR-16357 and commentedPublishing events can block the container initialization in conjunction with e...
Spring Synchronization during singleton creation may result in deadlock
2025-01-08 21:56:55
9389
Affects: 5.1.9.RELEASEDuring singleton creation, DefaultSingletonBeanRegistry synchronises on this.singletonObjects:http...
Spring Support dynamic determination of Jackson ObjectMapper's target class using full HttpInputMessage context
2025-01-08 21:56:52
10868
Affects: 6.1.3BackgroundMany real-world REST API's have the following design:* If the request is successful, a 200 statu...
Spring HHH000302: Unable to construct current session context
2025-01-08 21:56:49
13648
Hey team, I'm working with Hibernate 5, more specifically. hibernate-core, 5.6.7.Final version, spring-orm, 5.2.24.RELEA...
Spring Built-in Web Support for Method Bean Validation
2025-01-08 21:56:46
11820
Currently bean validation is applied to @ModelAttribute and @RequestBody arguments if they are also annotated with jakar...
Spring Deserialization exception in native image with DTO with @ConstructorProperties
2025-01-08 21:56:43
4228
ProblemWith the below setup: public static class PlayResponseValue { private final String result; @Cons...
Spring Annotation searches fail for non-public repeatable annotations
2025-01-08 21:56:40
1490
While working on #20279, I noticed that annotation searches for non-public repeatable annotations fail on JDK 17 with an...
上一页
下一页
1
…
1214
1215
1216
1217
1218
…
2246
.