Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24[533989] Give IManagedContainers a nameEike Stepper5-1/+55
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533989
2018-04-24[409351] CDOServerExporter throws IllegalArgumentException on ↵Eike Stepper1-3/+2
DynamicValueHolder.NIL https://bugs.eclipse.org/bugs/show_bug.cgi?id=409351
2018-04-24[430528] CDO Server Exporter doesn't handle DetachedRevisionsEike Stepper3-12/+47
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430528
2018-04-24[430528] CDO Server Exporter doesn't handle DetachedRevisionsEike Stepper8-59/+173
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430528
2018-04-24[409351] CDOServerExporter throws IllegalArgumentException on ↵Eike Stepper3-1/+82
DynamicValueHolder.NIL https://bugs.eclipse.org/bugs/show_bug.cgi?id=409351
2018-04-24[517391] [CDO] Exporter/Importer do not handle byte array attributesEike Stepper3-0/+60
https://bugs.eclipse.org/bugs/show_bug.cgi?id=517391
2018-04-23[533944] CDOServerExporter and Importer don't handle unsettable lists correctlyEike Stepper2-8/+37
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533944
2018-04-23[362293] Unsetting value in some cases can cause to fail IntegrityCheckerEike Stepper1-0/+98
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362293
2018-04-23[438682] eUnset Unsettable Features causes Rollback in DBStoreEike Stepper1-0/+84
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438682
2018-04-23[405543] An unsettable many-valued reference that is set to an empty list is ↵Eike Stepper67-330/+1048
unset on new transaction https://bugs.eclipse.org/bugs/show_bug.cgi?id=405543
2018-04-22[533909] Unsettable features that are set to null can't be committedEike Stepper18-8/+528
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533909
2018-04-16[Releng] Add Ant task to source cleanup projectsEike Stepper3-0/+139
2018-04-14[Releng] Add Ant task to transfer class membersEike Stepper7-149/+279
2018-04-14[Releng] Add Ant task to transfer class membersEike Stepper8-12/+584
2018-04-14[Releng] Add Ant task to generate GenModelsEike Stepper4-8/+77
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper2-4/+28
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper1-2/+11
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper2-12/+7
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper2-15/+15
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper12-27/+23
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper7-7/+17
2018-04-13[Releng] Add Ant task to migrate GenModelsEike Stepper5-30/+94
2018-04-13[Releng] Add Ant tasks to import and delete projectsEike Stepper13-8/+316
2018-03-27[Releng] Deprecate feature map supportEike Stepper12-4/+24
2018-03-27[532600] Memory not freed when repository is deletedEike Stepper9-246/+187
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532600
2018-03-27[Releng] Detect leaked JDBC connections in H2 testsEike Stepper5-165/+381
2018-01-31[530498] Handle reattached elements in RewriteTransitionEike Stepper1-3/+3
When the CDOUndoDetector detects an undo dirty elements are removed from dirty object, their state is set from DIRTY to CLEAN but they also need to be removed from reattached/detached objects, otherwise this could later lead to IllegalStateException if CDOTransaction.rollback is called (their is no more revision in CDOTransactionImpl.cleanRevisions for an element known in detachedObjects). https://bugs.eclipse.org/bugs/show_bug.cgi?id=530498 Change-Id: Ib77ac7e72bec165ecac9faf05590385e1d77ec06 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2018-01-30[530498] Handle reattached elements in RewriteTransitionMaxime Porhel2-1/+102
When the CDOUndoDetector detects an undo dirty elements are removed from dirty object, their state is set from DIRTY to CLEAN but they also need to be removed from reattached/detached objects, otherwise this could later lead to IllegalStateException if CDOTransaction.rollback is called (their is no more revision in CDOTransactionImpl.cleanRevisions for an element known in detachedObjects). https://bugs.eclipse.org/bugs/show_bug.cgi?id=530498 Change-Id: Ib77ac7e72bec165ecac9faf05590385e1d77ec06 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2018-01-30[530500] Remove final modifier from eBasicSetContainer() and ↵Eike Stepper1-2/+2
eSetDirectResource() https://bugs.eclipse.org/bugs/show_bug.cgi?id=530500
2018-01-30[530495] Return the commit info of ISecurityManager.modify(RealmOperation) ↵Eike Stepper4-8/+21
to the caller https://bugs.eclipse.org/bugs/show_bug.cgi?id=530495
2018-01-28[528129] Transient objects are attached to CDOTransactionEike Stepper5-55/+222
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2018-01-28[530088] Authentication no longer works with Java 8 update 161Eike Stepper1-0/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530088
2018-01-27[530216] Cannot override CDOTransferElement name because it is finalEike Stepper4-6/+43
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530216
2018-01-21[530088] Authentication no longer works with Java 8 update 161Eike Stepper2-54/+212
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530088
2018-01-07[528979] Migrate build to Maven/TychoEike Stepper5-94/+32
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2018-01-07[528129] Transient objects are attached to CDOTransactionEike Stepper3-2/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2018-01-06[528979] Migrate build to Maven/TychoEike Stepper38-444/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2018-01-06[528129] Transient objects are attached to CDOTransactionEike Stepper22-186/+1767
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528129
2018-01-04[Releng] Regenerate test modelsEike Stepper94-121/+141
2018-01-04[527002] ClassCastException in mapping strategyEike Stepper4-29/+96
https://bugs.eclipse.org/bugs/show_bug.cgi?id=527002
2018-01-04[529397] ClassNotFoundException: ↵Eike Stepper1-0/+1
org.eclipse.emf.cdo.internal.common.id.CDOIDObjectLongImpl cannot be found by org.eclipse.net4j.util https://bugs.eclipse.org/bugs/show_bug.cgi?id=529397
2018-01-03[528979] Migrate build to Maven/TychoEike Stepper3-12/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2018-01-02[528979] Migrate build to Maven/TychoEike Stepper6-8/+138
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2018-01-02[528979] Migrate build to Maven/TychoEike Stepper4-11/+49
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-12-31[Releng] Regenerate the docsEike Stepper2063-30076/+36478
2017-12-31[529326] Remove the "old" org.eclipse.emf.cdo.server.embedded packageEike Stepper19-1263/+174
https://bugs.eclipse.org/bugs/show_bug.cgi?id=529326
2017-12-31[Releng] Adjust copyrightsEike Stepper613-621/+631
2017-12-31[528979] Migrate build to Maven/TychoEike Stepper123-559/+499
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-12-28[528979] Migrate build to Maven/TychoEike Stepper180-1750/+2262
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
2017-12-28[529259] Fix deprecation warning in OSGiLoggingBridgeEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=529259

Back to the top