Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
fe1e7f0d6c
|
added "expose-proxy" attribute to aop namespace (enforcing AopContext proxy exposure with CGLIB; SPR-7261)
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Juergen Hoeller
|
07920fc3df
|
polishing
|
15 years ago |
Juergen Hoeller
|
87e327773e
|
introduced AopProxyUtils.ultimateTargetClass (SPR-7074)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
ecda2aee4a
|
revised AspectJAnnotation for consistent use of final fields (SPR-7068)
|
15 years ago |
Juergen Hoeller
|
6b93f41f3a
|
AbstractInterceptorDrivenBeanDefinitionDecorator preserves lazy-init flag as well
|
15 years ago |
Juergen Hoeller
|
16305530f2
|
adapted to common naming convention for internal attributes
|
15 years ago |
Juergen Hoeller
|
282de41f06
|
AbstractInterceptorDrivenBeanDefinitionDecorator exposes decorated BeanDefinition for early type checking in AbstractBeanFactory (SPR-7006)
|
15 years ago |
Juergen Hoeller
|
10c358718e
|
avoid NPE if runtimeTest is null (SPR-7032)
|
15 years ago |
Juergen Hoeller
|
bc2440ea16
|
updated for JDK 1.5+
|
15 years ago |
Juergen Hoeller
|
6fb49f1de7
|
ignore failing serialization test for the time being
|
15 years ago |
Juergen Hoeller
|
2c2cf32b8a
|
polishing
|
15 years ago |
Juergen Hoeller
|
26470cc23a
|
polishing
|
15 years ago |
Juergen Hoeller
|
296aa96d71
|
AopUtils.getTargetClass(...) never returns null (SPR-7011)
|
15 years ago |
Juergen Hoeller
|
d4de1ac346
|
AbstractInterceptorDrivenBeanDefinitionDecorator copies autowire settings just like ScopedProxyUtils does (SPR-6974)
|
15 years ago |
Juergen Hoeller
|
b07b146965
|
fixed @Configurable issue with null bean name (SPR-6947)
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Juergen Hoeller
|
64f0200675
|
polishing
|
15 years ago |
Juergen Hoeller
|
5e1065838b
|
fixed isProxyFactoryBeanDefinition check (SPR-6842)
|
15 years ago |
Chris Beams
|
0f7f749ada
|
Updated Eclipse .classpath to aspectj 1.6.8
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
Juergen Hoeller
|
2d525901ff
|
proxies with AspectJ pointcuts are fully serializable within a BeanFactory now (SPR-6681)
|
15 years ago |
Juergen Hoeller
|
6070a498fe
|
BeanNameAutoProxyCreator detects alias matches for specified bean names as well (SPR-6774)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Juergen Hoeller
|
cc0bd730eb
|
polishing
|
15 years ago |
Juergen Hoeller
|
602118f1a3
|
extended CGLIB version range (SPR-6400)
|
15 years ago |
Costin Leau
|
502c0e9055
|
SPR-6401
+ increase cglib range in OSGi manifest
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Chris Beams
|
2663ab9975
|
fixed typo in javadoc: s/poitncut/pointcut/
|
15 years ago |
Juergen Hoeller
|
2a0b3cf3c9
|
polishing
|
15 years ago |
Sam Brannen
|
986ccbe2c6
|
Suppressing unchecked and serial warnings.
|
15 years ago |
Andy Clement
|
c9f0e68c82
|
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Rob Harrop
|
7835e66abb
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
15 years ago |
Juergen Hoeller
|
1045847cf7
|
updated to CGLIB 2.2 and EHCache 1.6.2
|
15 years ago |
Juergen Hoeller
|
8675281972
|
updated to AspectJ 1.6.5
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
16 years ago |
Arjen Poutsma
|
43519a57db
|
Doc
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Mark Fisher
|
1bfb26e4b2
|
updated aspectj weaver version in .classpath files to match ivy.xml configuration
|
16 years ago |
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
8c7aec3c97
|
scoped proxies retain original qualifiers (SPR-5911)
|
16 years ago |
Juergen Hoeller
|
da7aa37aa6
|
refined generic getProxy signature
|
16 years ago |