[topia] branch develop updated (7f6b7f1 -> 20f5f5d)
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 7f6b7f1 refs #3495 Merge branch 'feature/ligthTopiaIdFactory' into develop adds 3154735 refs #3484 Introduce TopiaListenableEntity contract adds 02cd977 refs #3484 ListenableEntity added to the generated interface only if necessary adds fdab302 refs #3484 ListenableBean now has understandable names adds 24fba6c refs #3484 update migration guide adds 227af68 rename bean in doc adds a0feae9 AbstractTopiaEntity does not realize ListenableBean contract (even if it implements its methods) adds 6c4f8ab refs #3484 Split in 2 contracts (ListenableBean and ListenableTopiaEntity) new 20f5f5d fixes #3484 Merge branch 'feature/3484' 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 20f5f5db684dd49ffb2da0faa87066700ea16a09 Merge: 7f6b7f1 6c4f8ab Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 5 17:52:50 2014 +0200 fixes #3484 Merge branch 'feature/3484' into develop Summary of changes: src/site/rst/tutos/migrate_to_3.0.rst | 50 +++++ .../persistence/internal/EntityListenerTest.java | 4 +- .../org/nuiton/topia/persistence/TopiaEntity.java | 154 ------------- .../topia/persistence/TopiaEntityEnumProvider.java | 2 + .../topia/persistence/event/ListenableBean.java | 71 ++++++ .../persistence/event/ListenableTopiaEntity.java | 169 +++++++++++++++ .../persistence/internal/AbstractTopiaEntity.java | 237 ++++++++++++--------- .../org/nuiton/topia/templates/DTOTransformer.java | 16 +- .../nuiton/topia/templates/EntityTransformer.java | 7 + .../org/nuiton/topia/templates/TopiaTagValues.java | 6 + 10 files changed, 451 insertions(+), 265 deletions(-) create mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/event/ListenableBean.java create mode 100644 topia-persistence/src/main/java/org/nuiton/topia/persistence/event/ListenableTopiaEntity.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 20f5f5db684dd49ffb2da0faa87066700ea16a09 Merge: 7f6b7f1 6c4f8ab Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 5 17:52:50 2014 +0200 fixes #3484 Merge branch 'feature/3484' into develop src/site/rst/tutos/migrate_to_3.0.rst | 50 +++++ .../persistence/internal/EntityListenerTest.java | 4 +- .../org/nuiton/topia/persistence/TopiaEntity.java | 154 ------------- .../topia/persistence/TopiaEntityEnumProvider.java | 2 + .../topia/persistence/event/ListenableBean.java | 71 ++++++ .../persistence/event/ListenableTopiaEntity.java | 169 +++++++++++++++ .../persistence/internal/AbstractTopiaEntity.java | 237 ++++++++++++--------- .../org/nuiton/topia/templates/DTOTransformer.java | 16 +- .../nuiton/topia/templates/EntityTransformer.java | 7 + .../org/nuiton/topia/templates/TopiaTagValues.java | 6 + 10 files changed, 451 insertions(+), 265 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm