2137 Commits (edabde8a11fbf8987787b3d4a8ab2408a889e79c)

Author SHA1 Message Date
Juergen Hoeller 22211a01ce Polishing 5 years ago
stsypanov f2b3953d76 Use array.clone() instead of manual array creation 5 years ago
Juergen Hoeller f61d728db9 Fallback Locale other than the system Locale through setDefaultLocale 5 years ago
Juergen Hoeller c4ec6aea68 Fix Checkstyle violations 5 years ago
Steven Schlansker fc55e66d50 ApplicationListenerMethodAdapter: gracefully handle beans which are actually NullBean 5 years ago
GungnirLaevatain d494621ee3 avoid store all bean name 5 years ago
Sam Brannen 64dfa462a6 Fix Javadoc for SmartLifecycle.DEFAULT_PHASE regarding ordering 5 years ago
stsypanov f5ae3c77c6 Use Method::getParameterCount where possible 5 years ago
Sam Brannen d6002092c4 Clean up build warnings for ApplicationContextExpressionTests 5 years ago
Sam Brannen 74b7b550f6 Make MBeanServer tests more robust 5 years ago
Sam Brannen 57b4b74e7d Polish Javadoc for JMX factory beans 5 years ago
Sam Brannen 9f00eb68e9 Clean up warnings 5 years ago
Christoph Dreis 3c17178b16 Fix Mockito deprecations 5 years ago
Brian Clozel 4beb25b318 Reorder date formatting converter in registrar 5 years ago
Juergen Hoeller 19ff7d84ab Polishing 5 years ago
Juergen Hoeller 2861fc65bd Polishing 5 years ago
Sam Brannen 6a207d0012 Polish AnnotationConfigApplicationContextTests 5 years ago
Johnny Lim 2a4dbcc623 Fix an assertion in AnnotationConfigApplicationContextTests 5 years ago
Sam Brannen 7d126d3288 Improve documentation regarding "annotated classes" 5 years ago
Juergen Hoeller 1aa0ea0281 Fix nullability declarations on internal ParserStrategyUtils methods 5 years ago
Juergen Hoeller 0519a2ff3c Exclude jdk package in ShadowingClassLoader (JDK 11 compatibility) 5 years ago
Juergen Hoeller 6a08bfdff7 Avoid unnecessary synchronization for non-existent missing caches 5 years ago
Sam Brannen b9013ada9f Abort MBeanServer tests if BindException encountered 5 years ago
Sam Brannen 435cc67026 Abort MBeanServer tests if BindException encountered 5 years ago
Juergen Hoeller e68132686d Restore lenient target type handling for FactoryBean definitions 5 years ago
Sam Brannen 3603e0c448 Set Spring-specific name for shutdown hook thread 5 years ago
Sam Brannen a676059699 Declare CRON_DISABLED constant value only once 5 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 5 years ago
Phillip Webb 077754b8e0 Support constructor injection for @Import classes 5 years ago
Sam Brannen d689ef8891 Support disabling cron jobs registered via SchedulingConfigurer 5 years ago
Andy Wilkinson 508b6798ff Move jmx.log beneath build/ to avoid UP-TO-DATE pollution 5 years ago
Sam Brannen 30cff46e7f Prevent improper use of testing framework APIs 5 years ago
Sam Brannen 591995ecc8 Polish and revive disabled tests 5 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 5 years ago
Juergen Hoeller 3bc27e8d14 Streamline AnnotationFilter usage with the MergedAnnotations API 5 years ago
Juergen Hoeller f26866e4d4 Introduce getType variant with allowFactoryBeanInit flag 5 years ago
Sebastien Deleuze ca02cc1194 Migrate to AssertJ in Kotlin tests 5 years ago
Sam Brannen c004ef888c Configure index in @ParameterizedTest display names 5 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 5 years ago
Sam Brannen a07ce8eb82 Polishing 5 years ago
Sam Brannen 3e2b977d5d Re-enable shadowed, overridden @Test and lifecycle methods 5 years ago
Sam Brannen 742cb90d34 Delete obsolete abstract test classes 5 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 5 years ago
Sam Brannen 979508a7f3 Remove JUnit 4 dependency from all modules except spring-test 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Sam Brannen 7538561a7a Polish ApplicationContextAwareProcessor 5 years ago
Sam Brannen 8b023b17c9 Polish contribution 5 years ago
GungnirLaevatain 1dc2177a4a Avoid unnecessary processing in ApplicationContextAwareProcessor 5 years ago
Sebastien Deleuze 23cd261b6b Deprecate AnnotationConfigApplicationContext { } Kotlin extension 5 years ago
康智冬 5bb5b2b24d Fix grammar in package-info.java 5 years ago