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
Ben Hale
7730e76c06
Publishing license and notice files
14 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
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
e99cda3739
updated to final versions of JSR-330 and JSR-303 APIs
15 years ago
Juergen Hoeller
811e9fc043
consistent dependencies
15 years ago
Juergen Hoeller
e1a3e44485
initial JSR-330 injection support
15 years ago
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
15 years ago
Rob Harrop
5d17db64ec
updated javax.el dependency to match the IDEA project file
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 years ago
Sam Brannen
620c9b1f96
[SPR-5895] Upgraded to EasyMock 2.5.1.
16 years ago
Sam Brannen
8bfb56c75b
[SPR-5887] Upgraded to JUnit 4.6.0.
16 years ago
Juergen Hoeller
53333c3ed0
XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313)
16 years ago
Chris Beams
670bfd5ee2
+ polishing .beans tests
...
+ removed unnecessary dependency on hibernate
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Arjen Poutsma
bd1e259b4a
Moved tests over from testsuite to beans
16 years ago
Arjen Poutsma
7a49f023d1
Moved tests over from testsuite to beans
16 years ago
Arjen Poutsma
43505a6ce7
Upgraded ivy files to correspond to those in 2.5.5
16 years ago
Arjen Poutsma
f11d3436ed
Moved over initial version of beans bundle
16 years ago
Arjen Poutsma
99a441fe31
Added more modules
16 years ago
Ben Hale
ca010140fb
Initial code checkin
17 years ago