455 Commits (1cf38a98a4acd1b0e15d4931a9b7abedaa470f23)

Author SHA1 Message Date
Phillip Webb d7ec20a286 Test for property placeholder with defaults 11 years ago
Carson McDonald ae74a2158a Fix typo {explictly => explicitly} 11 years ago
Juergen Hoeller 7e01578515 Avoid unnecessary creation of default StandardEnvironment instances 12 years ago
Juergen Hoeller 7cddeb6db9 Polishing 12 years ago
Juergen Hoeller 3f7007f73a Properly handle knownSuperclasses in case of an overridden ConfigurationClass 12 years ago
Rob Winch d1859c8c86 Ensure Parent ConfigurationClass loaded on overrides 12 years ago
Juergen Hoeller 5dbbd8fe72 Clarified that CronTrigger never schedules overlapping executions 12 years ago
Juergen Hoeller 25e29b851d GenericTypeResolver defensively calls Class.getGenericSuperclass() and consistently uses Class<?> 12 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller 640555194b Introduced assertions for bean accessor delegation in AbstractApplicationContext 12 years ago
Phillip Webb 30b21a987e Make @Configuration classes thread-safe 12 years ago
Phillip Webb 7c7fdb0736 Add support for DeferredImportSelector 12 years ago
Phillip Webb b257253a2b Support for @Conditional configuration 12 years ago
Phillip Webb eb1776e79d Allow access to applied property sources 12 years ago
Juergen Hoeller 2a44228b98 Consistent use of <pre class="code"> 12 years ago
Juergen Hoeller 0fc5a5d912 Introduced 4.0 versions of all XML configuration schemas 12 years ago
Phillip Webb 71f6da673a Consider @Import classes as lite @Configuration 12 years ago
Phillip Webb d91ffb6a59 Filter source @Configuration with @ComponentScan 12 years ago
Phillip Webb db0d780d43 Support *Aware ImportSelectors 12 years ago
Phillip Webb f05d0885ef Add AnnotationConfigApplicationContext constructor 12 years ago
Juergen Hoeller 2a53a2de0e Raised Hibernate Validator support dependency to 4.3+ 12 years ago
Juergen Hoeller cac76192e2 Added "postProcessConfiguration" template method to LocalValidatorFactoryBean 12 years ago
Juergen Hoeller ddbcf62edd Replaced shared editor usage with PropertyEditorRegistrar 12 years ago
Juergen Hoeller 0a8f5b2919 Removed deprecated helper classes and methods (that have been deprecated since 3.0 or before) 12 years ago
Juergen Hoeller 8ab16607d3 Support for JDK 8's "common" ForkJoinPool 12 years ago
Juergen Hoeller 1733237579 Initial support for JDK 8 Date-Time (JSR-310) 12 years ago
Juergen Hoeller 19f783bdd7 Fixed general test suite problems found during OpenJDK 8 upgrade 12 years ago
Juergen Hoeller 9c09a0a037 Consistent Map/Set ordering 12 years ago
Juergen Hoeller b5d44e1d15 Revised Joda-Time support (as a side effect of JSR-310 support in Spring 4.0) 12 years ago
Juergen Hoeller d3a4068768 Minimized ASM usage 12 years ago
Juergen Hoeller 0d0122239d Initial support for Bean Validation 1.1 and Hibernate Validator 5.0 12 years ago
Juergen Hoeller 4004e53d97 JSR-236 support, in particular adapting to JSR-236 Triggers and exposing additional metadata through ManagedTasks 12 years ago
Juergen Hoeller a272fd790a Clarified support for JRuby 1.5+ and Groovy 1.7+ 12 years ago
Juergen Hoeller 8832d59b7b Removed unintended backport-concurrency dependency 12 years ago
Juergen Hoeller 90f79f3f4f Require JRuby 1.6+ (avoiding the use of deprecated API) 12 years ago
Juergen Hoeller 55901e677f Removed EJB 2.x implementation class hierarchy (ejb.support package) 12 years ago
Juergen Hoeller 3f35bdc79a Removed scheduling.timer and scheduling.backportconcurrent packages 12 years ago
Juergen Hoeller 9c52ae9558 Removed OC4J support (including documentation references) 12 years ago
Juergen Hoeller 87e5f19c3f JDK 1.6+ API baseline across the codebase 12 years ago
Juergen Hoeller 2629208d5b Removed unnecessary default value of LifecycleGroup.lifecycleBeans 12 years ago
Juergen Hoeller 43c1cec79b Added "beforeExistingAdvisors" flag to AbstractAdvisingBeanPostProcessor 12 years ago
Juergen Hoeller fffeaee647 Minor refinements along the way of researching static CGLIB callbacks 12 years ago
Dave Syer 6914aff825 Add additional test for daylight savings glitch 12 years ago
Dave Syer 5b6f149bf8 Fix test for daylight savings glitch 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Juergen Hoeller 2302b9b48b Added locale-independent "commonMessages" property to AbstractMessageSource 12 years ago
Juergen Hoeller 1bae80a241 Polishing 12 years ago
Chris Beams 9a48c10dcb Segregate tests that depend on the jmxmp: protocol 12 years ago
Chris Beams 10648942c3 Update AbstractMBeanServerTests hierarchy to JUnit 4 12 years ago
Chris Beams cbe03093ba Revert "Revert "Re-enable ignored JMX tests"" 12 years ago