This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from fc8d4e7 Use MoreObjects.firstNonNull instead of Objects.firstNonNull (deprecated) adds 5a83282 refs #3495 Introduce a short TopiaIdFactory adds 8fcde20 fixes #3495 Make sure class name does not contain the separator new 7f6b7f1 refs #3495 Merge branch 'feature/ligthTopiaIdFactory' into develop 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 7f6b7f1e7cc2ad4a1686c7eb664df41df61a226c Merge: fc8d4e7 8fcde20 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 5 16:33:13 2014 +0200 refs #3495 Merge branch 'feature/ligthTopiaIdFactory' into develop Summary of changes: .../persistence/internal/TopiaIdFactoryTest.java | 64 ++++++++++ .../internal/DefaultTopiaIdFactory.java | 13 +- .../persistence/internal/LegacyTopiaIdFactory.java | 9 +- .../persistence/internal/ShortTopiaIdFactory.java | 131 +++++++++++++++++++++ 4 files changed, 208 insertions(+), 9 deletions(-) create mode 100644 topia-it/src/test/java/org/nuiton/topia/persistence/internal/TopiaIdFactoryTest.java create mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/ShortTopiaIdFactory.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.