143 Commits (e77fd0565e49186ebf469bf901c40dabe3bed4d6)

Author SHA1 Message Date
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
Chris Beams e5e5fa678f Fixed mystyped dependency on org.antlr 3.0.1 in context's Eclipse .classpath 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
Mark Pollack 9feacc0375 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT 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
Mark Pollack e721a1f911 Change antlr version to be 3.0.1 so that is consistent across the project 17 years ago
Mark Pollack f17f9ef0f5 POM maintenance 17 years ago
Chris Beams d3e7583a50 Updated BeanMethodTests to reflect change from IllegalArgumentException -> IllegalStateException 17 years ago
Chris Beams eac93ebd59 resolved: 17 years ago
Mark Pollack f8adb82ab3 POM maintenance 17 years ago
Juergen Hoeller 1d77442f69 polishing 17 years ago
Juergen Hoeller 53243273a4 refined version ranges in OSGi manifests 17 years ago
Scott Andrews 89af3cf91d updating eclipse classpath settings 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
Juergen Hoeller 81d1315cd1 updated to JRuby 1.2 (remaining compatible with JRuby 1.1 and above) 17 years ago
Chris Beams f1a5d20a6c IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors 17 years ago
Chris Beams e39fc90fac SPR-5615 - Improved error message: s/is no interface/is not an interface 17 years ago
Juergen Hoeller 40f9643c51 fixed broken "setManagedInterfaces" interface assertion (SPR-5615) 17 years ago
Mark Pollack f39cb005f6 SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs. 17 years ago
Chris Beams 41a4353644 Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build. 17 years ago
Chris Beams 4776108767 fixed two build-breaking issues: 17 years ago
Mark Pollack 4f514aac1e SPR-5385, SPR-5301 - partial work committed. 17 years ago
Juergen Hoeller 4ef6b776db RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation 17 years ago
Juergen Hoeller 3c71a0b81e polishing 17 years ago
Juergen Hoeller 118cf8b4c2 added TaskScheduler interface and Trigger abstraction; added ConcurrentTaskScheduler and ThreadPoolTaskScheduler; added CommonJ TimerManagerTaskScheduler; added CronTrigger implementation for cron expression support 17 years ago
Juergen Hoeller 68d67d83de TimerTaskExecutor creates non-daemon Timer and uses bean name as default Timer name 17 years ago
Juergen Hoeller 14b7c182d0 polishing 17 years ago
Juergen Hoeller cc21b308e2 qualifier annotations and @Value can be used at method level as well (applying to all parameters); 17 years ago
Chris Beams 7e8c6e57cc Tweaks to package-info.java files 17 years ago
Chris Beams 5f9c23f04f Consolidated Util and MutableAnnotationUtils classes into existing AsmUtils 17 years ago
Chris Beams 255c03a1d7 polishing 17 years ago
Chris Beams 34116c57f9 + JavaDoc updates 17 years ago
Chris Beams 868ca2bb4a + Moving .config.java module -> .context 17 years ago
Chris Beams 7f82764cb2 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 17 years ago
Mark Pollack 1748a09613 Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component 17 years ago
Mark Pollack 3f024d2f4b Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 17 years ago
Chris Beams 1832156349 Javadoc polish & pruning dead code 17 years ago
Chris Beams bb86f785be + Added 'proxyMode' attribute to @Scope annotation 17 years ago
Chris Beams 873723313c @Scope is now allowed on methods (for use in conjunction with @Bean) 17 years ago