You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
It is recommended to migrate to the corresponding replacements in the jakarta namespace.
The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
The text was updated successfully, but these errors were encountered:
Platform has moved to jakarta* usage in its codebase exclusively (unless we missed smth) and javax is just around for some time for plugins to adapt. Standard deprecation period is 2 year but we are not giving that in the message as if there is some CVE against javax and no fix for it removal might happen earlier (or at least disable it by default).
If experience on Platform counts it has been mostly find-and-replace effort to migrate.
Something to think about:
The text was updated successfully, but these errors were encountered: