2334 Commits (65066bd1e108c4150162c201ae96166eec6244d5)

Author SHA1 Message Date
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 3 years ago
Sam Brannen 874077d16e Apply "advanced" instanceof pattern matching 3 years ago
Sam Brannen bf8a54decf Switch focus to JUnit Jupiter in testing examples 3 years ago
Sam Brannen 3d39dfc4ce Polishing 3 years ago
Sam Brannen f2fe7f335c Improve nullReturningBeanPostProcessor() test 3 years ago
evgeny.bovykin 7cb6ac0a02 Make inner classes static when feasible (on main) 3 years ago
Sam Brannen e26d8839b3 Stop referring to features as Java 6/7 features where unnecessary 3 years ago
Juergen Hoeller 2b65f274dc Use Set.of instead of HashSet with Arrays.asList 3 years ago
Juergen Hoeller f8c4071f73 Introduce removeApplicationListener method at ApplicationContext level 3 years ago
Phillip Webb 16e7f1f212 Complete refactor of AOT concepts 3 years ago
Phillip Webb 702207d9ee Add updated ApplicationContextAotGenerator 3 years ago
Phillip Webb e4a8258fb2 Update ConfigurationClassPostProcessor AOT support 3 years ago
Phillip Webb ddba45d01d Polish formatting 3 years ago
Juergen Hoeller 0f6d459de7 Support for jakarta.enterprise.concurrent.Asynchronous annotation 3 years ago
Stephane Nicoll 7820804bf6 Allow registration of bean factory contributors via spring.factories 3 years ago
Stephane Nicoll 8b97c2dc9d Polish 3 years ago
Brian Clozel 38019d2249 Allow static registration of RuntimeHints 3 years ago
Sam Brannen a7cf19cec5 Improve documentation and matching algorithm in data binders 3 years ago
Sam Brannen 6fad00ed22 Ensure dynamic proxy with AOP introduction includes lambda interfaces 3 years ago
Juergen Hoeller 35de7e19ee Introduce initializer callback for Bean Validation Configuration 3 years ago
Juergen Hoeller 10e979e58b Polishing 3 years ago
Juergen Hoeller 4143b445d6 Polishing 3 years ago
Juergen Hoeller 35610a535d Expose cancel(mayInterruptIfRunning) variant in ScheduledTask 3 years ago
Sam Brannen 8fc744f4f4 Improve Javadoc for BeanExpressionResolver 3 years ago
Sam Brannen 3da7a48a17 Explicitly close ApplicationContexts and clean up warnings in tests 3 years ago
Sam Brannen 9a5891e6e6 Explicitly close ApplicationContexts and clean up warnings in tests 3 years ago
Stephane Nicoll 0cbea29517 Polish 3 years ago
Sam Brannen 2fb1dd177b Remove obsolete org.springframework.core.NestedIOException 3 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 3 years ago
Sam Brannen 1419172fbd Polish Javadoc for JMX support 3 years ago
Sam Brannen 4db2f8ea1b Remove obsolete Nashorn-based scripting tests 3 years ago
Stephane Nicoll 672555a568 Add support of init and destroy methods 3 years ago
izeye 2a9a1f1c3a Add Javadoc since for GenericApplicationContext.refreshForAotProcessing() 3 years ago
Stephane Nicoll 9b07457d06 Introduce ApplicationContextAotGenerator 3 years ago
Stephane Nicoll b5695b9248 Add support for refreshing a GenericApplicationContext for AOT 3 years ago
Stephane Nicoll 9ba927215e Add support for ImportAware callback 3 years ago
Sam Brannen 66e9095ee9 Fix links and tests broken during merge 3 years ago
Sam Brannen dcdea986f6 Polish init/destroy lifecycle method tests 3 years ago
Sam Brannen a524857bd5 Fix init/destroy lifecycle method tests 3 years ago
Vikey Chen af14eea1ef Introduce tests for gh-28083 3 years ago
Arjen Poutsma 7e2106b850 Refactor roll forward in CronField 3 years ago
Sam Brannen be8224a590 Polish contribution 3 years ago
Guirong Hu 01214b3473 Allow @Async qualifier to be declared with a placeholder or SpEL expression 3 years ago
Sam Brannen 8c6d59aaaf Polish contribution 3 years ago
a.yazychyan c5c926726d Use enhanced switch expressions where feasible 3 years ago
Juergen Hoeller 4a470e0a37 Prevent @Bean method overloading by default (with enforceUniqueMethods flag) 3 years ago
Juergen Hoeller 41ee23345d Support for registering multiple init/destroy methods on AbstractBeanDefinition 3 years ago
Sam Brannen e3ceb9b23d Polish @Target declarations for stereotype annotations 3 years ago
Arjen Poutsma 5ab966fbde Polish contribution 3 years ago
vikey 7276752e7c Fix CronExpression issue with DST 3 years ago