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

Conversation

ndoschek
Copy link
Contributor

@ndoschek ndoschek commented Sep 8, 2021

Fixes #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 incompatible 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)

Fixes #117 Use generic stand-in for contributors/developers

Fixes #123 Reuse TransactionChangeRecorder in RecordingModelResourceManager

  • Using the RecordingModelResourceManager creates a lot of unnecessary adapters, therefore reuse the TransactionChangeRecorder from the EditingDomain

- 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)
Using the RecordingModelResourceManager creates a lot of unnecessary adapters, therefore reuse the TransactionChangeRecorder from the EditingDomain
@ndoschek ndoschek changed the title #123, #117 Reuse TransactionChangeRecorder and use generic stand-in for contributors/developers #125, #123, #117 Fix dependencies, reuse TransactionChangeRecorder and use generic stand-in for contributors/developers Sep 9, 2021
@ndoschek ndoschek requested review from tortmayr and removed request for martin-fleck-at September 13, 2021 06:58
Copy link
Contributor

@tortmayr tortmayr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work Nina! Code looks good to me and everything seems to work as expected 😉

@ndoschek ndoschek merged commit 71ab59f into master Sep 13, 2021
@ndoschek ndoschek deleted the issues/123 branch September 13, 2021 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants