339 Commits (ee8f1aa61a4c9aad2ea09ce24aa4f247b3c17dfc)

Author SHA1 Message Date
Juergen Hoeller 4574528a27 Comprehensive update to the framework's TimeZone handling, including a new TimeZoneAwareLocaleContext and a LocaleContextResolver for Spring MVC 11 years ago
Juergen Hoeller 52cca48f40 Polishing 11 years ago
Juergen Hoeller 3fad0fa432 Introduced TomcatLoadTimeWeaver for Tomcat's new InstrumentableClassLoader interface 11 years ago
Juergen Hoeller 888e3c7e53 Polishing 11 years ago
Juergen Hoeller f705ec1a46 Added ASPECTJ and REGEX constants to FilterType, along with a corresponding 'pattern' attribute on ComponentScan.Filter 11 years ago
Phillip Webb b409ba0076 Remove accidentally committed test case 11 years ago
Juergen Hoeller 7bc3e3b3f8 Fixed handling of @Resource's shareable value 11 years ago
Phillip Webb 783871a42a Restore 'maven.java.net' repository 11 years ago
Phillip Webb 05072e1762 Expand var-args before passing to KeyGenerator 11 years ago
Juergen Hoeller 55f250afbc Fixed javadoc references 11 years ago
Oliver Gierke 1f9e8f68d4 Add support for Objenesis proxy creation. 11 years ago
Juergen Hoeller facf31f01a Javadoc fixes 11 years ago
Juergen Hoeller e8c0ef8305 ThreadPoolTaskScheduler allows for setPoolSize changes at runtime 11 years ago
Juergen Hoeller caa1218d36 Polishing 11 years ago
Juergen Hoeller 0c00b0d902 Added 'zone' attribute to @Scheduled 11 years ago
Juergen Hoeller 365ce55a93 Polishing 11 years ago
Juergen Hoeller 465e6292eb Javadoc fixes 11 years ago
Juergen Hoeller fe8dec912d @Bean methods are allowed to override existing bean definitions with a role other than ROLE_APPLICATION now (e.g. framework-generated default beans) 11 years ago
Juergen Hoeller bb971cecf1 A BeanDefinitionRegistryPostProcessor may register other BeanDefinitionRegistryPostProcessors 11 years ago
Juergen Hoeller 4447248a83 Introduced support for @Lazy on injection points 11 years ago
Juergen Hoeller 01b8d9327d AnnotationConfigWebApplicationContext allows for repeated register/scan calls 11 years ago
Juergen Hoeller e812b6cea0 Marked @Profile as @Documented 11 years ago
Juergen Hoeller 5efe894ee4 Not exposing ApplicationContext on ConditionContext anymore 11 years ago
Phillip Webb 89b53cfcd5 Javadoc that @Conditionals are not inherited 11 years ago
Phillip Webb ced5ea2f93 Revert "Ensure @Conditions consider super classes" 11 years ago
Phillip Webb 620c16f5c7 Ensure @Conditions consider super classes 11 years ago
Juergen Hoeller 8f90eacd92 Polishing 11 years ago
Juergen Hoeller aecf60d21f Discovering and accumulating all @Profile meta-annotations 11 years ago
Juergen Hoeller c9771012e9 Introduced @Description annotation for populating BeanDefinition.getDescription() 11 years ago
Juergen Hoeller 88115212eb Consistent xsd header formatting 11 years ago
Juergen Hoeller 3d462b6dd9 Added missing spring.schemas entries for 4.0 xsds 11 years ago
Juergen Hoeller f2fb0ec9e7 Minor polishing of related files 11 years ago
Juergen Hoeller 6d3649858e Allow meta-annotations to override attributes from their parent 11 years ago
Sam Brannen 14ac023e01 Avoid use of repeated @Scheduled in tests 11 years ago
Sam Brannen c3dd9ff342 Add test with @Schedules container annotation 11 years ago
Juergen Hoeller 1420b970a7 Introduced DefaultParameterNameDiscoverer which checks JDK 8's standard reflection first and then falls back to ASM-based debug symbol analysis 11 years ago
Juergen Hoeller f9325a8376 Added Java 8 compliant @Schedules container annotation for @Scheduled 11 years ago
Juergen Hoeller ce06d1391f Polishing 11 years ago
Juergen Hoeller 9645799264 Fixed accidental use of JDK 8 getOrDefault method on MultiValueMap 11 years ago
Juergen Hoeller f88f5ed011 Optimized TomcatInstrumentableClassLoader implementation 11 years ago
Juergen Hoeller 127b91fd4f PropertySourcesPlaceholderConfigurer's "ignoreUnresolvablePlaceholders" setting reliably applies to nested placeholders as well 11 years ago
Juergen Hoeller 481aeeec98 Polishing 11 years ago
Juergen Hoeller 01a71ef5ef Polishing 11 years ago
Juergen Hoeller b8f7a30790 OpenJDK 8 build 99: different toString() output from JSR-310 Instant 11 years ago
Juergen Hoeller 2d1b44202b OpenJDK 8 build 99: annotation discovery on bridge methods 11 years ago
Phillip Webb 1a8f0d6a9e Resolve ${} placeholders in @ImportResource 11 years ago
Rossen Stoyanchev d3cecfc6cc Create spring-messaging module 11 years ago
Rossen Stoyanchev 2803845151 Update MessageConverter and reactor dependencies 11 years ago
Rossen Stoyanchev 0c92b85c3d Rename ChannelResolver to DestinationResolver 11 years ago
Rossen Stoyanchev 9dd7f6e5fb Update MessagingOperations hieararchy 11 years ago