Costin Leau
58633e4a89
SPR-7308
...
+ update AJ caching test
14 years ago
David Syer
36ec06a917
Add missing JPA dependency
14 years ago
Costin Leau
caf1a0875a
SPR-7308
...
+ add updated IDE classpath
+ add updated OSGi manifest
14 years ago
Costin Leau
85c02981b5
SPR-7308
...
+ initial commit of caching abstraction
+ main API
+ Spring AOP and AspectJ support
+ annotation driven, declarative support
+ initial namespace draft
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
Juergen Hoeller
577755d580
polishing
14 years ago
Juergen Hoeller
82ec515e59
declared JPA API as optional (SPR-6819)
14 years ago
Juergen Hoeller
244c96151e
added consistent license header
14 years ago
Juergen Hoeller
8c9b64c948
added mode="proxy"/"aspectj" and proxy-target-class options to task namespace; switched to concise names for async aspects
14 years ago
Juergen Hoeller
21d6883139
moved async aspect to aspectj sub-package
14 years ago
Juergen Hoeller
a6569a2930
moved async aspect to aspectj sub-package
14 years ago
Ramnivas Laddad
00984781af
SPR-7369: @Async support in spring-aspects with AspectJ
14 years ago
Ramnivas Laddad
e1fb19f4e1
SPR-7369: @Async support in spring-aspects with AspectJ
14 years ago
Costin Leau
6e516b7281
SPR-6819
...
+ change jpa Maven dependency from provided to compile
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
Chris Beams
605ac0e230
Remove redundant @Aspect from CodeStyleAspect.aj
...
This has been present for quite some time, and compilation at the
command line was never a problem. However, after upgrading to
STS 2.3.3.M2, errors started appearing in the Problems tab about
'duplicate @Aspect annotations'. This message was a bit misleading
given that the underlying issue is that applying an @Aspect annotation
on an aspect declared in .aj style is redundant. Andy Clement is
investigating as well, but for now the reason for the change in behavior
remains a mystery.
15 years ago
Costin Leau
94292cad1c
SPR-6819
...
+ fix EBR pom as well
15 years ago
Arjen Poutsma
b31c34ed7d
Upgrading version to 3.0.4
15 years ago
Costin Leau
bd88bbab4a
SPR-6819
...
changed JPA dependency to provided
15 years ago
Costin Leau
4ddcd35d13
SPR-6819
...
+ made JPA dependency implicit since the aspect will always require the JPA classes during the weaving process
15 years ago
David Syer
eb7f8309e2
Update version in POMs to 3.0.3
15 years ago
Costin Leau
353781021d
SPR-6819
...
+ changed jpa dependency scope from optional to provided
15 years ago
Chris Beams
ec577f8e24
SPR-6538: context-support is no longer marked as an optional dependency within aspects and webmvc POMs
15 years ago
Ramnivas Laddad
f82cc6458b
Fixed SPR-6734 by resticting record/replay logic to only entity methods that originated in a test method
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
99c5a70ce3
added optional JPA dependency to spring-aspects POM (SPR-6819)
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
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
0b577dd558
fixed dependencies
15 years ago
Ramnivas Laddad
868cf09b2d
Modified staticmethod mocking to remove compile-time dependency on JUnit (see ROO-314 and related issues)
15 years ago
Ramnivas Laddad
ab403468f9
Mark junit dependency as compile, since aspects depend on it at compile-time
15 years ago
Ramnivas Laddad
92d6dfbe8d
Renamed static_mock package to staticmock
15 years ago
Ramnivas Laddad
d1f3772ca1
Fixed a build issue
15 years ago
Ramnivas Laddad
66261ecb8c
Moved over JPA exception translator from Roo
15 years ago
Ramnivas Laddad
dee410c0c4
Fixed test by moving Delegate to its own file
15 years ago
Ramnivas Laddad
064343d056
Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
15 years ago
Ramnivas Laddad
451bbce345
Moved over static mock testing from Roo; added tests
15 years ago
Sam Brannen
c29cbc18ee
Cleaning up and upgrading Eclipse classpaths.
15 years ago
Sam Brannen
b287d5a9f1
JUnit 4.6 --> 4.7
15 years ago
Ramnivas Laddad
191293f2ef
Fixed a commented test
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
bd098ce1db
pom maintenance - sync with ivy.xml
...
update junit version in ivy.xml for org.sf.aspects
15 years ago
Mark Pollack
4f94f45ec4
pom maintenance
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
Ramnivas Laddad
977cee4272
Override clover.do for spring-aspects to avoid build failure
16 years ago