-
Notifications
You must be signed in to change notification settings - Fork 320
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
Follow up the fallout of whatever platform will do with javax.annotation #2103
Comments
we use javax.generated as dependency in xbase. dont know why. xtext.xtext.generator and jvm model completer seem to search for its availability some xbase tests use javax.annotation.Nullable |
cc @szarnekow |
… too Signed-off-by: Christian Dietrich <[email protected]>
should we deprecate org.eclipse.xtext.xtext.generator.model.annotations.GeneratedClassAnnotation (its opt-in anyway if i see correct) |
[eclipse-xtext/xtext#2103] remove javax.annotation dep. from manifest too
FYI the E4 injector now supports both Jakarta and javax annotations, you can use either one (probably can even mix them or apply both): And it will support Javax for at least two more years: A summary is in eclipse-platform/eclipse.platform.releng.aggregator#1056 |
Follow up the fallout of whatever platform will do with javax.annotation
eclipse-platform/eclipse.platform.releng.aggregator#600
The text was updated successfully, but these errors were encountered: