-
Notifications
You must be signed in to change notification settings - Fork 188
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
Migrate model processors from extension point to OSGi DS #2402
Labels
enhancement
New feature or request
Comments
fipro78
added a commit
that referenced
this issue
Oct 15, 2024
Please note that currently there is a bug in the modeleditor that makes it sometimes not possible to migrate: beside that its a great feature I use quite often! |
HannesWell
pushed a commit
that referenced
this issue
Nov 6, 2024
fipro78
added a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Dirk Fauth <[email protected]>
fipro78
added a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Dirk Fauth <[email protected]>
fipro78
added a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Dirk Fauth <[email protected]>
HannesWell
pushed a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Dirk Fauth <[email protected]>
HannesWell
pushed a commit
that referenced
this issue
Nov 7, 2024
Signed-off-by: Dirk Fauth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 4.20 it is possible to contribute model processors via OSGi DS (see New & Noteworthy)
This way it is possible to get rid of a plugin.xml to contribute the model processors and completely rely on OSGi DS. It also supports the OSGi dynamics.
The model processors in the platform should adapt the OSGi DS approach to get rid of the extension points.
The text was updated successfully, but these errors were encountered: