FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.15 1.1

Branch MAIN

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

Created: 2008-04-18 22:28:31 -0400 (8 months ago) | Author: scottc | Changeset: MAIN:scottc:20080419022831

fixed var function spelling

Tags: coldspring-1-2

1.14 annotated / raw | Diffs: previous, other | Lines: 332 ( +29, -26 )

Created: 2007-06-02 17:02:57 -0400 (19 months ago) | Author: scottc | Changeset:

Removed ALL output from bean factory and aop, no system out, no logging. Added support for placeholders in map and list tags, major restructuring of bean factory, abstract bean factory, bean property

Tags: coldspring-1-2-rc1

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

Created: 2006-03-05 21:44:16 -0500 (2 years 10 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20060306024416

Chris spotted my condition on whether to attempt to return a value from the generated function, whilst safe, was not correct for the omitted returntype case.

1.12 annotated / raw | Diffs: previous, other | Lines: 326 ( +8, -3 )

Created: 2006-03-05 20:23:43 -0500 (2 years 10 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20060306012343

Allowed for returntype= to be omitted now that duck typing is gaining popularity.

1.11 annotated / raw | Diffs: previous, other | Lines: 321 ( +7, -4 )

Created: 2006-01-28 16:44:14 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060128214413

Another slight tweek, everything refers to beanFactory, not context

1.10 annotated / raw | Diffs: previous, other | Lines: 318 ( +120, -20 )

Created: 2006-01-13 10:00:12 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060113150012

CSP-38 - First pass at RemoteProxyBean, creating remote services for CS managed seriveces through AOP

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

1.8 annotated / raw | Diffs: previous, other | Lines: 215 ( +7, -4 )

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

Created: 2005-10-09 18:45:25 -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.6 annotated / raw | Diffs: previous, other | Lines: 212 ( +5, -6 )

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

Created: 2005-09-26 15:12:29 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050926191229

Fixed a few more aop things. Wrong method on logger, changed isErrorEnabled to isDebugEnabled. fixed little errors for around advice. But, around advice works!!

1.4 annotated / raw | Diffs: previous, other | Lines: 213 ( +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.3 annotated / raw | Diffs: previous, other | Lines: 218 ( +7, -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: 213 ( +34, -1 )

Created: 2005-09-24 20:55:00 -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: 180 ( +180, -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