143 Commits (753f2ed8cf04b5e8638c82d85b1fcf4f67c406cc)

Author SHA1 Message Date
Keith Donald c9c26c6c6c BindingPoint to ConversionPoint, javadoc 17 years ago
Keith Donald a2f085d87c renamed TypeDescriptor to BindingPoint 17 years ago
Christian Dupuis 19234d89fc minor change to use registerBeanComponent instead of directly registering the BeanDefinition 17 years ago
Christian Dupuis 1f065e9daa some minor tweaks to the scheduling namespace parser to make it more tooling friendly; applied new tools:annotation to method attribute in scheduling xsd 17 years ago
Christian Dupuis 8acad83009 fixed tooling related problem where empty value of an attribute that should take a bean reference would call the RuntimeBeanReference constructor in the namespace parser and throw a IllegalArgumentException although the problem has already been reported using the ProblemReporter API 17 years ago
Juergen Hoeller f67c8bcfd8 @Import detects and accepts existing configuration class in any order of processing 17 years ago
Juergen Hoeller 6068053628 @Import detects and accepts existing configuration class of the desired type 17 years ago
Juergen Hoeller 52c241e14f ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 17 years ago
Juergen Hoeller cef99d42b5 added SourceExtractor support 17 years ago
Juergen Hoeller 5a29d0355e removed outdated Attributes references 17 years ago
Juergen Hoeller ca99081916 added setMetadataReaderFactory method 17 years ago
Juergen Hoeller ec26065e84 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent> 17 years ago
Juergen Hoeller ca0a5b63ff generified TypeConverter interface 17 years ago
Mark Fisher 035c489129 SPR-4359 Added support for a 'task-scheduler' element. 17 years ago
Mark Fisher 55320b2c11 SPR-4359 Initial commit of scheduling namespace support. 17 years ago
Juergen Hoeller 1d1dba1693 Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 17 years ago
Juergen Hoeller b34a260984 ReloadableResourceBundleMessageSource correctly calculates filenames for locales with variant but without country now (SPR-5716) 17 years ago
Juergen Hoeller 65a871eaa9 moved ScheduledTaskRegistrar to new config package (where the scheduling namespace will live as well) 17 years ago
Juergen Hoeller 151cf74a10 added ScheduledTaskRegistrar etc 17 years ago
Juergen Hoeller 7205948651 avoid NPE for definitions without bean class specified 17 years ago
Juergen Hoeller f7642c4e30 polishing 17 years ago
Juergen Hoeller 699d3f7bbc removed StandardScopes pseudo-enum (superseded by meta-annotated scopes) 17 years ago
Thomas Risberg 3fa3fcac40 fixed JavaDoc 17 years ago
Juergen Hoeller 906adab5a4 custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations 17 years ago
Juergen Hoeller bf86e7cc9d @Configuration parsing fully relies on Spring's MetadataReader abstraction now 17 years ago
Juergen Hoeller 3eae3501e8 next cut of JavaConfig metadata reading revision: using cached MetadataReaders 17 years ago
Chris Beams 79cf4ce20a Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out. 17 years ago
Chris Beams 8217d81d02 Fixing build breakage with GroovyScriptFactoryTests. 17 years ago
Chris Beams 95d6f50fc8 (temporarily) increasing visibility of the ConfigurationClassAnnotation interface in an attempt to resolve the issue encountered at http://is.gd/tCud 17 years ago
Juergen Hoeller b4b61316a7 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) 17 years ago
Juergen Hoeller 30ad8839cb reintroduced "removeApplicationListener" method as well 17 years ago
Juergen Hoeller 2986c24bf6 reintroduced "removeAllListeners()" method since Spring DM uses it 17 years ago
Juergen Hoeller 7a4bcafcc6 @Resource names may use ${...} placeholders (SPR-5656) 17 years ago
Chris Beams b818dd91a3 Renamed ConfigurationPostProcessorTests -> ConfigurationClassPostProcessorTests 17 years ago
Chris Beams 610a8b70ea Fixed SPR-5655 - dm Server issues with ConfigurationClassPostProcessor attempting to read .class files with ASM with incorrect class loader 17 years ago
Andy Clement 5eb884a7db objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions. 17 years ago
Andy Clement 2fb46e48c0 design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code 17 years ago
Andy Clement 0dec424147 implement new interface method 17 years ago
Juergen Hoeller c25fe064ce @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152) 17 years ago
Juergen Hoeller c759465a5e added "unregisterManagedResource" method to MBeanExporter/MBeanExportOperations (SPR-5517) 17 years ago
Chris Beams 532426a10d Added test using custom properties file with util:properties and dereferenced with @Value("#{...}") 17 years ago
Chris Beams 463f1e07de polishing @Configuration tests 17 years ago
Chris Beams 8d0d8a4de8 RESOLVED - issue SPR-5600: Make naming of @Configuration class processing-related artifacts consistent 17 years ago
Chris Beams d3e7583a50 Updated BeanMethodTests to reflect change from IllegalArgumentException -> IllegalStateException 17 years ago
Chris Beams eac93ebd59 resolved: 17 years ago
Juergen Hoeller 1d77442f69 polishing 17 years ago
Chris Beams 3e7fe100e2 RESOLVED - issue SPR-5596: Test @Autowired @Configuration class constructors 17 years ago
Chris Beams d96ebc4385 consolidated context.annotation.support -> context.annotation 17 years ago
Chris Beams 8af119314a don't assert that CGLIB must be present unless there is at least one @Configuration class found 17 years ago
Chris Beams 6f767bb3da fixing tests in .test package that were failing due to missing CGLIB dependency 17 years ago