Commit Graph
810 Commits
Author SHA1 Message Date
Chris Beams 4776108767 fixed two build-breaking issues:
+ reverted ClassMetadataReadingVisitor to revision 794
+ eliminated ConfigurationPostProcessorTests until further investigation determines why it causes downstream tests to fail (such as the seemingly unrelated ClassPathXmlApplicationContextTests)


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@814 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-25 03:14:35 +00:00
Keith Donald 0a06a95d68 set value tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@813 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-24 19:55:39 +00:00
Arjen Poutsma 98daccc362 SPR-5537: ReSTful URLs with content type extension do not work properly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@812 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-24 17:36:18 +00:00
Mark Pollack 4f514aac1e SPR-5385, SPR-5301 - partial work committed.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@811 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-24 05:56:56 +00:00
Juergen Hoeller 4ef6b776db RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@810 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-24 00:05:21 +00:00
Keith Donald 199f6943d1 pruned bean references support as it was not used
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@809 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 21:33:15 +00:00
Keith Donald 0a4d001808 upgrade to latest spring build
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@808 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 19:27:00 +00:00
Keith Donald 452f0288e3 made asm an eclipse project
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@807 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 19:26:01 +00:00
Arjen Poutsma b40541c937 Added test for multiple template variables in one path segment.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@806 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 16:37:58 +00:00
Juergen Hoeller 05919c1cd3 ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@805 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 16:06:24 +00:00
Arjen Poutsma 060cf5be50 SPR-5571: typo in RestTemplate javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@804 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:54:48 +00:00
Juergen Hoeller 3c71a0b81e polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@803 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:39:25 +00:00
Juergen Hoeller 118cf8b4c2 added TaskScheduler interface and Trigger abstraction; added ConcurrentTaskScheduler and ThreadPoolTaskScheduler; added CommonJ TimerManagerTaskScheduler; added CronTrigger implementation for cron expression support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@802 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:38:55 +00:00
Juergen Hoeller 68d67d83de TimerTaskExecutor creates non-daemon Timer and uses bean name as default Timer name
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@801 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:35:16 +00:00
Juergen Hoeller 14b7c182d0 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@800 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:15:47 +00:00
Juergen Hoeller cc21b308e2 qualifier annotations and @Value can be used at method level as well (applying to all parameters);
fixed EL evaluation of prepared constructor arguments for repeated prototype creation

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@799 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 14:13:41 +00:00
Juergen Hoeller 182acb9c87 fixed CachingMapDecorator to support garbage-collected weak references (again)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@798 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:34:51 +00:00
Juergen Hoeller aecc6b45df type variable cache uses weak values
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@797 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:32:03 +00:00
Juergen Hoeller e6618f050a added superfluous cast as a workaround for the Sun Javac compiler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@796 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:30:00 +00:00
Juergen Hoeller 303f360d27 implement ASM ClassVisitor interface directly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@795 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:29:29 +00:00
Juergen Hoeller 262e510b32 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@794 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:28:49 +00:00
Juergen Hoeller c35b5f8ef2 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@793 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:20:18 +00:00
Juergen Hoeller 8251dff561 SessionAwareMessageListener supports generic declaration of concrete JMS Message type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@792 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:19:25 +00:00
Chris Beams 7e8c6e57cc Tweaks to package-info.java files
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@791 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 07:36:44 +00:00
Chris Beams 5f9c23f04f Consolidated Util and MutableAnnotationUtils classes into existing AsmUtils
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@790 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 07:01:01 +00:00
Chris Beams 255c03a1d7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@789 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 06:23:01 +00:00
Chris Beams 34116c57f9 + JavaDoc updates
+ added objectweb.asm back to .classpath to satisfy transitive need from groovy tests
+ package.html -> package-info.java


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@788 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 05:28:58 +00:00
Chris Beams 927f8039ca + Removed org.springframework.config.java module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@787 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:52:47 +00:00
Chris Beams 868ca2bb4a + Moving .config.java module -> .context
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@786 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:48:04 +00:00
Chris Beams 8fc0036591 + Pruned empty directories
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@785 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:25:20 +00:00
Chris Beams 2faef8d9d9 + Pruned empty directories
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@784 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:24:35 +00:00
Chris Beams e70b6ef6a4 + Repackaged src and test from .config.java.* -> .context.annotation.*
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@783 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:23:25 +00:00
Chris Beams e52702e9fe + Repackaging test codebase from .config.java.* -> .context.annotation.*
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@782 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 04:14:20 +00:00
Chris Beams 4473ca05d3 + Added isCglibClassName() to AopUtils for checking bean class names before classloading
+ Added tests for @Aspect support in @Configuration classes
+ Added tests for @Inherited @Configuration behavior


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@781 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 03:59:07 +00:00
Chris Beams e0c593f61c Made ConfigurationModel semantics explicit by having it extend LinkedHashSet<ConfigurationClass>
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@780 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-22 22:59:10 +00:00
Chris Beams 7cd96e4334 + Added tests for custom @Bean naming and aliasing
+ Eliminated BeanDefinitionRegistrar and BeanRegistrar types
+ Simplified ConfigurationEnhancer logic
+ Updated JavaDoc for ConfigurationModel and related classes
+ Updated JavaDoc for all ASM visitors


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@779 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-22 22:39:04 +00:00
Chris Beams 192260dbd6 + Added unit test for BeanMethod
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@778 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-22 02:38:44 +00:00
Chris Beams 41c1361c24 + Source attribution is now consistent across all registered Problems
+ Various pruning of dead code and polish


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@777 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-22 01:43:31 +00:00
Chris Beams 0cf9358bf4 Circular @Imports are now handled by registering a Problem (CircularImportProblem) as an error with the current ProblemReporter. This eliminates the need for CircularImportException and is a more tooling-friendly approach.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@776 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-21 21:43:44 +00:00
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)
+ Finished support for @Import, including detection of circular imports


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@775 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-21 19:00:57 +00:00
Ben Hale 95b992d43d [SPR-5459] Added jarjar'd asm packaging
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@774 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-20 12:15:06 +00:00
Thomas Risberg e2cb01c676 Added the Spring Framework reference documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@773 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-18 20:00:49 +00:00
Colin Sampaleanu 2d4710bf68 update hibernate and openjpa dependencies to match the orm module
variants. Note that tests are still broken


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@772 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-15 03:07:05 +00:00
Mark Pollack 1748a09613 Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component
Add missing unit tests

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@771 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-13 18:14:40 +00:00
Colin Sampaleanu d5f8c2767f fix ecliipse jar imports to match recent changes (hibernate, openjpa) to
ivy dependenies


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@770 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-13 05:39:32 +00:00
Chris Beams 09c570fd44 removing unnecessary eclipse 'Project Facets' metadata
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@769 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-13 04:16:58 +00:00
Thomas Risberg b37a461eb0 added tests for custom SQLException translation, polished (SPR-4899)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@768 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 21:32:40 +00:00
Thomas Risberg f041d50b41 changed exception class thrown for problems configuring GenericSqlQuery class (SPR-3986)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@767 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 21:30:42 +00:00
Thomas Risberg 0ba04cafd0 added the option of providing a database specific custom SQLExceptionTranslator to provide customized translation for any SQLException before the error codes translation happens (SPR-4899)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@766 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 17:22:02 +00:00
Thomas Risberg ee4c0e7101 switched tests to use JUnit4
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@765 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 06:29:33 +00:00