FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.22 1.1

Branch MAIN

1.22 annotated / raw | Diffs: previous, other | Lines: 464 ( +6, -4 )

Created: 2008-03-06 21:25:04 -0500 (10 months ago) | Author: pjf | Changeset: MAIN:pjf:20080307022504

Var'ed and scope variables caught by a var scope checker

Tags: coldspring-1-2

1.21 annotated / raw | Diffs: previous, other | Lines: 462 ( +2, -1 )

Created: 2007-11-22 15:55:58 -0500 (13 months ago) | Author: scottc | Changeset: MAIN:scottc:20071122205558

CSP-84 - FINALLY implemented support for Non-Lazy loading of beans!

Tags: coldspring-1-2-rc1

1.20 annotated / raw | Diffs: previous, other | Lines: 461 ( +3, -3 )

Created: 2007-06-05 16:22:36 -0400 (19 months ago) | Author: scottc | Changeset: MAIN:scottc:20070605202236

oops

1.19 annotated / raw | Diffs: previous, other | Lines: 461 ( +15, -7 )

Created: 2007-06-05 16:20:12 -0400 (19 months ago) | Author: scottc | Changeset: MAIN:scottc:20070605202012

removed case statements for peter, fixed up parseEntries

1.18 annotated / raw | Diffs: previous, other | Lines: 453 ( +131, -112 )

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

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

1.17 annotated / raw | Diffs: previous, other | Lines: 434 ( +3, -3 )

Created: 2006-10-21 12:43:07 -0400 (2 years 2 months ago) | Author: rossd | Changeset: MAIN:rossd:20061021164307

CSP-75

1.16 annotated / raw | Diffs: previous, other | Lines: 434 ( +46, -9 )

Created: 2006-08-29 20:11:05 -0400 (2 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20060830001105

CSP-71: Added support for BeanFactoryPostProcessors, and a PropertyPlaceholderConfigurer bean for loading a properties file and resolving ant style placeholders in the bean definitions (for value types). Still need to discuss how the factory should resolve a bean as a BeanFactoryPostProcessor.

1.15 annotated / raw | Diffs: previous, other | Lines: 397 ( +9, -4 )

Created: 2006-06-25 09:20:32 -0400 (2 years 6 months ago) | Author: rossd | Changeset: MAIN:rossd:20060625132032

CSP-61 increased detail for property requested does not exist for bean

1.14 annotated / raw | Diffs: previous, other | Lines: 392 ( +28, -8 )

Created: 2006-04-20 16:24:43 -0400 (2 years 8 months ago) | Author: rossd | Changeset: MAIN:rossd:20060420202443

Autowiring cleanup CSP-49

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

Created: 2006-03-02 11:23:57 -0500 (2 years 10 months ago) | Author: rossd | Changeset: MAIN:rossd:20060302162357

better exception handling on lack of property/constructor-arg children

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

Created: 2006-02-24 11:05:34 -0500 (2 years 10 months ago) | Author: rossd | Changeset: MAIN:rossd:20060224160534

CSP-41 support for factory-bean/factory-method within inner-beans

1.11 annotated / raw | Diffs: previous, other | Lines: 313 ( +2, -2 )

Created: 2005-11-16 11:16:11 -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.10 annotated / raw | Diffs: previous, other | Lines: 313 ( +14, -1 )

Created: 2005-10-06 12:18:31 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20051006161828

fixes for CSP-16
when walking metadata during the autowire pass, we set a new property of BeanProperty (argument name) to match what we found in the metadata. BeanProperty.getArgumentName() will return the BeanProperty.getName() if argument name has not been set. When the beanfactory injects dependencies, it names the arguments BeanProperty.getArgumentName() instead of the previous BeanProperty.getName()

Tags: alpha-0-2-1

1.9 annotated / raw | Diffs: previous, other | Lines: 300 ( +86, -37 )

Created: 2005-09-26 13:24:20 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050926172420

code cleaning, comments, etc
slight update to init-method handling

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

Created: 2005-09-26 09:52:28 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050926135228

moved execution of init methods into a second loop after dependency injection in BeanFactory, added discovery of init-methods into beanProperties

1.7 annotated / raw | Diffs: previous, other | Lines: 236 ( +18, -1 )

Created: 2005-09-25 22:01:04 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050926020103

updated license section

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

Created: 2005-09-24 15:55:04 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050924195504

support for beanFactory default properties
removed constructor-arg circular dependancy support

1.5 annotated / raw | Diffs: previous, other | Lines: 205 ( +85, -18 )

Created: 2005-09-24 12:44:16 -0400 (3 years 3 months ago) | Author: rossd | Changeset:

first cut at complex type support (map | list)

1.4 annotated / raw | Diffs: previous, other | Lines: 138 ( +2, -2 )

Created: 2005-09-13 13:33:13 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050913173313

Switch type list (xml config) to cfarray internally and changed usage/type for interceptorNames in ProxyFactoryBean in aop. Also added some test files for aop tests.

1.3 annotated / raw | Diffs: previous, other | Lines: 138 ( +28, -1 )

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

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

Created: 2005-09-12 22:30:26 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20050913023026

Added support for factory beans with indentifying by extends in constructBean function. Also moved retrieval of created bean back into the bean definition and added the coldspring.beans.factory.FactoryBean abstract class

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

Created: 2005-08-24 10:36:34 -0400 (3 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20050824143634

Initial upload