Complete the separation of spring related implementations
commit866f6ac6b95efd0b9e089c85216c7d64ea6789ce
authorImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 28 Sep 2009 07:47:34 +0000 (28 14:47 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 28 Sep 2009 07:47:34 +0000 (28 14:47 +0700)
tree22d0ddbbb68f2b938ee7a2426fea15da900c5356
parent6e54d66a7d3d895cfc810695d85671df27459f63
Complete the separation of spring related implementations

This change is the completion of the change made earlier and it is sealed
by making a new module for spring and thus removing dependencies of spring
from the original bean util module making it extremely lightweight to be
used.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
15 files changed:
pom.xml
smart-bean-spring-util/pom.xml [new file with mode: 0644]
smart-bean-spring-util/src/main/java/com/smartitengineering/util/bean/spring/PropertiesLocatorConfigurer.java [moved from smart-bean-util/src/main/java/com/smartitengineering/util/bean/spring/PropertiesLocatorConfigurer.java with 100% similarity]
smart-bean-spring-util/src/main/java/com/smartitengineering/util/bean/spring/SpringBeanFactory.java [moved from smart-bean-util/src/main/java/com/smartitengineering/util/bean/spring/SpringBeanFactory.java with 100% similarity]
smart-bean-spring-util/src/main/java/com/smartitengineering/util/bean/spring/SpringBeanRegistrar.java [moved from smart-bean-util/src/main/java/com/smartitengineering/util/bean/spring/SpringBeanRegistrar.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/PropertiesLocatorConfigurerTest.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/PropertiesLocatorConfigurerTest.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/TestBean.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/TestBean.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel1.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel1.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel2.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel2.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel3.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel3.java with 100% similarity]
smart-bean-spring-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel4.java [moved from smart-bean-util/src/test/java/com/smartitengineering/util/bean/spring/TestBeanDummyAggregatorLevel4.java with 100% similarity]
smart-bean-spring-util/src/test/resources/custom-context/custom-path/test-config.properties.default [moved from smart-bean-util/src/test/resources/custom-context/custom-path/test-config.properties.default with 100% similarity]
smart-bean-spring-util/src/test/resources/test-app-context.xml [moved from smart-bean-util/src/test/resources/test-app-context.xml with 100% similarity]
smart-bean-spring-util/src/test/resources/test-config.properties.template [moved from smart-bean-util/src/test/resources/test-config.properties.template with 100% similarity]
smart-bean-util/pom.xml