This is an automated email from the git hooks/post-receive script. New change to branch feature/7739_syncrho_ref_en_serveur_distant in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git omits c6e9e01 Corrige les problèmes de sérialisation/deserialisation liés à la synchro referentiel en serveur distant adds f368cde Rendre la synchro de données utilisable en mode serveur adds 6bcb0c2 Merge branch 'feature/4304_synchro_marees' into develop adds 4994349 utilisation version stable de ToPIA new 1338aeb Corrige les problèmes de sérialisation/deserialisation liés à la synchro referentiel en serveur distant This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c6e9e01) \ N -- N -- N refs/heads/feature/7739_syncrho_ref_en_serveur_distant (1338aeb) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 1338aeb185110981e252dedbea5c3c6ff16b5dda Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Thu Aug 18 16:37:45 2016 +0200 Corrige les problèmes de sérialisation/deserialisation liés à la synchro referentiel en serveur distant Introduit un objet ReferentialMultimap visant a transporter les objets ReferentialDto à travers les processus de sérialisation/deserialisation tout en conservant l'information du type concret refs #7739 Summary of changes: .../synchronize/data/DataSynchroUIHandler.java | 12 +++--- .../data/DataSynchronizeServiceController.java | 12 +++--- .../synchro/data/DataSynchronizeService.java | 14 +++---- .../data/task/DataSynchronizeTaskSupport.java | 11 ------ .../synchro/data/DataSynchronizeServiceTopia.java | 44 ++++++++++------------ pom.xml | 2 +- 6 files changed, 39 insertions(+), 56 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.