Nineya
Home
Blog
Spring Polish Conditional Statements
2025-01-08 20:16:46
616
I found that redundant validations were affecting readability. Therefore, I refactored the code by removing the redundan...
Spring Spring Boot 3.2.0-M1-M3 error on bean name resolution, works on Spring Boot 3.1.4
2025-01-08 20:16:43
6407
Bug Report Summary:Medium sized application using spring-boot and spring-cloud-streams, running into consistency issues ...
Spring Optimize MessageSourceSupport
2025-01-08 20:16:40
392
Comment From: pivotal-cla@kang-hl Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring DefaultFetchSpec should not buffer results in temporary list buffers
2025-01-08 20:16:36
218
Avoid fetching and buffering results in temporary List buffers.I stumbled across this while analyzing a problem with ora...
Spring 404 on endpoint at root context path
2025-01-08 20:16:34
3371
I'm switching my apps from spring mvc to use with spring boot. To do that, i've build small projects spring mvc and spr...
Spring Kotlin inner class nested configuration causes IndexOutOfBoundsException [SPR-17222]
2025-01-08 20:16:31
12045
Hugh Hamill opened SPR-17222 and commentedWith Reference to the following project which reproduces the issuehttps://gith...
Spring Add Annotation for bean overriding [SPR-17519]
2025-01-08 20:16:28
1704
huehnerlady opened SPR-17519 and commentedWe like the idea that with spring boot 2.1.0 the default value for the propert...
Spring If an @EntityListener class is annotated with @Component then it is instantiated twice
2025-01-08 20:16:25
2294
I am trying to take benefit of this: https://github.com/spring-projects/spring-framework/issues/20852, so I annotate my ...
Spring StackOverflowError when context is closed from a bean.
2025-01-08 20:16:22
5201
Affects: Spring Framework 5.3.8Having this configuration:@Configurationpublic class WindowConfiguration { @Bean Cl...
Spring Possible null @Autowired field depending on fields' order in @Configuration classes
2025-01-08 20:16:19
6041
Affects: 5.2.6.RELEASEIssue descriptionI ran into an issue with a rather large project today which I think raised a bug ...
Spring @Autowired can working in BeanPostProcessor
2025-01-08 20:16:16
1339
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/Autowired....
Spring Add ability to ignore certain Qualifier Annotations using CustomAutowireConfigurer
2025-01-08 20:16:13
1760
Affects: 5.3.2Spring provides the CustomAutowireConfigurer that allows for registration of custom autowire qualifier ty...
Spring Autowiring Optional of missing type throws ClassNotFoundException
2025-01-08 20:16:10
27550
We have a project running Gradle 6.3/6.4 with OpenJdk 14-EA on Ubuntu 19.10.When starting with ./gradlew bootrunthis res...
Spring Cannot inject generic FactoryBean
2025-01-08 20:16:07
3701
Here is an example test case:import org.junit.Test;import org.springframework.beans.factory.FactoryBean;import org.sprin...
Spring @Primary not working for LocalContainerEntityManagerFactoryBean
2025-01-08 20:16:04
982
Present in Spring 5.1.2.RELEASECreated 2 beans of type LocalContainerEntityManagerFactoryBean, annotated one with @Prima...
Spring @Scheduled method is started without transaction, if bean has circular dependency
2025-01-08 20:16:01
1364
I've found an interesting bug, that if the bean has reference to itself and some method marked with @Scheduled annotatio...
Spring Enhancement - Bean name duplication
2025-01-08 20:15:57
1552
enhancementA case:@Beanpublic SomeOne aBean() { return new SomeOne();}@Beanpublic AnotherOne aBean() { return ne...
Spring Application can't be closed gracefully with cron task registered
2025-01-08 20:15:54
8595
Affects: \<4.3.25.RELEASE>HelloI found a strange Spring behavior. If we implement SchedulingConfigurer interface l...
Spring Provide a plaintext/data ProtocolResolver by default
2025-01-08 20:15:51
2203
Provide a plaintext/data ProtocolResolver by default and register it in the default ResourceLoader.More and more applica...
Spring Allow capacity = 0 in ConcurrentLruCache again
2025-01-08 20:15:48
555
Fix for ConcurrentLruCache initialised with capacity = 0, previous behaviour allowed capacity = 0 (current public constr...
上一页
下一页
1
…
1294
1295
1296
1297
1298
…
2246
.