FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.9 1.1

Branch MAIN

1.9 annotated / raw | Diffs: previous, other | Lines: 259 ( +24, -2 )

Created: 2008-08-05 16:00:18 -0400 (5 months 2 days ago) | Author: bkotek | Changeset: MAIN:bkotek:20080805200018

Add getVersion to AbstractBeanFactory, add properties file, add unit test.

Tags: coldspring-1-2

1.8 annotated / raw | Diffs: previous, other | Lines: 237 ( +142, -16 )

Created: 2007-06-02 18:19:20 -0400 (19 months ago) | Author: scottc | Changeset: MAIN:scottc:20070602221920

Dang, sorry guys. This new AbstractBeanFactory is highly needed...

Tags: coldspring-1-2-rc1

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

Created: 2007-01-01 12:41:36 -0500 (2 years ago) | Author: scottc | Changeset: MAIN:scottc:20070101174136

added support for <alias name="fromName" alias="toName"/> tag

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

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

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

updated license section

Tags: alpha-0-2-1

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

Created: 2005-09-03 20:06:47 -0400 (3 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20050904000647

fixed incorrrect return type on method getType(beanName)

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

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

Initial upload