Juergen Hoeller
9306d6dbaa
serialize full Pattern objects
16 years ago
Juergen Hoeller
1b9b513820
AspectJ matchesMethodExecution call needs to be synchronized (SPR-5687)
16 years ago
Juergen Hoeller
3e63951a57
relaxed @AspectJ detection check (for CGLIB subclasses to still be recognized as an aspect)
16 years ago
Juergen Hoeller
56a48272e6
avoiding synchronization as far as possible (SPR-5668)
16 years ago
Juergen Hoeller
7048689269
polishing
16 years ago
Thomas Risberg
1facd45c5e
switched to use XInclude
16 years ago
Mark Pollack
362629d03b
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
16 years ago
Mark Pollack
8f76197485
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
16 years ago
Mark Pollack
351fba1a04
POM maintenance
...
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
16 years ago
Mark Pollack
5f21cbd9da
POM maintenance
16 years ago
Juergen Hoeller
89d1c99277
AspectJ update
16 years ago
Juergen Hoeller
62785abc72
polishing
16 years ago
Mark Pollack
0b463c0838
SPR-5385, SPR-5301 - partial work committed.
16 years ago
Juergen Hoeller
dab23a71f9
polishing
16 years ago
Chris Beams
b8f712621d
+ 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
16 years ago
Chris Beams
3ae3de19a9
+ 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
16 years ago
Juergen Hoeller
96e00d6594
clarified applicability of @Order
16 years ago
Juergen Hoeller
160249c012
generified FactoryBeans and further Java 5 code style updates
16 years ago
Juergen Hoeller
85bc98ea4b
MethodInvocations and ProceedingJoinPoints always expose original method (not bridge); ProceedingJoinPoint resolves parameter names using ASM-based parameter name discovery
16 years ago
Juergen Hoeller
43caa57296
optimized OrderComparator usage
16 years ago
Juergen Hoeller
777a104d48
added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
16 years ago
Juergen Hoeller
0794756fba
revised advice ordering (for async execution interceptor)
16 years ago
Juergen Hoeller
92588cddc6
Java 5 code style
16 years ago
Ramnivas Laddad
c8d6c15a05
Fixed toString(), toShortString(), and toLongString() methods for signature and join point (SPR-5437)
16 years ago
Ramnivas Laddad
612ed8c660
Added sourcepath for aspectjweaver jar
16 years ago
Chris Beams
6966099d85
polishing .aop tests
16 years ago
Chris Beams
4671fd7141
polishing .aop tests
16 years ago
Chris Beams
9211357e94
polishing .aop tests
16 years ago
Chris Beams
5dd4e5220a
polishing .aop tests
16 years ago
Chris Beams
0f4ab0a987
polishing .aop tests
16 years ago
Chris Beams
beea69d83b
polishing .aop tests
16 years ago
Chris Beams
56e868b2d7
polishing .aop tests
16 years ago
Chris Beams
7abde41d5b
polishing .aop tests
16 years ago
Chris Beams
be53a80657
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
16 years ago
Chris Beams
2d37eb722b
+ moving .aop.aspectj.* unit tests from .testsuite -> .context
...
+ @SuppressWarnings and generic parameters to production .aop sources
16 years ago
Juergen Hoeller
c442a5818d
updated dependencies
16 years ago
Chris Beams
ac8f37439b
removing svn:externals usage approach to common test artifacts
16 years ago
Chris Beams
685f2fbc1c
+ updated petclinic dependency metadata from junit 4.4->4.5; servlet 2.4->2.5
...
+ deprecated AssertThrows (slated for complete removal by 3.0 GA)
16 years ago
Chris Beams
579280d7bf
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
16 years ago
Chris Beams
de7ec2288e
removed unused SideEffectBean imlpmentations
16 years ago
Chris Beams
08eeb52e57
introducing common.beans.* packaging and externals; experimenting with sharing SideEffectBean
16 years ago
Chris Beams
8977ad4032
moving unit tests from .testsuite -> .core
16 years ago
Chris Beams
72b306fe0a
moved commonsPoolTests.xml back from .aop -> .testsuite
16 years ago
Chris Beams
7f5e60e76a
moving unit tests from .testsuite -> .aop
16 years ago
Chris Beams
32bea88eb7
moving unit tests from .testsuite -> .aop
16 years ago
Chris Beams
e3ec177aab
moving unit tests from .testsuite -> .aop
16 years ago
Chris Beams
40016fc902
moving unit tests from .testsuite -> .aop
16 years ago
Chris Beams
be3ecf5fe7
moving unit tests from .testsuite -> .aop
16 years ago
Chris Beams
4c88488c5a
moving unit tests from .testsuite -> .aop
...
@Ignore'd a portion of PersistenceXmlParsingTests#testExampleComplex: it is failing, but only under clover coverage runs
16 years ago
Chris Beams
04d3f984b1
polish: leading spaces -> tabs across .aop and .testsuite bundles
16 years ago