FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.41 1.1

Branch MAIN

1.41 annotated / raw | Diffs: previous, other | Lines: 775 ( +2, -2 )

Created: 2008-04-13 21:30:25 -0400 (8 months ago) | Author: scottc | Changeset: MAIN:scottc:20080414013025

CSP-95 added the same structcopy as in setProperties

Tags: coldspring-1-2

1.40 annotated / raw | Diffs: previous, other | Lines: 775 ( +3, -1 )

Created: 2008-03-17 20:01:20 -0400 (9 months ago) | Author: bkotek | Changeset: MAIN:bkotek:20080318000120

Fix bug CSP-93

1.39 annotated / raw | Diffs: previous, other | Lines: 773 ( +2, -2 )

Created: 2008-03-17 19:53:33 -0400 (9 months ago) | Author: bkotek | Changeset: MAIN:bkotek:20080317235333

Fix bugs CSP-92, CSP-93, and CSP-94.

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

Created: 2007-11-23 12:07:16 -0500 (13 months ago) | Author: scottc | Changeset: MAIN:scottc:20071123170716

CSP-83 added another property to beanDefinition, so that we have isFactory and isProxyFactory. This way only ProxyFactoryBean implementations get buildAdvisorChain called. Also removed sys.outs from last commit

Tags: coldspring-1-2-rc1

1.37 annotated / raw | Diffs: previous, other | Lines: 759 ( +15, -2 )

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!

1.36 annotated / raw | Diffs: previous, other | Lines: 746 ( +2, -2 )

Created: 2007-09-11 19:58:59 -0400 (15 months ago) | Author: pjf | Changeset: MAIN:pjf:20070911235859

- Fixed CSP-72

1.35 annotated / raw | Diffs: previous, other | Lines: 746 ( +17, -1 )

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

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

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

Created: 2006-07-12 11:24:10 -0400 (2 years 5 months ago) | Author: rossd | Changeset: MAIN:rossd:20060712152410

increased detail for c-arg requested does not exist for bean (part of CSP-61)

1.31 annotated / raw | Diffs: previous, other | Lines: 541 ( +2, -2 )

Created: 2006-07-02 09:40:06 -0400 (2 years 6 months ago) | Author: rossd | Changeset: MAIN:rossd:20060702134006

this was supposed to be the CSP-61 fix

1.30 annotated / raw | Diffs: previous, other | Lines: 541 ( +2, -2 )

Created: 2006-06-06 08:41:38 -0400 (2 years 7 months ago) | Author: rossd | Changeset: MAIN:rossd:20060606124138

including detail of nested exception when thrown during bean creation (CSP-55)

1.29 annotated / raw | Diffs: previous, other | Lines: 541 ( +23, -26 )

Created: 2006-06-01 20:22:19 -0400 (2 years 7 months ago) | Author: scottc | Changeset: MAIN:scottc:20060602002219

CSP-55: What a nice tweak! Thanks Peter! Put a try/catch block around the actual bean instantiation in beanDef, now if there's an error in the bean, we dump the name of the bean and the error message. You can see where you f'd up, no needle in a haystack!

1.28 annotated / raw | Diffs: previous, other | Lines: 544 ( +3, -2 )

Created: 2006-05-17 10:36:21 -0400 (2 years 7 months ago) | Author: rossd | Changeset: MAIN:rossd:20060517143621

Flatten bean metadata to include inherited methods - both in autowiring and explicit wiring (CSP-51 and CSP-50)
Also added typing to setBeanFactory

1.27 annotated / raw | Diffs: previous, other | Lines: 543 ( +26, -10 )

Created: 2006-05-06 08:05:59 -0400 (2 years 8 months ago) | Author: scottc | Changeset: MAIN:scottc:20060506120559

Leaving for 3 days on the bike, don't want to have uncommited code. I changed the building of the dependency list to be in a more accurate creation order. Also started to implement a chenge so that beanDefinition.getFactory() which is a string, doesn't need to constantly be evaluated. Unfinished. If this code sucks, please roll back!

1.26 annotated / raw | Diffs: previous, other | Lines: 527 ( +5, -3 )

Created: 2006-04-21 21:34:27 -0400 (2 years 8 months ago) | Author: scottc | Changeset: MAIN:scottc:20060422013427

Implemented Duck Typing version of BeanFactoryAware (setBeanFactory() method). Note, init methods and factory methods are still being a bit screwy with constructor args, so this bean factory has try catch blocks around them, beware!

1.25 annotated / raw | Diffs: previous, other | Lines: 525 ( +27, -45 )

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

Autowiring cleanup CSP-49

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

Created: 2006-04-19 07:26:56 -0400 (2 years 8 months ago) | Author: scottc | Changeset: MAIN:scottc:20060419112656

