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 3629bad6bcc17723ba9bbfc4249e2abac3686244 (commit)
via 7005d35ba2bb85c295b2e25d1126e4a539f24036 (commit)
from 95801006c5473e9dd594e32e810eea00fbdcbacb (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 3629bad6bcc17723ba9bbfc4249e2abac3686244
Author: Eike Stepper <[email protected]>
Date: Thu Apr 5 14:48:45 2012 +0200
[369646] ClassCastException after setBranch when server cache contains
partially loaded collections
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369646
commit 7005d35ba2bb85c295b2e25d1126e4a539f24036
Author: Eike Stepper <[email protected]>
Date: Thu Apr 5 14:21:23 2012 +0200
[367905] [CDO] Allow Adapters to be notified during loading
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367905
-----------------------------------------------------------------------
Summary of changes:
.../org.eclipse.emf.cdo.site-feature/feature.xml | 18 +-
.../model/model6.ecore | 9 +
.../emf/cdo/tests/legacy/model6/impl/GImpl.java | 359 ++++++++++++++
.../legacy/model6/impl/Model6FactoryImpl.java | 14 +
.../legacy/model6/impl/Model6PackageImpl.java | 68 +++
.../legacy/model6/util/Model6AdapterFactory.java | 439 +++++++++++++++++
.../cdo/tests/legacy/model6/util/Model6Switch.java | 493 ++++++++++++++++++++
.../src/org/eclipse/emf/cdo/tests/model6/G.java | 120 +++++
.../emf/cdo/tests/model6/Model6Factory.java | 9 +
.../emf/cdo/tests/model6/Model6Package.java | 123 +++++
.../eclipse/emf/cdo/tests/model6/impl/GImpl.java | 179 +++++++
.../cdo/tests/model6/impl/Model6FactoryImpl.java | 14 +
.../cdo/tests/model6/impl/Model6PackageImpl.java | 70 +++
.../tests/model6/util/Model6AdapterFactory.java | 22 +
.../emf/cdo/tests/model6/util/Model6Switch.java | 59 +++
.../cdo/tests/bugzilla/Bugzilla_369646_Test.java | 56 +++
16 files changed, 2043 insertions(+), 9 deletions(-)
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/impl/GImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/util/Model6AdapterFactory.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/legacy/model6/util/Model6Switch.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/G.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests.model6/src/org/eclipse/emf/cdo/tests/model6/impl/GImpl.java
create mode 100644
plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_369646_Test.java
hooks/post-receive
--
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit