1648 Commits (e0423fbdc2ffa16e929d80c4d38ac35803dd843e)

Author SHA1 Message Date
Phillip Webb 1c25cec44f Polish test code 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb b220d94cc2 Never use parenthesis for single lambda arguments 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 0ad0f341bd Don't use single letter catch variables 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Sam Brannen 4184ebe799 Polish profile expression support 7 years ago
Stephane Nicoll 1f3b4f1863 Polish "Add profile expression support" 7 years ago
Juergen Hoeller 0dc434b35e Polishing 7 years ago
Juergen Hoeller 9aed9bf823 Allow for custom ScheduledTaskRegistrar and/or ScheduledMethodRunnable 7 years ago
Juergen Hoeller b71795ba36 Restore original DefaultLifecycleProcessor behavior for the time being 7 years ago
Brian Clozel 0092653d42 Fix JDK9 build after Groovy 2.5 upgrade 7 years ago
Juergen Hoeller 6cf197864c DefaultLifecycleProcessor properly handles count for dependent beans 7 years ago
Stephane Nicoll f1871f9e3f Fix faulty BeanPostProcessorChecker logs with @EnableCaching 7 years ago
Sebastien Deleuze b71d0eeec9 Fix Kotlin bean DSL conditional handling 7 years ago
Juergen Hoeller 356bfe6e2e Upgrade to Joda-Time 2.10 7 years ago
Sebastien Deleuze a7a29a8226 Revisit PropertyResolver Kotlin extensions 7 years ago
Juergen Hoeller 1b728fb244 Polishing 7 years ago
Juergen Hoeller b39ce80c87 Doc: @EnableScheduling needs to be declared per application context 7 years ago
Juergen Hoeller 46a89d9534 Restore lenient null return value for ConditionContext.getBeanFactory() 7 years ago
Juergen Hoeller 5bbeadec0c Detect nested configuration classes even for empty outer classes 7 years ago
Sebastien Deleuze be416ef9c4 Polish BeanDefinitionDsl 7 years ago
Juergen Hoeller 5b3bbad6a0 ConcurrentModel.addAttribute javadoc: null value not supported 7 years ago
Juergen Hoeller 795e5d306c Upgrade to JSR-354 Money & Currency API 1.0.3 and Moneta 1.2.1 7 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 7 years ago
Juergen Hoeller 9281f820f1 Expose FactoryBean's raw object on retrieval during post-processing 7 years ago
Juergen Hoeller c8b6233bd0 Introspect originating bean definition as configuration class candidate 7 years ago
Juergen Hoeller ad0d79a97b Lenient fallback to plain getBundle call without Control handle 7 years ago
Juergen Hoeller d5aedac6db Avoid custom ResourceBundle.Control on Jigsaw (as far as possible) 7 years ago
Juergen Hoeller eaff2c28a7 Consistent target method resolution for event and caching expressions 7 years ago
Juergen Hoeller aa11721ff0 AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 7 years ago
Juergen Hoeller a2a8d0c754 Workaround for generic parameter types on inner class constructors 7 years ago
Juergen Hoeller d4a55a257b OperatorMatches flags misguided evaluation attempts as FLAWED_PATTERN 7 years ago
Juergen Hoeller b95e05db04 AspectJExpressionPointcut consistently resolves superinterface methods 7 years ago
sdeleuze 97ee94f4ca Expose env and context in Kotlin beans DSL 7 years ago
Juergen Hoeller 61c3db0869 MethodHandles.Lookup.defineClass for CGLIB class definition purposes 7 years ago
Juergen Hoeller cdaa247861 Unwind _TestTypes to top-level public test classes in AOP test suite 7 years ago
Juergen Hoeller 6102715b8d Consistent treatment of proxy classes and interfaces for introspection 7 years ago
Juergen Hoeller cc379f1cc7 Polishing 7 years ago
Juergen Hoeller bc07a54075 Clear AnnotationUtils cache after context refresh (along with others) 7 years ago
Juergen Hoeller 912c270f2b Polishing 7 years ago
Juergen Hoeller 4da27c2a73 Avoid unnecessary introspection on methods and meta-annotations 7 years ago
Juergen Hoeller 78681c6369 JndiRmiServiceExporter still calls PortableRemoteObject when available 7 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
igor-suhorukov e6020ed377 avoid unnecessary autoboxing 7 years ago