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.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@815 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Juergen Hoeller
f6c70c07c5
generified FactoryBeans and further Java 5 code style updates
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@686 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
1d82467565
SimpleAliasRegistry's "getAliases" method returns transitive aliases now; @Qualifier value matching takes chained aliases of target beans into account as well
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@648 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
6ad7cabd2c
SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@646 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
793bf07941
revised expression parser API design
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@619 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
3e9e9e2267
added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@613 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
699b370990
registered plain singletons will be fully matched according to their qualifiers; "systemProperties" bean is not considered a default match for type Properties anymore (SPR-5355)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@611 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
47f3b9881b
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@607 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
a3a4171c41
added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@599 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Arjen Poutsma
b62e6238d1
Fixed usage of wrong TestBean package.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@577 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Arjen Poutsma
a768f11634
SPR-2581: Provide out of the box implementation of the thread scope
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@574 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Arjen Poutsma
df70cd2c62
javadoc
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@573 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Arjen Poutsma
f7f9621083
SPR-3360: util:property-path like functionality for the p-namespace
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@572 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
ba7ed6af44
moved XmlBeanFactoryTests and attendant XML from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@488 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
3d884b2342
refactored .context module's .beans.factory and .context.access tests in preparation for moving .beans.factory.xml tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@487 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
f29d1d5048
moved ApplicationContext-dependent .beans.factory.xml.* tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@485 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
694d409eb4
moved ApplicationContext-dependent .aop.* unit tests from .testsuite -> .context
...
in the process, identified and refactored two genuine integration tests (AopNamespaceHandlerScopeIntegrationTests, AdvisorAutoProxyCreatorIntegrationTests), which will remain in .testsuite due to broad-ranging dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@484 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
059906452e
+ refactoring .testsuite .aop.aspectj tests in preparation for migration to .context
...
+ updated all ivy.xml files to depend on AspectJ 1.6.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@480 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
7616a00e41
moving .aop.aspectj.* unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@479 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
e1965dea0f
eliminated svn:externals in favor of localized copies of shared artifacts
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@472 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
2796c55974
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
2455ed7977
moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@453 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
dc2a4d0cd8
moving .scripting.* unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@448 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
4595713e00
moving remoting.*, scheduling.* unit tests from .testsuite -> .context, .web
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@447 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
f01b92fb17
moving .jndi, .mail and .mock.web unit tests from .testsuite to .context, .context.support, and .test bundles respectively
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@444 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
81ad606570
moving jmx.* unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@442 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
a3e4d66bb1
moving instrument.classloading.* unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@435 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
3fcf5fe7f0
finished moving .ejb.* unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@433 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
bdd36aa36a
moving .ejb.access unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@432 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
73c1bbfeb8
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@430 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
3ea0e5050a
moving unit tests from .testsuite -> .beans and .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@428 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
0e1e71d462
moving unit tests from .testsuite -> .context
...
moved ContextSingletonBeanFactoryLocatorTests -> .context
pulled SingletonBeanFactoryLocatorTests and friends into .context via externals for use by the above
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@425 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
2cafe8628d
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@413 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
fc7855123a
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@411 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
015f9bb766
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@410 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
57355f248c
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@409 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
b8d04f2a07
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@406 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
dabc6ec67f
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@405 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
2ff88f0e20
pulling in example.scannable as external from .context -> .testsuite
...
eliminated duplicate artifacts in .context.annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@404 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
1fccfccd7a
moving example.scannable from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@403 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
ad5d81c096
moving unit tests from .testsuite -> .context
...
+ created example.scannable package to house scannable components away from .context.annotation package
+ example.scannable will also lend itself to sharing via externals
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@402 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
18f067e88e
moving unit tests from .testsuite -> .context
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@401 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
e6f75f212d
completed value annotation support; Java 5 code style updates
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@312 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Juergen Hoeller
a5253bec7f
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@305 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago