-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14187/
-----------------------------------------------------------

Review request for cloudstack, Alex Huang and Kelven Yang.


Repository: cloudstack-git


Description
-------

This is a small framework to discover Spring XML files and then load then in a 
hierarchy of application contexts.  This patch adds the new project but does 
not add it to the build.  That will come later.


Diffs
-----

  framework/spring/module/pom.xml PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/context/ResourceApplicationContext.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/factory/CloudStackSpringContext.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/factory/ModuleBasedContextFactory.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/locator/ModuleDefinitionLocator.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/locator/impl/ClasspathModuleDefinitionLocator.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/ModuleDefinition.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/ModuleDefinitionSet.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinition.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinitionSet.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/util/Main.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/util/ModuleLocationUtils.java
 PRE-CREATION 
  
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/web/CloudStackContextLoaderListener.java
 PRE-CREATION 
  
framework/spring/module/src/main/resources/org/apache/cloudstack/spring/module/model/impl/defaults-context.xml
 PRE-CREATION 
  
framework/spring/module/src/test/java/org/apache/cloudstack/spring/module/factory/ModuleBasedContextFactoryTest.java
 PRE-CREATION 
  
framework/spring/module/src/test/java/org/apache/cloudstack/spring/module/locator/impl/ClasspathModuleDefinitionSetLocatorTest.java
 PRE-CREATION 
  
framework/spring/module/src/test/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinitionTest.java
 PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/all/defaults.properties 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/all/empty-context-inheritable.xml
 PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/all/empty-context.xml 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/all/empty2-context-inheritable.xml
 PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/all/empty2-context.xml 
PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/all/module.properties 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/all/test2-defaults.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/badname/module.properties 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/blankname/module.properties
 PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/good/empty-context.xml 
PRE-CREATION 
  framework/spring/module/src/test/resources/testfiles/good/module.properties 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/missingname/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testfiles/wrongname/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/base/module.properties 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/base/test-context-inheritable.xml
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/base/test-context.xml 
PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child1-1/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child1-1/test-context.xml
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child1/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child1/test-context.xml
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child2/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/child2/test-context.xml
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/orphan1/module.properties
 PRE-CREATION 
  
framework/spring/module/src/test/resources/testhierarchy/orphan1/test-context.xml
 PRE-CREATION 

Diff: https://reviews.apache.org/r/14187/diff/


Testing
-------


Thanks,

Darren Shepherd

Reply via email to