2196 Commits (6605953eb5919775b16f666bf1865a0cb43caaea)

Author SHA1 Message Date
Juergen Hoeller 6d9d4157ef Specifically detect Joda-Time 2.x 4 years ago
Juergen Hoeller cf2e0c7959 Selected use of ArrayList instead of LinkedList in common places 4 years ago
Juergen Hoeller 60fa704f78 Consistent behavior for overloaded @Bean methods with ASM processing 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 4 years ago
Juergen Hoeller 6f0461c569 Polishing 4 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 4 years ago
Juergen Hoeller 0d4040aa63 Avoid potential integer overflow in seconds->millis transformation 4 years ago
Sam Brannen 148dc95eb1 Fix regressions in SimpleThreadScope and SimpleTransactionScope 4 years ago
Sam Brannen 93e5214d01 Revise Javadoc regarding log level for non-static BFPP @Bean method 4 years ago
Sam Brannen c558391e2c Declare interfaces as @FunctionalInterface where feasible 4 years ago
Sam Brannen 1f35cc5cae Polish contribution 4 years ago
Qimiao Chen af8ab2e3a8 Optimize DefaultLifecycleProcessor::startBeans 4 years ago
Juergen Hoeller 292f581cdd Populate dependencies metadata for resolved target behind lazy dependency proxy 4 years ago
Juergen Hoeller 8dd285f877 Polishing 4 years ago
Juergen Hoeller b345019415 Introduce getBeanProvider variants with allowEagerInit flag 4 years ago
Stephane Nicoll 6acbc5093a Indicate caches should be initialized in SimpleCacheManager 4 years ago
Arjen Poutsma b0d273e047 Polishing 4 years ago
Arjen Poutsma 4d670ee25d Drop support for standalone "L" in CronExpression 4 years ago
Arjen Poutsma 762cf0ffe8 Check for asterisk range in CronExpression 4 years ago
Arjen Poutsma 93b53dae29 Add support for Quartz features in CronExpression 4 years ago
Arjen Poutsma 1a8906bdc3 Support macros in CronExpression 4 years ago
Arjen Poutsma dbec16d566 Add test for Friday 13th crontab failure 4 years ago
Arjen Poutsma 72895f0810 Add test for combination of fixed date fields 4 years ago
Arjen Poutsma 87c3bb5797 Introduce CronExpression 4 years ago
Brian Clozel be801fc5fc Polish 4 years ago
Juergen Hoeller a1a9bb3e7f Explicit note on phasing out serialization-based remoting 4 years ago
Juergen Hoeller adce6593af Move metrics package to org.springframework.core 4 years ago
Juergen Hoeller 9f211de113 Turn MethodArgumentNotValidException into subclass of BindException 4 years ago
Brian Clozel 9301d7a294 Add application startup metrics support 4 years ago
Sébastien Deleuze 05683fed7a Skip LoadTimeWeaverAwareProcessor with native images 4 years ago
Juergen Hoeller 718d46adac Check for alias overriding bean definition of same name 4 years ago
Sam Brannen 335c3d5db6 Polish contribution 4 years ago
XenoAmess ab859fcc96 Refine use of substring operations 4 years ago
Sam Brannen a8901e3cf8 Polish contribution 4 years ago
XenoAmess edfc6c0293 Refine use of substring operations 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago
Sam Brannen ae5913f3b6 Polish tests 4 years ago
XenoAmess cd12583e13
Use Integer.parseInt instead of Integer.valueOf for primitive int 4 years ago
XenoAmess 3b12beb1b8
Simplify if-statements with instanceof checks 4 years ago
XenoAmess c7f44ff671
Fix links in Javadoc 4 years ago
Juergen Hoeller 7b6924522a Avoid unnecessarily alarming stack trace logged during scheduler resolution 4 years ago
Juergen Hoeller e9898f7d52 Polishing 4 years ago
Sam Brannen abe16eeb6e Use test name as thread name prefix in scheduling TaskExecutor tests 4 years ago
Sam Brannen b769b73960 Improve JavaDoc for ConfigurableApplicationContext.refresh() 4 years ago
Brian Clozel d9ccd618ea Deprecate remoting technologies support 4 years ago
Sébastien Deleuze 9d37794ebc Avoid using LiveBeansView in GraalVM native images 4 years ago
Sébastien Deleuze 671d4519b2 Fix checkstyle error 4 years ago
Sébastien Deleuze 02b539c5f5 Leverage spring.ignore.xml flag to avoid XmlBeanDefinitionReader 4 years ago
Juergen Hoeller 56c661829b Avoid package cycle through dedicated ResourcePropertiesPersister 4 years ago