This is an automated email from the git hooks/post-receive script. New change to branch feature/3484 in repository topia. See http://git.nuiton.org/topia.git from a0feae9 AbstractTopiaEntity does not realize ListenableBean contract (even if it implements its methods) new 6c4f8ab refs #3484 Split in 2 contracts (ListenableBean and ListenableTopiaEntity) 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 6c4f8ab0dbac55d2826045adcd56f16484fa3bf7 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 5 17:45:21 2014 +0200 refs #3484 Split in 2 contracts (ListenableBean and ListenableTopiaEntity) Summary of changes: src/site/rst/tutos/migrate_to_3.0.rst | 27 +++++--- .../topia/persistence/event/ListenableBean.java | 71 ++++++++++++++++++++++ .../ListenableTopiaEntity.java} | 10 ++- .../persistence/internal/AbstractTopiaEntity.java | 21 ++++++- .../nuiton/topia/templates/EntityTransformer.java | 4 +- 5 files changed, 119 insertions(+), 14 deletions(-) create mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/event/ListenableBean.java rename topia-persistence/src/main/java/org/nuiton/topia/persistence/{ListenableBean.java => event/ListenableTopiaEntity.java} (93%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.