Chris Beams
f480333d31
Merge 3.1.0 development branch into trunk
...
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from trunk.
14 years ago
Juergen Hoeller
f88f69e700
AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570)
14 years ago
Juergen Hoeller
e56cfb8173
consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441)
14 years ago
Ben Hale
7730e76c06
Publishing license and notice files
14 years ago
Arjen Poutsma
dbfa049e1e
Prepping for 3.0.5
14 years ago
Juergen Hoeller
01b65cd201
polishing
14 years ago
Juergen Hoeller
061af2f25f
ultimateTargetClass falls back to raw class instead of returning null
15 years ago
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