Community
Participate
Working Groups
In the following bugs https://bugs.eclipse.org/bugs/show_bug.cgi?id=250486 Eike mentionned the following: > CDOCommitContext is very old.. it was only moved from internal to public.. > CDOChangeDescription doesn't exist yet!!! (Where is it ?) When we will create > CDOCHangeDescription it should be factor with CDOCOmmitContext. I mean: Create a new interface CDOChangeDescription and move all methods (except getTransaction()) from CDOCommitContext to CDOChangeDescription. Let CDOCommitContext extend CDOChangeDescription. Maybe we can use that in invalidation events, too..
Rebasing all unresolved enhancement requests to 3.0
Rebasing all outstanding enhancements requests to version 4.0
Moving all open enhancement requests to 4.1
Moving all open issues to 4.2. Open bugs can be ported to 4.1 maintenance after they've been fixed in master.
We do have these: org.eclipse.emf.cdo.view.CDOViewInvalidationEvent.getDirtyObjects() org.eclipse.emf.cdo.view.CDOViewInvalidationEvent.getRevisionDeltas() org.eclipse.emf.cdo.view.CDOViewInvalidationEvent.getDetachedObjects() And CDOSessionInvalidationEvent *is* a CDOCommitInfo. *** This bug has been marked as a duplicate of bug 318443 ***
Closing