Merge branch 'develop' into gigaspaces_impl
Project: http://git-wip-us.apache.org/repos/asf/zest-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-sandbox/commit/5105c6e4 Tree: http://git-wip-us.apache.org/repos/asf/zest-sandbox/tree/5105c6e4 Diff: http://git-wip-us.apache.org/repos/asf/zest-sandbox/diff/5105c6e4 Branch: refs/heads/gigaspaces_impl Commit: 5105c6e4745a8e2619e84572d6f8fc11b053aaa1 Parents: 1b2bbf6 c5da67d Author: Niclas Hedhman <[email protected]> Authored: Sat Apr 18 00:46:45 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sat Apr 18 00:46:45 2015 +0800 ---------------------------------------------------------------------- .../qi4j-entitystore-gs-sample/common/pom.xml | 25 ++++ .../entitystore/gigaspaces/common/Data.java | 122 +++++++++++++++++++ .../feeder/Feeder.launch | 13 ++ .../qi4j-entitystore-gs-sample/feeder/pom.xml | 50 ++++++++ .../feeder/src/main/assembly/assembly.xml | 37 ++++++ .../entitystore/gigaspaces/feeder/Feeder.java | 101 +++++++++++++++ .../src/main/resources/META-INF/spring/pu.xml | 50 ++++++++ .../qi4j-entitystore-gs-sample/pom.xml | 69 +++++++++++ .../processor/Processor.launch | 12 ++ .../processor/Processor_2_1.launch | 13 ++ .../processor/pom.xml | 50 ++++++++ .../processor/src/main/assembly/assembly.xml | 37 ++++++ .../gigaspaces/processor/Processor.java | 44 +++++++ .../src/main/resources/META-INF/spring/pu.xml | 64 ++++++++++ .../src/main/resources/META-INF/spring/sla.xml | 20 +++ .../ProcessorIntegrationTest-context.xml | 58 +++++++++ .../processor/ProcessorIntegrationTest.java | 55 +++++++++ .../gigaspaces/processor/ProcessorTest.java | 25 ++++ .../qi4j-entitystore-gs-sample/readme.txt | 106 ++++++++++++++++ 19 files changed, 951 insertions(+) ----------------------------------------------------------------------
