Chris Beams
197a46d0ab
Fix .integration-tests build path errors
...
Add .expression as a build path dependency to satisfy imports in
Spr7538Tests.java
14 years ago
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
Chris Beams
99f7142e3f
Add @Ignored repro test for SPR-7538
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
Arjen Poutsma
b31c34ed7d
Upgrading version to 3.0.4
15 years ago
David Syer
eb7f8309e2
Update version in POMs to 3.0.3
15 years ago
Costin Leau
688dd1a018
SPR-7071
...
+ fix some Eclipse classpath entries
15 years ago
Chris Beams
c13e5f9f5b
SPR-7009, SPR-6972: backed out unintentionally committed tests
15 years ago
Chris Beams
706a09c49e
SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases
15 years ago
David Syer
1a351db6e0
Update Central POMs to 3.0.2
15 years ago
Costin Leau
e8a4ddd3e0
+ fix test by disabling autowiring
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
Costin Leau
fab29dfee7
+ add explicit dependency on commons-pool to prevent version 1.3 from being used (since it contains a memory leak)
15 years ago
Juergen Hoeller
abdc35c893
component-scan's scoped-proxy attribute applies to scope-annotated singleton beans as well (SPR-6683)
15 years ago
Ben Hale
f614150421
Fixed up POM bug
15 years ago
David Syer
b077d5ba97
SPR-6678: fix poms for 3.0.1
15 years ago
Juergen Hoeller
0b577dd558
fixed dependencies
15 years ago
Juergen Hoeller
973fb6ce40
updated to Groovy 1.6.5
15 years ago
Sam Brannen
c686035773
Updated Eclipse classpath regarding javax.inject and javax.validation.
15 years ago
Arjen Poutsma
523dba7285
SPR-6183 - integration-tests should not be included in the packaged distribution
15 years ago
Ramnivas Laddad
832db0abbc
Updated Groovy version for Eclipse project to mathc ivy.xml
15 years ago
Mark Pollack
4f94f45ec4
pom maintenance
15 years ago
Juergen Hoeller
ad1269622b
@Scope annotations not sufficient for scanning anymore
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
Keith Donald
f323a5bb5d
fixed broken classpaths for ehcache and junit
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
Mark Fisher
1bfb26e4b2
updated aspectj weaver version in .classpath files to match ivy.xml configuration
16 years ago
Chris Beams
9163d8043b
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
16 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
Sam Brannen
0c2fa5208d
[SPR-5888] Upgrading to TestNG 5.9.
16 years ago
Sam Brannen
10829f8b20
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
16 years ago
Juergen Hoeller
266a65982d
Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
16 years ago
Scott Andrews
f6e869163f
updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade
16 years ago
Juergen Hoeller
4cf573ba98
updated to FreeMarker 2.3.15 (SPR-4962)
16 years ago
Juergen Hoeller
58a458986f
polishing
16 years ago
Thomas Risberg
1facd45c5e
switched to use XInclude
16 years ago
Colin Sampaleanu
b7ab939d55
forgot to update eclipse project when updating hibernate versions
16 years ago
Colin Sampaleanu
31f61628ff
updte hibernate dependencies in integration-test project to same as
...
those in orm project
16 years ago
Mark Pollack
362629d03b
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
16 years ago
Andy Clement
c4de2ba006
include missing package component
16 years ago
Mark Pollack
8fba89c634
Change antlr version to be 3.0.1 so that is consistent across the project
16 years ago
Scott Andrews
c488f3768c
updating eclipse classpath settings
16 years ago
Juergen Hoeller
341ec4ed41
updated to JRuby 1.2 and Hessian 3.2.1
16 years ago
Mark Pollack
0152d8d21d
SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs.
...
Cleanup remains to meet maven central metadata requirements
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