Nineya
Home
Blog
Spring SPR-7582 - Rebuild Advisor chain when interceptor list is updated in ProxyFactoryBean
2025-01-08 05:08:36
845
When getObject() on ProxyFactoryBean is called it might not befully initialized yet, leading to an exception. This is fi...
Spring Transform upper keys to coroutines context fix #23859
2025-01-08 05:08:34
692
@sdeleuze , I think it would be better if keys which are coroutinesContext will be transform in upper keys, but not only...
Spring Remove unnecessary @SuppressWarnings
2025-01-08 05:08:31
203
RequiredAnnotationBeanPostProcessor is removed see https://github.com/spring-projects/spring-framework/commit/4750a9430c...
Spring Add Optional Support to JdbcTemplate
2025-01-08 05:08:28
8767
Extend JdbcTemplate to support Optional for cases where queriesreturn one or no row.- Add a queryForOptional method for ...
Spring Fix javadoc reference to ThrowsAdvice
2025-01-08 05:08:26
547
In the process of learning, I found a little flaw in JavadocMaybe we can change {@link org.springframework.aop.MethodBef...
Spring pull
2025-01-08 05:08:23
226
update pullComment From: pivotal-cla@xuwulin Please sign the Contributor License Agreement!Click here to manually synchr...
Spring Add support for explicit generic type in PayloadApplicationEvent
2025-01-08 05:08:20
1260
This PR is to make event mechanisms better support generics.When I publish an event which contains generics via org.spri...
Spring @PreDestroy @PostConstruct support @Order
2025-01-08 05:08:18
5892
Comment From: pivotal-issuemaster@biuabiu Please sign the Contributor License Agreement!Click here to manually synchroni...
Spring remove not necessary judge and fields
2025-01-08 05:08:15
493
Because of the method of getReaderContext().error() will throw BeanDefinitionParsingException, and the following code wi...
Spring Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor.
2025-01-08 05:08:12
474
Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor,although it is deleted and then added in...
Spring Update AbstractAutowireCapableBeanFactory.java
2025-01-08 05:08:10
397
improve code qualityComment From: pivotal-issuemaster@mymailmjj Please sign the Contributor License Agreement!Click here...
Spring Added a method to ignore null values when copying bean properties.
2025-01-08 05:08:07
622
Added a method to ignore null values when copying bean propertiesComment From: pivotal-issuemaster@gauravat16 Please sig...
Spring Add new listOf method to TypeDescriptor class
2025-01-08 05:08:04
533
This is a fix for issue https://github.com/spring-projects/spring-framework/issues/25393Comment From: pivotal-issuemaste...
Spring Let the DataSize.toString method returns the closest unit to represen…
2025-01-08 05:08:02
336
…t the data sizeSo I know I configured the max upload file size is 4MB, not 4194304B when I print the log message.Commen...
Spring Switch data sources smoothly
2025-01-08 05:07:59
4300
If we have thousands of DataSources, when resolvedDefaultDataSource is putting DataSource to map, other threads cannot g...
Spring Change field configurationClasses type to set in ConfigurationClassParser
2025-01-08 05:07:56
270
As the only set method for this.configurationClasses is this.configurationClasses.put(configClass,configClass);, may...
Spring Remove never use code in AbstractNestablePropertyAccessor
2025-01-08 05:07:54
1153
'if (propValue == null)' ,' isAutoGrowNestedPaths()' always returns false. So remove the never accessable code, direct ...
Spring Add extra test case for creating bean
2025-01-08 05:07:51
465
I've noticed the methodpublic Object createBean(Class<?> beanClass, int autowireMode, boolean dependencyCheck) thr...
Spring Add Embedded MySQL
2025-01-08 05:07:49
232
I have been using Embedded MySQL for testing, this PR makes it available via Spring APIs for the same purpose.Comment Fr...
Spring Getters for LocalSessionFactoryBeans
2025-01-08 05:07:46
1098
Implement public getter methods for LocalSessionFactoryBeanMotivation: we have extended LSFB in order to perform additio...
上一页
下一页
1
…
1466
1467
1468
1469
1470
…
2246
.