diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html index 2b11b037974..4dd1fe98166 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/removals.html @@ -254,6 +254,23 @@
javax.inject
and javax.annotation
package is deprecated
+and scheduled to be disabled by default after the December 2025 release.
+The eventual removal of support for these javax
annotations will happen at any time after the December 2025 release without any further prior notice,
+whenever maintaining it is no longer feasible or hinders other development.
+
+Processing of javax
annotations can be disabled for an application already now by specifying the VM property -Declipse.e4.inject.javax.disabled=true
.
+For further details or to provide feedback on this change, see eclipse.platform.releng.aggregator#1056.
+