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  6528637024f680f530a08d8d1830c23a99c2c460 (commit)
       via  e9b7efc6ad64d6d92aeac6fa9e91c9c5e7f20a2f (commit)
       via  c053418ac43f585e5bcf182224c6a554fc48dcf7 (commit)
       via  2728f701cbf23e42658b4c300ea24444079000a5 (commit)
       via  d17bf370acd221b30117d815f0f5e7056ec3ad0b (commit)
       via  2e3366ce7f4d707ff34839dcc693defac9162250 (commit)
      from  3f4a6cc6ab2f5396a0517cf4221736e0d97e9199 (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 6528637024f680f530a08d8d1830c23a99c2c460
Author: Eike Stepper <[email protected]>
Date:   Tue Aug 14 07:35:55 2012 +0200

    Release heap space after test cases

commit e9b7efc6ad64d6d92aeac6fa9e91c9c5e7f20a2f
Author: Eike Stepper <[email protected]>
Date:   Tue Aug 14 07:34:48 2012 +0200

    Remove thead locals

commit c053418ac43f585e5bcf182224c6a554fc48dcf7
Author: Eike Stepper <[email protected]>
Date:   Tue Aug 14 07:34:03 2012 +0200

    Clean up

commit 2728f701cbf23e42658b4c300ea24444079000a5
Author: Eike Stepper <[email protected]>
Date:   Tue Aug 14 07:31:35 2012 +0200

    Ensure unique (CDOPackageInfo) adapters

commit d17bf370acd221b30117d815f0f5e7056ec3ad0b
Author: Eike Stepper <[email protected]>
Date:   Mon Aug 13 08:41:44 2012 +0200

    [386289] [DB] DBStoreAccessor pooling strategy
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=386289

commit 2e3366ce7f4d707ff34839dcc693defac9162250
Author: Eike Stepper <[email protected]>
Date:   Sun Aug 12 19:08:47 2012 +0200

    Reduce objects that are weakly reachable through ReflectUtil.ids

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

Summary of changes:
 .../feature.xml                                    |    2 +-
 .../org/eclipse/emf/cdo/common/model/EMFUtil.java  |    7 +-
 .../META-INF/MANIFEST.MF                           |   18 ++--
 .../org/eclipse/emf/cdo/server/db/IDBStore.java    |   10 ++
 .../emf/cdo/server/internal/db/DBStore.java        |   19 ++++
 .../cdo/server/internal/db/DBStoreAccessor.java    |   31 ++++++-
 .../internal/db/jdbc/WrappedPreparedStatement.java |    4 +-
 .../config/cdo-server.xml                          |    6 ++
 .../eclipse/emf/cdo/server/StoreThreadLocal.java   |   10 +-
 .../emf/cdo/spi/server/StoreAccessorPool.java      |   91 ++++++++++++++++---
 .../org/eclipse/emf/cdo/tests/db/Net4jDBTest.java  |   14 +++-
 .../src/org/eclipse/emf/cdo/tests/AuditTest.java   |    9 ++
 .../org/eclipse/emf/cdo/tests/BranchingTest.java   |    1 +
 .../src/org/eclipse/emf/cdo/tests/ComplexTest.java |   11 +++
 .../org/eclipse/emf/cdo/tests/FeatureMapTest.java  |   22 +++++
 .../emf/cdo/tests/IndexReconstructionTest.java     |    3 +-
 .../LockingManagerRestartTransactionTest.java      |    3 +
 .../org/eclipse/emf/cdo/tests/OCLQueryTest.java    |   12 +++
 .../eclipse/emf/cdo/tests/PartialCommitTest.java   |   26 +++++-
 .../src/org/eclipse/emf/cdo/tests/UnsetTest.java   |    8 ++
 .../org/eclipse/emf/cdo/tests/WorkspaceTest.java   |    7 ++
 .../cdo/tests/bugzilla/Bugzilla_283985_2_Test.java |   12 +++
 .../cdo/tests/bugzilla/Bugzilla_283985_3_Test.java |   11 +++
 .../cdo/tests/bugzilla/Bugzilla_293283_Test.java   |    8 ++-
 .../cdo/tests/bugzilla/Bugzilla_299190_Test.java   |   10 ++
 .../cdo/tests/bugzilla/Bugzilla_308895_Test.java   |   11 ++-
 .../cdo/tests/bugzilla/Bugzilla_316444_Test.java   |   11 ++-
 .../cdo/tests/bugzilla/Bugzilla_326743_Test.java   |    9 ++
 .../cdo/tests/bugzilla/Bugzilla_327604_Test.java   |    9 ++-
 .../cdo/tests/bugzilla/Bugzilla_329254_Test.java   |    8 +-
 .../cdo/tests/bugzilla/Bugzilla_335772_Test.java   |    7 ++-
 .../cdo/tests/bugzilla/Bugzilla_351921_Test.java   |   11 ++-
 .../cdo/tests/bugzilla/Bugzilla_385268_Test.java   |    7 ++
 .../emf/cdo/tests/config/impl/ConfigTest.java      |   12 +++
 .../META-INF/MANIFEST.MF                           |   12 ++--
 .../ide/actions/RemoveResourceActionDelegate.java  |   22 -----
 .../cdo/transaction/CDOTransactionImpl.java        |    1 +
 .../eclipse/net4j/util/tests/AbstractOMTest.java   |   35 ++++++++
 .../src/org/eclipse/net4j/util/ReflectUtil.java    |   33 ++++++--
 .../org/eclipse/net4j/util/om/OSGiActivator.java   |   12 +--
 .../org/eclipse/internal/net4j/buffer/Buffer.java  |    7 +-
 41 files changed, 457 insertions(+), 105 deletions(-)


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

Reply via email to