2045 Commits (f9e11593a6164a98b3108c14edba80c3d731d931)

Author SHA1 Message Date
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 4 years ago
Juergen Hoeller 7116e5f755 Polishing 4 years ago
Sébastien Deleuze 2dbceb9053 Deprecate LiveBeansView 4 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 4 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 4 years ago
Juergen Hoeller c83f6adc24 Revise event multicaster locking for non-synchronized retriever caching 4 years ago
Sam Brannen f5d36aa47a Revert use of Map::computeIfAbsent in thread and tx scopes 4 years ago
Juergen Hoeller c1617d3c52 Polishing 4 years ago
Juergen Hoeller 051de3f179 Configurable java.time.Clock on TaskScheduler implementations 4 years ago
Juergen Hoeller e4a3d5bf66 Deprecation wording with suggested alternative and without removal hint 4 years ago
Brian Clozel 078543ce67 Deprecate Joda time support 4 years ago
Arjen Poutsma 91b609817e Do not use BitSet in BitsCronField 4 years ago
Juergen Hoeller 4b211fb18c Javadoc refinements 4 years ago
Juergen Hoeller 613b05d814 Properties loading with ignoreResourceNotFound covers SocketException as well 4 years ago
Brian Clozel c5694506ae Early configuration of ApplicationStartup on BeanFactory 4 years ago
Yanming Zhou a2bb59f1b8 Replace StringBuffer with StringBuilder where possible 4 years ago
Stephane Nicoll cdfdc340d2 Log cache hit and cache miss for synchronized access 4 years ago
Juergen Hoeller 141470ff58 Explicit nullability declarations for getTarget() implementations 4 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 4 years ago
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