Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.51 1.35 1.20 1.1 mbranch-2-0 1.35.2.2 1.35.2.1 mbranch-1-2 1.20.4.2 1.20.4.1

latest revision download Branch MAIN

1.51 annotated / raw | Diffs: previous, other | Lines: 334 ( +6, -1 )

Created: 2008-10-28 08:30:38 -0500 (2 months 11 days ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20081028133038

clarified addBeanPostProcessor semantics

Tags: release-2-5-6

1.50 annotated / raw | Diffs: previous, other | Lines: 329 ( +8, -0 )

Created: 2008-10-13 10:51:16 -0500 (2 months 26 days ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20081013155116

exposed public "copyRegisteredEditorsTo" method on ConfigurableBeanFactory interface

1.49 annotated / raw | Diffs: previous, other | Lines: 321 ( +13, -0 )

Created: 2008-02-28 10:18:08 -0600 (10 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20080228161805

CustomEditorConfigurer and CustomScopeConfigurer accept editor/scope values as class names as well

Tags: release-2-5-2 release-2-5-3 release-2-5-4 release-2-5-5

1.48 annotated / raw | Diffs: previous, other | Lines: 308 ( +2, -2 )

Created: 2008-01-22 09:24:41 -0600 (11 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20080122152441

fixed typo

1.47 annotated / raw | Diffs: previous, other | Lines: 308 ( +0, -6 )

Created: 2007-10-13 16:07:46 -0500 (14 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20071013210746

revised AutowireCandidateResolver strategy interface

Tags: release-2-5-rc1 release-2-5-rc2 release-2-5 release-2-5-1

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

Created: 2007-09-27 06:22:45 -0500 (15 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070927112245

deprecated ConfigurableBeanFactory's "registerCustomEditor" in favor of "addPropertyEditorRegistrar"

1.45 annotated / raw | Diffs: previous, other | Lines: 315 ( +0, -9 )

Created: 2007-09-05 09:23:27 -0500 (16 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070905142327

removed support for customizable AutowireCandidateResolver from CustomAutowireConfigurer (resolving the package dependency cycle)

Tags: release-2-1-m4

1.44 annotated / raw | Diffs: previous, other | Lines: 324 ( +8, -0 )

Created: 2007-09-05 05:34:20 -0500 (16 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070905103419

introduced "String[] getDependenciesForBean(beanName)" method on ConfigurableBeanFactory interface

1.43 annotated / raw | Diffs: previous, other | Lines: 316 ( +9, -0 )

Created: 2007-08-15 12:13:27 -0500 (16 months ago) | Author: mark-fisher | Changeset: MAIN:mark-fisher:20070815171326

Added BeanFactoryPostProcessor for registering custom qualifier types and custom AutowireCandidateResolver implementations.

1.42 annotated / raw | Diffs: previous, other | Lines: 307 ( +6, -0 )

Created: 2007-08-11 14:07:23 -0500 (16 months ago) | Author: mark-fisher | Changeset: MAIN:mark-fisher:20070811190723

Added support for registration of custom qualifier types and beanName matching for a qualifier value

1.41 annotated / raw | Diffs: previous, other | Lines: 301 ( +7, -0 )

Created: 2007-08-07 06:48:57 -0500 (17 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070807114857

exposed "String[] getDependentBeans(beanName)" method on ConfigurableBeanFactory interface

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

Created: 2007-07-27 04:05:58 -0500 (17 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070727090557

added "setTypeConverter" method to ConfigurableBeanFactory, allowing to override the default PropertyEditor mechanism

Tags: release-2-1-m3

1.39 annotated / raw | Diffs: previous, other | Lines: 282 ( +22, -1 )

Created: 2007-07-23 08:15:38 -0500 (17 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070723131538

exposed "BeanDefinition getMergedBeanDefinition(beanName)" method on ConfigurableBeanFactory interface; exposed "isFactoryBean" and "registerDependentBean" methods on ConfigurableBeanFactory interface; introduced "isAutowireCandidate" method on ConfigurableListableBeanFactory interface

1.38 annotated / raw | Diffs: previous, other | Lines: 261 ( +8, -0 )

Created: 2007-07-03 12:44:11 -0500 (18 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070703174410

added autowiring by type for arrays and collections (available for @Autowired, 'constructor' and 'byType' autowiring); Autowired/Common/PersistenceAnnotationBeanPostProcessor registers autowired beans as dependent on their injected target bean; exposed "registerDependentBean" method on ConfigurableBeanFactory interface

1.37 annotated / raw | Diffs: previous, other | Lines: 253 ( +11, -1 )

Created: 2007-05-30 06:06:13 -0500 (19 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070530110612

added "resolveAliases" method to ConfigurableBeanFactory, applying a given StringValueResolver; PropertyPlaceholderConfigurer applies its placeholder parsing to alias target names and aliases as well

Tags: release-2-1-m2

1.36 annotated / raw | Diffs: previous, other | Lines: 243 ( +16, -0 )

Created: 2007-05-17 16:14:41 -0500 (19 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070517211439

added "tempClassLoader" support

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

Created: 2007-01-19 16:34:19 -0600 (23 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20070119223419

added "getTypeConverter()" method to ConfigurableBeanFactory interface

Branch point for: mbranch-2-0

Tags: release-2-0-3 release-2-0-4 release-2-0-5 release-2-0-6 mbranch-2-0$BP release-2-1-m1

1.34 annotated / raw | Diffs: previous, other | Lines: 218 ( +2, -2 )

Created: 2006-10-02 12:42:07 -0500 (2 years 3 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20061002174207

polishing

Tags: release-2-0 release-2-0-1 release-2-0-2

1.33 annotated / raw | Diffs: previous, other | Lines: 218 ( +9, -9 )

Created: 2006-09-27 16:01:42 -0500 (2 years 3 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060927210142

"setParentBeanFactory" throws IllegalStateException if already associated with a parent; clarified exceptions thrown from "registerAlias" and "getAliases"

1.32 annotated / raw | Diffs: previous, other | Lines: 218 ( +19, -0 )

Created: 2006-09-22 18:32:26 -0500 (2 years 3 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060922233226

added "getRegisteredScopeNames" and "getRegisteredScope" accessors to ConfigurableBeanFactory interface

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

Created: 2006-08-17 11:05:42 -0500 (2 years 4 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060817160542

added "destroyBean" method to ConfigurableBeanFactory interface, for destroying a given instance based on a bean definition

Tags: release-2-0-rc4

1.30 annotated / raw | Diffs: previous, other | Lines: 186 ( +18, -8 )

Created: 2006-08-10 06:18:53 -0500 (2 years 4 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060810111853

added "copyConfigurationFrom" method to ConfigurableBeanFactory, allowing to create a factory with same configuration

Tags: release-2-0-rc3

1.29 annotated / raw | Diffs: previous, other | Lines: 176 ( +3, -49 )

Created: 2006-07-04 10:34:03 -0500 (2 years 6 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060704153403

factored out SingletonBeanRegistry interface from ConfigurableBeanFactory interface; factored out DefaultSingletonBeanRegistry base class from AbstractBeanFactory

Tags: release-2-0-rc2

1.28 annotated / raw | Diffs: previous, other | Lines: 222 ( +16, -10 )

Created: 2006-07-03 15:59:40 -0500 (2 years 6 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060703205940

added "isCurrentlyInCreation" method to ConfigurableBeanFactory interface; reworked AbstractBeanFactory to allow for prototype cycle check for current thread

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

Created: 2006-05-30 17:17:07 -0500 (2 years 7 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060530221707

added "getBeanClassLoader()" and "isCacheBeanMetadata()" accessors to ConfigurableBeanFactory interface

Tags: release-2-0-m5 release-2-0-rc1

1.26 annotated / raw | Diffs: previous, other | Lines: 204 ( +2, -2 )

Created: 2006-05-16 19:27:55 -0500 (2 years 7 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060517002755

fixed javadoc

1.25 annotated / raw | Diffs: previous, other | Lines: 204 ( +4, -4 )

Created: 2006-05-16 16:51:30 -0500 (2 years 7 months ago) | Author: robharrop | Changeset: MAIN:robharrop:20060516215130

Updates to scoping addressing thread safety issues.

1.24 annotated / raw | Diffs: previous, other | Lines: 204 ( +17, -0 )

Created: 2006-05-15 08:05:21 -0500 (2 years 7 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060515130521

added support for PropertyEditorRegistrars to ConfigurableBeanFactory, for non-synchronized usage of custom editors; CustomEditorConfigurer supports PropertyEditorRegistrars, to be applied to its containing BeanFactory

1.23 annotated / raw | Diffs: previous, other | Lines: 187 ( +21, -0 )

Created: 2006-05-05 04:25:32 -0500 (2 years 8 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060505092532

lazy loading (and lazy validation) of bean classes

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

Created: 2006-05-02 16:37:45 -0500 (2 years 8 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20060502213745

added scoping support to core container

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

Created: 2005-11-18 04:36:11 -0600 (3 years 1 month ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20051118103611

refined AbstractApplicationContext's lifecycle behavior to properly ignore repeated "close()" calls; moved DefaultListableBeanFactory's cleanup on "preInstantiateSingletons()" behavior to AbstractApplicationContext

Tags: release-2-0-m1 release-2-0-m2 release-2-0-m3 release-2-0-m4

1.20 annotated / raw | Diffs: previous, other | Lines: 137 ( +5, -0 )

Created: 2005-05-23 11:06:05 -0500 (3 years 7 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20050523160605

added "getBeanPostProcessorCount" method

Branch point for: branch-1-2 mbranch-1-2

Tags: release-1-2-1 release-1-2-2 release-1-2-4 release-1-2-3 release-1-2-5 branch-1-2$BP release-1-2-6 mbranch-1-2$BP

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

Created: 2005-03-25 03:26:57 -0600 (3 years 9 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20050325092513

updated copyright header

Tags: release-1-2-rc1 release-1-2-rc2 release-1-2

1.18 annotated / raw | Diffs: previous, other | Lines: 132 ( +7, -0 )

Created: 2005-02-28 09:52:32 -0600 (3 years 10 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20050228155232

polishing

Tags: release-1-1-5

1.17 annotated / raw | Diffs: previous, other | Lines: 125 ( +5, -1 )

Created: 2005-02-14 06:42:36 -0600 (3 years 10 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20050214124236

clarified that "registerSingleton" will not perform any initialization callbacks

1.16 annotated / raw | Diffs: previous, other | Lines: 121 ( +22, -1 )

Created: 2005-01-15 14:24:56 -0600 (3 years 11 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20050115202456

added "containsSingleton" method, checking the singleton cache for a specific bean name

Tags: release-1-1-4

1.15 annotated / raw | Diffs: previous, other | Lines: 100 ( +10, -16 )

Created: 2004-12-08 10:00:27 -0600 (4 years 1 month ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20041208160027

moved "ignoreDependencyType" method from ConfigurableBeanFactory interface down to ConfigurableListableBeanFactory

Tags: release-1-1-3

1.14 annotated / raw | Diffs: previous, other | Lines: 106 ( +0, -11 )

Created: 2004-08-30 15:48:00 -0500 (4 years 4 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20040830204658

moved "getBeanDefinition" method from ConfigurableBeanFactory down to ConfigurableListableBeanFactory interface

Tags: release-1-1 release-1-1-1 release-1-1-2

1.13 annotated / raw | Diffs: previous, other | Lines: 117 ( +0, -1 )

Created: 2004-08-16 07:29:24 -0500 (4 years 4 months ago) | Author: trisberg | Changeset: MAIN:trisberg:20040816122807

removed the @version tag from all java source files

Tags: release-1-1-rc2

1.12 annotated / raw | Diffs: previous, other | Lines: 118 ( +13, -11 )

Created: 2004-03-23 14:16:58 -0600 (4 years 9 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20040323201658

polishing

Tags: release-1-0 release-1-0-1 release-1-0-2 release-1-1-rc1

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

Created: 2004-03-19 11:45:35 -0600 (4 years 9 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20040319174535

introduced BeanDefinition interface

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

Created: 2004-03-17 20:46:07 -0600 (4 years 9 months ago) | Author: trisberg | Changeset: MAIN:trisberg:20040318024600

Applied a consistent license header to all java source files

1.9 annotated / raw | Diffs: previous, other | Lines: 111 ( +13, -5 )

Created: 2004-03-17 02:53:46 -0600 (4 years 9 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20040317085346

added clarifications to javadoc

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

Created: 2004-02-04 11:23:45 -0600 (4 years 11 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20040204172323

reorganized beans.factory subpackages

Tags: release-1-0-rc1 release-1-0-rc2

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

Created: 2003-12-24 08:48:11 -0600 (5 years ago) | Author: johnsonr | Changeset: MAIN:johnsonr:20031224144811

Moved registerBeanOfClass() method to AutowireCapableBeanFactory, to
make it available to all ApplicationContexts

Tags: release-1-0-m4

1.6 annotated / raw | Diffs: previous, other | Lines: 118 ( +14, -0 )

Created: 2003-12-24 08:13:38 -0600 (5 years ago) | Author: johnsonr | Changeset: MAIN:johnsonr:20031224141338

Added registerBeanOfClass method to ConfigurableBeanFactory

1.5 annotated / raw | Diffs: previous, other | Lines: 104 ( +10, -1 )

Created: 2003-12-21 10:20:46 -0600 (5 years ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20031221162046

added setParent method

1.4 annotated / raw | Diffs: previous, other | Lines: 95 ( +10, -0 )

Created: 2003-12-10 02:53:19 -0600 (5 years ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20031210085319

added registerCustomEditor method to ConfigurableBeanFactory

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

Created: 2003-11-21 09:35:35 -0600 (5 years 1 month ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20031121153535

introduced ConfigurableBeanFactory.registerSingleton, added check for existing bean definition on registering

Tags: release-1-0-m3

1.2 annotated / raw | Diffs: previous, other | Lines: 76 ( +14, -1 )

Created: 2003-11-05 03:55:31 -0600 (5 years 2 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20031105095531

added registerAlias method to interface

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

Created: 2003-11-04 17:10:02 -0600 (5 years 2 months ago) | Author: jhoeller | Changeset: MAIN:jhoeller:20031104230948

introduced ConfigurableBeanFactory, ConfigurableListableBeanFactory, ConfigurableApplicationContext; reworked BeanPostProcessor and BeanFactoryPostProcessor; reworked ListableBeanFactory.getBeansOfType

latest revision download Branch mbranch-1-2

1.20.4.2 annotated / raw | Diffs: previous, other | Lines: 141 ( +8, -7 )

Created: 2006-02-18 12:59:24 -0600 (2 years 10 months ago) | Author: jhoeller | Changeset: mbranch-1-2:jhoeller:20060218185924

polishing

Tags: release-1-2-8 release-1-2-7 release-1-2-9

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

Created: 2006-02-18 12:49:33 -0600 (2 years 10 months ago) | Author: jhoeller | Changeset: mbranch-1-2:jhoeller:20060218184933

discover context MessageSource as "messageSource" bean even through an alias

latest revision download Branch mbranch-2-0

1.35.2.2 annotated / raw | Diffs: previous, other | Lines: 226 ( +2, -2 )

Created: 2008-01-22 10:09:13 -0600 (11 months ago) | Author: jhoeller | Changeset: mbranch-2-0:jhoeller:20080122160913

fixed typo

Tags: release-2-0-9

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

Created: 2007-09-27 06:25:10 -0500 (15 months ago) | Author: jhoeller | Changeset: mbranch-2-0:jhoeller:20070927112510

deprecated ConfigurableBeanFactory's "registerCustomEditor" in favor of "addPropertyEditorRegistrar"

Tags: release-2-0-7 release-2-0-8

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2009-01-09 02:16 -0600