Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMFStore - News and Noteworthy

  • Changelog for version 0.8.9
    • included icons for the binary build of the org.eclipse.emf.ecp.emfstorebridge project
    • added Eclipse Indigo default model packages that are not meant to be shown in the new model element dialog
  • Changelog for version 0.8.9.M931
    • replaced task-related EMFStore classes with classes from java.util, moved CleanMemoryTask
    • fixed critical bug in CleanMemoryTask that caused an unload of the 25 most recent change packages
    • removed obsolete handleIncomingCrossReferences method from ModelUtil
    • removed getDeletedModelElementId from IdEObjectCollection
    • added dispose() and clearCaches() methods to IdEObjectCollectionImpl
    • fixed potential StackOverflow in loadIdsFromResource
    • reversed application of suboperations and deletion from parent element in CreateDeleteOperation#apply()
  • Changelog for version 0.8.9.M930
    • new checkoutObserver extension point
    • added convenience method to retrieve a local string property, made getSharedProperty null-safe
  • Changelog for version 0.8.9.M929
    • Fixed some failing test cases & cleanup in auxiliary test classes
    • removed customized getChanges method from VersionImpl, caused potential slowdowns upon retrievment
    • created new resource type EMFStoreResource
  • Changelog for version 0.8.9.M928
    • more performance optimizations
    • root package is shown in commit dialog
    • disabled usersession lock in login dialog
  • Changelog for version 0.8.9.M927
    • removed obsolete CreateProjectDialog
  • Changelog for version 0.8.9.M926
    • performance optimizations
    • fix in AbstractEMFStoreUIController that caused an SWT exception
    • removed monitor guard upon file read
    • refactored SCMContentProvider and SCMLabelProvider
    • made all observer interfaces inherit from IObserver
    • fixed LabelProvider for the ServerInfoSelection dialog
  • Changelog for version 0.8.9.M925
    • internal release
  • Changelog for version 0.8.9.M924
    • disabled CleanMemoryTask by default
    • Removed some deprecated methods and constants from the ServerConfiguration class
    • some Buckminster dependency changes
  • Changelog for version 0.8.9.M923
    • fixes involving the login logic of the usersession and the LoginDialogController
    • replaced occurrences of ECoreUtil.copy with ModelUtil.clone
    • various Buckminster fixes
  • Changelog for version 0.8.9.M922
    • added shared versioned properties
    • regenrated models with runtime version set to 2.5
    • Client XML RPC connection and reply timeout defaults to 10 minutes
    • expandlevel for treeviewer in commit dialog defaults to 0
    • removed some deprecated methods
    • various bug fixes

Back to the top