83 Commits (f528c394567373166f36153035072e77d6df748c)

Author SHA1 Message Date
Chris Beams c94bc2e709 Respect spring.profiles.active in #addActiveProfile 12 years ago
Phillip Webb 468f9c7814 Polish 12 years ago
Phillip Webb 4cdf46f83c Polish @Imports search code 12 years ago
Phillip Webb 3416e058a0 Ensure @Imports are processed in correct order 12 years ago
Juergen Hoeller 914a1b2088 @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations 12 years ago
Phillip Webb 6d8b37d8bb Prevent duplicate @Import processing 12 years ago
Phillip Webb e6c4840356 Polish Javadoc for @Import 12 years ago
Juergen Hoeller 5b93b14392 DateTimeFormat annotation supports use as a meta-annotation as well 12 years ago
Juergen Hoeller 69763fe249 Added test for custom async annotation 12 years ago
Juergen Hoeller 0e0200769d ManagedResource annotation supports placeholders for String attributes 12 years ago
Phillip Webb e9cdb3d24e Polish JavaDoc 12 years ago
Chris Beams 38bfb2bd89 Introduce MessageCodeFormatter abstraction 12 years ago
Phillip Webb 21760a8b6b Provide alternative message code resolver styles 12 years ago
Gareth Davis 0709c033a0 Allow 'arg-type' matches against element body 12 years ago
Phillip Webb 376eeed8b1 Polish whitespace 12 years ago
Chris Beams 5d4d1eaca4 Fix package cycle in @EnableMBeanExport 12 years ago
Phillip Webb cae08db6a9 Introduce @EnableMBeanExport 12 years ago
Phillip Webb 6179261d58 Polish whitespace 12 years ago
Phillip Webb 33d37e8680 Polish 12 years ago
Phillip Webb 9582085950 Add DefaultMessageCodesResolverTests 12 years ago
Juergen Hoeller a6ce821ad8 Made AutoProxyCreatorTests less dependent on container's own interrogation of FactoryBeans 12 years ago
Juergen Hoeller 3cf5572ee8 LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably 12 years ago
Juergen Hoeller 0af9244571 LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably 12 years ago
Juergen Hoeller 3c59725b94 LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably 12 years ago
Juergen Hoeller ff7dcec5f7 BeanWrapper does not fall back to String constructor if ConversionService attempt failed before 12 years ago
Phillip Webb c8061393fb Prevent memory leaks with @Configuration beans 12 years ago
Phillip Webb e543ffdfd7 Improve annotation methods in TypeDescriptor 12 years ago
Phillip Webb 23f089ff1e Polish code and JavaDoc formatting 12 years ago
Juergen Hoeller 014f7f0242 Changes along with 3.1.3 backport 12 years ago
Sam Brannen 4812c181d4 Polish LiveBeansView Javadoc and suppress warnings 12 years ago
Juergen Hoeller abf341c33a ResourceBundleMessageSource supports "defaultEncoding", "fallbackToSystemLocale", "cacheSeconds" 12 years ago
Juergen Hoeller 3c557bfbc3 LiveBeansView produces a well-defined (and valid) JSON document now 12 years ago
Juergen Hoeller 0d88c73523 Calling cancel on a Future returned by a TaskScheduler works reliably now 12 years ago
Juergen Hoeller e0bec678da Calling cancel on a Future returned by a TaskScheduler works reliably now 12 years ago
Juergen Hoeller e5f3669804 Introduced beta version of LiveBeansView for STS 3.1 12 years ago
Juergen Hoeller dc4e0683ae ImportAwareBeanPostProcessor registered with ROLE_INFRASTRUCTURE 12 years ago
Phillip Webb 73832f8c6e Support inferred base package for @ComponentScan 12 years ago
Chris Beams dfe05305e2 Upgrade to JUnit 4.11 snapshot in support of JDK7 12 years ago
Phillip Webb a9a90cabad Protect against non-deterministic method order in JDK7 12 years ago
Juergen Hoeller 0a42c80c11 @Import'ed configuration classes get properly registered in case of same class name (second try) 12 years ago
Juergen Hoeller 228a77552d @Import'ed configuration classes get properly registered in case of same class name 12 years ago
Juergen Hoeller 10a4e88e0a polishing 12 years ago
Juergen Hoeller 282d961b2e @Import'ed configuration classes get properly registered in case of same class name 12 years ago
Chris Beams 6517517ca9 Refactor to lazy Environment creation where possible 12 years ago
Chris Beams f963d0f190 Register environment in all bean factories in a hierarchy 12 years ago
Juergen Hoeller e904589bd1 added Field context variant to TypeConverter interface in beans module; @Value injection works in combination with formatting rules such as @DateTimeFormat 12 years ago
Juergen Hoeller 04af54ad4c @Resource processing properly works with scoped beans and prototypes again 12 years ago
Juergen Hoeller cec30a7a2d MessageSourceSupport uses locale-specific MessageFormat cache for default messages 12 years ago
Chris Beams 92500ab902 Upgrade to CGLIB 3 and inline into spring-core 12 years ago
Sam Brannen f49b22c78f Introduce MockEnvironment in the spring-test module 12 years ago