Chris Beams
2f7c2230f0
Include license.txt and notice.txt in module JARs
2011-02-09 06:56:40 +00:00
Costin Leau
58633e4a89
SPR-7308
...
+ update AJ caching test
2010-12-16 21:25:12 +00:00
Costin Leau
85c02981b5
SPR-7308
...
+ initial commit of caching abstraction
+ main API
+ Spring AOP and AspectJ support
+ annotation driven, declarative support
+ initial namespace draft
2010-10-29 17:00:08 +00:00
Juergen Hoeller
577755d580
polishing
2010-10-20 05:51:51 +00:00
Juergen Hoeller
244c96151e
added consistent license header
2010-10-20 05:19:17 +00:00
Juergen Hoeller
8c9b64c948
added mode="proxy"/"aspectj" and proxy-target-class options to task namespace; switched to concise names for async aspects
2010-10-15 20:50:23 +00:00
Juergen Hoeller
21d6883139
moved async aspect to aspectj sub-package
2010-10-13 21:06:38 +00:00
Juergen Hoeller
a6569a2930
moved async aspect to aspectj sub-package
2010-10-13 20:53:12 +00:00
Ramnivas Laddad
00984781af
SPR-7369: @Async support in spring-aspects with AspectJ
2010-10-06 20:13:22 +00:00
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.
2010-07-21 19:18:11 +00:00
Ramnivas Laddad
f82cc6458b
Fixed SPR-6734 by resticting record/replay logic to only entity methods that originated in a test method
2010-03-08 20:42:22 +00:00
Ramnivas Laddad
868cf09b2d
Modified staticmethod mocking to remove compile-time dependency on JUnit (see ROO-314 and related issues)
2009-11-03 00:51:22 +00:00
Ramnivas Laddad
92d6dfbe8d
Renamed static_mock package to staticmock
2009-10-28 01:23:43 +00:00
Ramnivas Laddad
66261ecb8c
Moved over JPA exception translator from Roo
2009-10-27 19:15:54 +00:00
Ramnivas Laddad
dee410c0c4
Fixed test by moving Delegate to its own file
2009-10-27 17:38:50 +00:00
Ramnivas Laddad
451bbce345
Moved over static mock testing from Roo; added tests
2009-10-27 17:16:02 +00:00
Ramnivas Laddad
191293f2ef
Fixed a commented test
2009-09-28 20:55:12 +00:00
Ramnivas Laddad
29139dfd1a
Fixed SPR-5920 by implementing GenericInterfaceDrivenDependencyInjectionAspect
2009-07-12 05:58:55 +00:00
Ramnivas Laddad
7199fcc233
Fixed SPR-5918.
...
Had to override the test.do definition in build.xml. Need to consult the spring-build team to add the change to spring-build itself.
Since classes in test sources from another project cannot be shared, had to duplicate those classes.
2009-07-12 04:47:59 +00:00
Arjen Poutsma
7d62aab6cc
Initial import of the aspects module
2008-10-28 11:42:01 +00:00