This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-data-gemfire
Watch
1
Star
0
Fork
0
You've already forked spring-data-gemfire
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1,249
Commits
20
Branches
0
Tags
ed3a22e3342f7a2015b2a4be8ff0c71e91b9a535
Commit Graph
3 Commits
Author
SHA1
Message
Date
John Blum
f6ccc09c23
Added support to the SpringContextBootstrappingInitializer class for component scanning given a set of base packages to scan. Refactored LazyWiringDeclarableSupport to implement the DisposableBean interface in order for any extending bean component to unregister itself from the SpringContextBootstrappingInitializer to stop receiving ApplicationContext event notifications when destroyed. Fully tested the application component scanning and configuration using Annotations and JavaConfig-based configuration, uplifting some of the application components (UserDao, UserService, etc) from the integration test and adding a UserApplicationConfiguration @Configuration component in order to test this functionlity properly.
2014-03-25 11:04:31 -07:00
John Blum
ba84061b48
Completed all testing and interface/functional changes for SGF-248 - Bootstrapping a Spring ApplicationContext with GemFire.
2014-03-25 11:04:10 -07:00
John Blum
5476837119
Renaming the SpringContextBootsrappingInitializerTest to SpringContextBootstrappingInitializerIntegrationTest to reflect the fact that the test class is actually an 'integration' test. Also renamed the cache-with-initializer.xml GemFire native configuration file to cache-with-spring-context-bootstrap-initializer.xml to indicate that we are using GemFire to bootstrap a Spring container.
2014-03-25 11:03:44 -07:00