FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.10 1.1

Branch MAIN

1.10 annotated / raw | Diffs: previous, other | Lines: 84 ( +6, -3 )

Created: 2005-11-17 14:59:38 -0500 (3 years 1 month ago) | Author: scottc | Changeset: MAIN:scottc:20051117195938

tweeked aopProxyBean and Method to make the setRunnable a package method

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

1.9 annotated / raw | Diffs: previous, other | Lines: 81 ( +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

1.8 annotated / raw | Diffs: previous, other | Lines: 78 ( +8, -5 )

Created: 2005-10-31 22:48:21 -0500 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051101034821

Some fixes to around advice as well as isRunnable in Method class so that advice cannot directly call method.proceed(). also some unitTests

1.7 annotated / raw | Diffs: previous, other | Lines: 75 ( +25, -10 )

Created: 2005-10-10 14:40:10 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051010184010

Lots of fixes pertaining to returning and not returning values with afterAdvice, also added the security for method invocation that we discussed

1.6 annotated / raw | Diffs: previous, other | Lines: 60 ( +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.5 annotated / raw | Diffs: previous, other | Lines: 60 ( +3, -2 )

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.4 annotated / raw | Diffs: previous, other | Lines: 59 ( +18, -23 )

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.3 annotated / raw | Diffs: previous, other | Lines: 64 ( +2, -2 )

Created: 2005-09-25 13:37:48 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050925173747

Made small change in DefaultXmlBeanFactory so setter injection will be properly aware of FactoryBeans, added getMethodName to aop.Method (don't know if I want this here, kind of tweeked for logging demo), also fixed aop.support.NamedMethodPointcut to return true if pattern is '*' wihtout trying to actually match the method name, and fixed aop.framework.AopProxyUtils to called 'init' on an advice when cloning it, if the method exists

1.2 annotated / raw | Diffs: previous, other | Lines: 64 ( +4, -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: 60 ( +60, -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