This is an automated email from the git hooks/post-receive script. New change to branch feature/1110 in repository pollen. See http://git.chorem.org/pollen.git from de9b945 refs #1110 introduce to new module and deal with storages new cbcdfbe refs #1110 store and load are ok The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit cbcdfbef7e7e4d6bd995cc180bbf6950ebde5e9a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Sep 20 12:18:20 2014 +0200 refs #1110 store and load are ok Summary of changes: pollen-io-api/pom.xml | 6 + .../org/chorem/pollen/io/ExportServiceApi.java | 14 -- .../org/chorem/pollen/io/ImportServiceApi.java | 11 -- .../org/chorem/pollen/io/PollenDataStorage.java | 198 ++++++++++++++++++--- .../main/java/org/chorem/pollen/io/dto/Poll.java | 13 +- .../java/org/chorem/pollen/io/dto/PollenData.java | 44 ++++- .../org/chorem/pollen/io/dto/PollenResource.java | 13 +- .../chorem/pollen/io/dto/PollenResourceFile.java | 28 +++ .../pollen/io/dto/PollenResourceZipEntry.java | 35 ++++ .../main/java/org/chorem/pollen/io/dto/Vote.java | 10 +- .../org/chorem/pollen/io/dto/VoterListMember.java | 10 -- .../chorem/pollen/io/PollenDataStorageTest.java | 33 +++- pollen-io-api/src/test/resources/resource1.txt | 1 + .../src/test/resources/resource2.properties | 1 + pollen-io-api/src/test/resources/store.zip | Bin 604 -> 1572 bytes 15 files changed, 338 insertions(+), 79 deletions(-) delete mode 100644 pollen-io-api/src/main/java/org/chorem/pollen/io/ExportServiceApi.java delete mode 100644 pollen-io-api/src/main/java/org/chorem/pollen/io/ImportServiceApi.java create mode 100644 pollen-io-api/src/main/java/org/chorem/pollen/io/dto/PollenResourceFile.java create mode 100644 pollen-io-api/src/main/java/org/chorem/pollen/io/dto/PollenResourceZipEntry.java create mode 100644 pollen-io-api/src/test/resources/resource1.txt create mode 100644 pollen-io-api/src/test/resources/resource2.properties -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.