Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#125, #123, #117 Fix dependencies, reuse TransactionChangeRecorder and use generic stand-in for contributors/developers #124

Merged
merged 3 commits into from
Sep 13, 2021

Commits on Sep 9, 2021

  1. #125 Fix dependencies to restore launching and websocket communication

    - Add missing mandatory dependency org.aopalliance to restore model server launching
    - Lock jetty version to 9.4.43 as 2021-06 also offers v10 which is compatible with our current versions
    - Rename r2020-09 to targetplatform and update its occurrences
    - Use specific versions for emfjson-jackson and jetty update site to speed up targetplatform resolving
    - Fix Workspace warning (plugin.properties not existing in workspace)
    ndoschek committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    75568a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a527d5 View commit details
    Browse the repository at this point in the history
  3. #123 Reuse TransactionChangeRecorder in RecordingModelResourceManager

    Using the RecordingModelResourceManager creates a lot of unnecessary adapters, therefore reuse the TransactionChangeRecorder from the EditingDomain
    ndoschek committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3543c2c View commit details
    Browse the repository at this point in the history