This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".

The branch, master has been updated
       via  1c86acebf8d4a65cc0da2cff41f6467dd22b7a7f (commit)
       via  e61ad283de5b317a43af85204268e03869510472 (commit)
       via  2733ad456c3b00471ea3cbbc9bfb0f4145ef66be (commit)
       via  1f45d176c34a595f30f8afeeb6f9262282904a1d (commit)
       via  b65c9eb1849110d7d3769bab496a80c2c91db665 (commit)
      from  29004dbca500c30710748653eb6adb204526a40a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c86acebf8d4a65cc0da2cff41f6467dd22b7a7f
Author: Martin Taal <[email protected]>
Date:   Thu Nov 22 23:11:25 2012 +0100

    Commented forgotten System.err statements

commit e61ad283de5b317a43af85204268e03869510472
Author: Martin Taal <[email protected]>
Date:   Thu Nov 22 23:09:57 2012 +0100

    Implement auditing in the hibernate store

commit 2733ad456c3b00471ea3cbbc9bfb0f4145ef66be
Author: Martin Taal <[email protected]>
Date:   Thu Nov 22 23:09:04 2012 +0100

    Make sure that the product has a unique name, for the hibernate store

commit 1f45d176c34a595f30f8afeeb6f9262282904a1d
Author: Martin Taal <[email protected]>
Date:   Thu Nov 22 23:08:28 2012 +0100

    Prevent Teneo auditing for a specific model3 element (Point)

commit b65c9eb1849110d7d3769bab496a80c2c91db665
Author: Martin Taal <[email protected]>
Date:   Thu Nov 22 23:07:40 2012 +0100

    Added Audit EMap test

-----------------------------------------------------------------------

Summary of changes:
 .../META-INF/MANIFEST.MF                           |    8 +-
 .../teneo/TeneoHibernateMappingProvider.java       |   25 ++-
 .../.classpath                                     |    2 +-
 .../META-INF/MANIFEST.MF                           |    1 +
 .../server/internal/hibernate/CDOAuditHandler.java |  214 ++++++++++++++++++
 .../internal/hibernate/HibernateAuditHandler.java  |  227 ++++++++++++++++++++
 .../server/internal/hibernate/HibernateStore.java  |  104 +++++++++-
 .../internal/hibernate/HibernateStoreAccessor.java |  147 +++++++++++--
 .../internal/hibernate/tuplizer/CDOIDUserType.java |    3 +-
 .../org/eclipse/emf/cdo/tests/db/DBConfigs.java    |    2 +
 .../CDO AllTests (Hibernate).launch                |    2 +-
 .../emf/cdo/tests/hibernate/AllTestsHibernate.java |   93 ++++++--
 .../cdo/tests/hibernate/AuditFeatureMapTest.java   |  144 +++++++++++++
 .../emf/cdo/tests/hibernate/HibernateConfig.java   |    8 +-
 .../cdo/tests/model1/impl/Model1FactoryImpl.java   |    7 +-
 .../model/model3.ecore                             |    6 +-
 .../model/model3.genmodel                          |   18 +-
 .../cdo/tests/model3/impl/Model3FactoryImpl.java   |    1 +
 .../cdo/tests/model3/impl/Model3PackageImpl.java   |   16 ++
 .../subpackage/impl/SubpackageFactoryImpl.java     |    1 +
 .../subpackage/util/SubpackageAdapterFactory.java  |    1 +
 .../model3/subpackage/util/SubpackageSwitch.java   |    1 +
 .../tests/model3/util/Model3AdapterFactory.java    |    1 +
 .../emf/cdo/tests/model3/util/Model3Switch.java    |    1 +
 .../src/org/eclipse/emf/cdo/tests/AllConfigs.java  |    1 +
 .../org/eclipse/emf/cdo/tests/AuditEMapTest.java   |  144 +++++++++++++
 26 files changed, 1116 insertions(+), 62 deletions(-)
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/CDOAuditHandler.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateAuditHandler.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests.hibernate/src/org/eclipse/emf/cdo/tests/hibernate/AuditFeatureMapTest.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AuditEMapTest.java


hooks/post-receive
-- 
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit

Reply via email to