FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.7 1.1

Branch MAIN

1.7 annotated / raw | Diffs: previous, other | Lines: 54 ( +5, -2 )

Created: 2005-11-16 11:16:10 -0500 (3 years 1 month ago) | Author: rossd | Changeset: MAIN:rossd:20051116161610

updates to license in all framework code

Tags: coldspring-1-2-rc1 coldspring-1-2 alpha-0-5-0

1.6 annotated / raw | Diffs: previous, other | Lines: 51 ( +8, -4 )

Created: 2005-11-12 14:01:07 -0500 (3 years 1 month ago) | Author: scottc | Changeset: MAIN:scottc:20051112190106

Many fixes in new advice type Interceptors, which now don't require parameters to be defined for the afterReturning and before methods. Advice objects are now NOT cloned, so they can be used as real objects and retrieved from the factory, if needed. Implemented the afterThrowing advice which now can be used to create a full suite of exception mapping methods. Also afterReturning does not need to (and shouldn't) return or act on the return value

1.5 annotated / raw | Diffs: previous, other | Lines: 47 ( +3, -3 )

Created: 2005-10-09 18:45:24 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051009224524

Forgot to add Dave to AOP license

Tags: alpha-0-2-1

1.4 annotated / raw | Diffs: previous, other | Lines: 47 ( +3, -3 )

Created: 2005-10-07 09:13:13 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20051007131313

small formatting changes (log tag) in aop. Working MethodInterceptor with chaining for nesting. New tests. Also the mach-ii config plugin is in there

1.3 annotated / raw | Diffs: previous, other | Lines: 47 ( +17, -22 )

Created: 2005-09-26 11:48:12 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050926154812

changed from BDS to Apache License

1.2 annotated / raw | Diffs: previous, other | Lines: 52 ( +0, -0 )

Created: 2005-09-24 20:54:59 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050925005459

Adding all the coldspring.aop files, with log4j config file (tweek for platform!!)

1.1 annotated / raw | Lines: 52 ( +52, -0 )

Created: 2005-09-13 13:01:53 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050913170153

Added fixes for support of FactoryBeans, as well as locating method 'init' in bean construction. Also added full AOP package to synch with standalone aop packages from my repo