Spring SPR-7582 - Rebuild Advisor chain when interceptor list is updated in ProxyFactoryBean

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

@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

RequiredAnnotationBeanPostProcessor is removed see https://github.com/spring-projects/spring-framework/commit/4750a9430c...

Spring Add Optional Support to JdbcTemplate

Extend JdbcTemplate to support Optional for cases where queriesreturn one or no row.- Add a queryForOptional method for ...

Spring Fix javadoc reference to ThrowsAdvice

In the process of learning, I found a little flaw in JavadocMaybe we can change {@link org.springframework.aop.MethodBef...

Spring pull

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

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

Comment From: pivotal-issuemaster@biuabiu Please sign the Contributor License Agreement!Click here to manually synchroni...

Spring remove not necessary judge and fields

Because of the method of getReaderContext().error() will throw BeanDefinitionParsingException, and the following code wi...

Spring Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor.

Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor,although it is deleted and then added in...

Spring Update AbstractAutowireCapableBeanFactory.java

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.

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

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…

…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

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

As the only set method for this.configurationClasses is this.configurationClasses.put(configClass,configClass);, may...

Spring Remove never use code in AbstractNestablePropertyAccessor

'if (propValue == null)' ,' isAutoGrowNestedPaths()' always returns false. So remove the never accessable code, direct ...

Spring Add extra test case for creating bean

I've noticed the methodpublic Object createBean(Class<?> beanClass, int autowireMode, boolean dependencyCheck) thr...

Spring Add Embedded MySQL

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

Implement public getter methods for LocalSessionFactoryBeanMotivation: we have extended LSFB in order to perform additio...
上一页 下一页
.