CSP-14 - Tweek so beans will only be moved backwards in the bean cration order

1.23 annotated / raw | Diffs: previous, other | Lines: 540 ( +12, -4 )

Created: 2006-04-18 20:20:31 -0400 (2 years 8 months ago) | Author: scottc | Changeset: MAIN:scottc:20060419002031

CSP-14 - More fixes to factory-bean / factory-method, my bad, now I set up a situation where the factory creating the bean will not be created first, oops!

1.22 annotated / raw | Diffs: previous, other | Lines: 532 ( +185, -147 )

Created: 2006-04-17 20:39:37 -0400 (2 years 8 months ago) | Author: scottc | Changeset: MAIN:scottc:20060418003937

CSP-14 - Some fixes to factory-bean / factory-method, moved actual bean creation out of beanDefinition and into the constructBean method in the bean factory. Also an  issue where the factory creating the bean wasn't added correctly as a dependency

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

Created: 2006-04-05 21:38:06 -0400 (2 years 9 months ago) | Author: scottc | Changeset: MAIN:scottc:20060406013805

CSP-47: More autowire. Now it works! Kind of, only turning autowire off per been. I will work on byType|byName this weekend

1.20 annotated / raw | Diffs: previous, other | Lines: 471 ( +10, -2 )

Created: 2006-04-05 20:33:18 -0400 (2 years 9 months ago) | Author: scottc | Changeset: MAIN:scottc:20060406003318

CSP-47: Small tweek to BeanDefinition, now autowire will ignore private setter methods

1.19 annotated / raw | Diffs: previous, other | Lines: 463 ( +13, -1 )

Created: 2006-03-03 13:45:32 -0500 (2 years 10 months ago) | Author: rossd | Changeset: MAIN:rossd:20060303184532

fix for CSP-42 (init-methods being called more than once)

1.18 annotated / raw | Diffs: previous, other | Lines: 451 ( +3, -3 )

Created: 2006-02-24 12:01:53 -0500 (2 years 10 months ago) | Author: rossd | Changeset: MAIN:rossd:20060224170153

CSP-30 use message attribute on BeanDefException

1.17 annotated / raw | Diffs: previous, other | Lines: 451 ( +4, -4 )

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.16 annotated / raw | Diffs: previous, other | Lines: 451 ( +117, -115 )

Created: 2006-02-24 10:28:09 -0500 (2 years 10 months ago) | Author: rossd | Changeset: MAIN:rossd:20060224152809

CSP-39 coldspring errors on beans w/ no methods (could be a marker interface, etc)

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

Created: 2006-02-11 17:55:02 -0500 (2 years 10 months ago) | Author: wiersma | Changeset: MAIN:wiersma:20060211225502

Added factory-bean/factory-method support. This should allow people to use their own factories with ColdSpring.

1.14 annotated / raw | Diffs: previous, other | Lines: 408 ( +3, -2 )

Created: 2006-01-13 09:57:21 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060113145721

CSP-37 added support for retrieving factorybean instances (not the objects they create) with the '&' prefix

1.13 annotated / raw | Diffs: previous, other | Lines: 407 ( +14, -6 )

Created: 2006-01-09 16:46:27 -0500 (2 years 11 months ago) | Author: rossd | Changeset: MAIN:rossd:20060109214627

fixed situation where if an argument type was not specified within a CFC the first autowire pass would fail

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

Created: 2005-10-10 22:13:51 -0400 (3 years 2 months ago) | Author: rossd | Changeset: MAIN:rossd:20051011021351

fix for CSP-18 (constructor-args are being named wrong).

1.10 annotated / raw | Diffs: previous, other | Lines: 399 ( +37, -5 )

Created: 2005-10-06 12:18:28 -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: 367 ( +35, -10 )

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: 342 ( +18, -3 )

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

updated license section

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

Created: 2005-09-24 18:13:17 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050924221317

fixes for autowiring by type

1.6 annotated / raw | Diffs: previous, other | Lines: 272 ( +89, -1 )

Created: 2005-09-24 14:50:43 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050924185043

first cut at autowiring

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

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

first cut at complex type support (map | list)

1.4 annotated / raw | Diffs: previous, other | Lines: 184 ( +31, -1 )

Created: 2005-09-21 20:34:17 -0400 (3 years 3 months ago) | Author: rossd | Changeset: MAIN:rossd:20050922003417

first cut at constructor-arg support

1.3 annotated / raw | Diffs: previous, other | Lines: 154 ( +4, -3 )

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: 153 ( +23, -0 )

Created: 2005-09-12 22:30:27 -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: 130 ( +130, -0 )

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

Initial upload