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  8b9148653cd64e2a072292e4b5521f41be815dd7 (commit)
       via  c5f8afb091979d794f7b023f98bbc6a748d90f48 (commit)
       via  1d259077a25c67e5789b2b76074df799a01e3265 (commit)
      from  f56576a379f5426e9ff504dbb51005cdf0e898e5 (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 8b9148653cd64e2a072292e4b5521f41be815dd7
Author: Eike Stepper <[email protected]>
Date:   Sat Sep 15 19:19:49 2012 +0200

    [389665] Cache path->resourceNodeID mappings in AbstractCDOView
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=389665

commit c5f8afb091979d794f7b023f98bbc6a748d90f48
Author: Eike Stepper <[email protected]>
Date:   Sat Sep 15 19:06:30 2012 +0200

    [388928] Develop a resource transfer framework
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=388928

commit 1d259077a25c67e5789b2b76074df799a01e3265
Author: Eike Stepper <[email protected]>
Date:   Sat Sep 15 09:08:22 2012 +0200

    Optimize AbstractCDOView.invalidate()

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

Summary of changes:
 .../.settings/.api_filters                         |   83 +++++++++
 .../emf/cdo/common/model/CDOModelConstants.java    |   52 ++++-
 .../eclipse/emf/cdo/common/model/CDOModelUtil.java |  100 +++++++----
 .../cdo/common/protocol/CDOProtocolConstants.java  |    2 +-
 .../common/revision/delta/CDORevisionDelta.java    |    4 +-
 .../delta/CDODetachedRevisionDeltaImpl.java        |    5 +
 .../protocol/CommitNotificationIndication.java     |    4 +-
 .../net4j/protocol/CommitTransactionRequest.java   |   17 ++-
 .../internal/net4j/protocol/CDOServerProtocol.java |    8 +-
 .../net4j/protocol/CommitNotificationRequest.java  |    7 +-
 .../protocol/CommitTransactionIndication.java      |    2 +
 .../cdo/internal/server/DelegatingRepository.java  |    6 +
 .../emf/cdo/internal/server/Repository.java        |    8 +-
 .../emf/cdo/internal/server/ServerCDOView.java     |   20 ++
 .../eclipse/emf/cdo/internal/server/Session.java   |   10 +-
 .../emf/cdo/internal/server/SessionManager.java    |    8 +-
 .../internal/server/TransactionCommitContext.java  |   14 ++-
 .../embedded/EmbeddedServerSessionProtocol.java    |    5 +
 .../server/syncing/SynchronizableRepository.java   |    2 +-
 .../org/eclipse/emf/cdo/server/IStoreAccessor.java |    5 +
 .../emf/cdo/spi/server/ISessionProtocol.java       |    9 +
 .../emf/cdo/spi/server/InternalCommitContext.java  |    5 +
 .../emf/cdo/spi/server/InternalRepository.java     |    7 +
 .../emf/cdo/spi/server/InternalSession.java        |    9 +
 .../emf/cdo/spi/server/InternalSessionManager.java |    9 +
 .../cdo/tests/bugzilla/Bugzilla_294859_Test.java   |    4 +-
 .../cdo/tests/config/impl/RepositoryConfig.java    |    4 +-
 .../emf/cdo/tests/util/TestSessionManager.java     |    6 +-
 .../internal/ui/RepositoryUIProvider.java          |    6 +-
 .../spi/repository/RepositoryTransferSystem.java   |   80 ++++++++-
 .../cdo/eresource/impl/CDOResourceNodeImpl.java    |   15 +-
 .../emf/cdo/transaction/CDOPushTransaction.java    |   16 ++
 .../eclipse/emf/cdo/transaction/CDOSavepoint.java  |   26 ++-
 .../src/org/eclipse/emf/cdo/view/CDOView.java      |   26 +++
 .../emf/internal/cdo/messages/messages.properties  |    1 -
 .../emf/internal/cdo/session/CDOSessionImpl.java   |   84 +++++++--
 .../internal/cdo/transaction/CDOSavepointImpl.java |  123 ++++++++++++-
 .../cdo/transaction/CDOTransactionImpl.java        |   28 ++--
 .../emf/internal/cdo/view/AbstractCDOView.java     |  195 +++++++++++++++++---
 .../emf/internal/cdo/view/CDOStateMachine.java     |    5 +-
 .../eclipse/emf/internal/cdo/view/CDOViewImpl.java |   33 +++-
 .../emf/spi/cdo/CDOMergingConflictResolver.java    |    2 +-
 .../eclipse/emf/spi/cdo/CDOSessionProtocol.java    |   22 +++
 .../eclipse/emf/spi/cdo/InternalCDOSession.java    |   14 ++
 .../org/eclipse/emf/spi/cdo/InternalCDOView.java   |   16 ++-
 45 files changed, 950 insertions(+), 157 deletions(-)
 create mode 100644 plugins/org.eclipse.emf.cdo.common/.settings/.api_filters


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

Reply via email to