diff --git a/api/src/main/java/javax/servlet/AsyncContext.java b/api/src/main/java/javax/servlet/AsyncContext.java index b1561e340..6461c4a45 100644 --- a/api/src/main/java/javax/servlet/AsyncContext.java +++ b/api/src/main/java/javax/servlet/AsyncContext.java @@ -361,8 +361,8 @@ public interface AsyncContext { * The given AsyncListener class must define a zero argument constructor, which is used to instantiate it. * *
- * This method supports resource injection if the given clazz represents a Managed Bean. See the Java EE - * platform and JSR 299 specifications for additional details about Managed Beans and resource injection. + * This method supports resource injection if the given clazz represents a Managed Bean. See the Jakarta EE + * platform and CDI specifications for additional details about Managed Beans and resource injection. * *
* This method supports any annotations applicable to AsyncListener.
diff --git a/api/src/main/java/javax/servlet/ServletContext.java b/api/src/main/java/javax/servlet/ServletContext.java
index 2cab9aa09..4c3e65c21 100644
--- a/api/src/main/java/javax/servlet/ServletContext.java
+++ b/api/src/main/java/javax/servlet/ServletContext.java
@@ -629,7 +629,7 @@ public interface ServletContext {
* {@link javax.servlet.annotation.ServletSecurity}, {@link javax.servlet.annotation.MultipartConfig},
* javax.annotation.security.RunAs, and javax.annotation.security.DeclareRoles annotations. In
* addition, this method supports resource injection if the class with the given className represents a
- * Managed Bean. See the Java EE platform and JSR 299 specifications for additional details about Managed Beans and
+ * Managed Bean. See the Jakarta EE platform and CDI specifications for additional details about Managed Beans and
* resource injection.
*
* @param servletName the name of the servlet
@@ -702,7 +702,7 @@ public interface ServletContext {
* This method introspects the given servletClass for the {@link javax.servlet.annotation.ServletSecurity},
* {@link javax.servlet.annotation.MultipartConfig}, javax.annotation.security.RunAs, and
* javax.annotation.security.DeclareRoles annotations. In addition, this method supports resource injection
- * if the given servletClass represents a Managed Bean. See the Java EE platform and JSR 299 specifications
+ * if the given servletClass represents a Managed Bean. See the Jakarta EE platform and CDI specifications
* for additional details about Managed Beans and resource injection.
*
* @param servletName the name of the servlet
@@ -771,8 +771,8 @@ public interface ServletContext {
* This method introspects the given clazz for the following annotations:
* {@link javax.servlet.annotation.ServletSecurity}, {@link javax.servlet.annotation.MultipartConfig},
* javax.annotation.security.RunAs, and javax.annotation.security.DeclareRoles. In addition, this
- * method supports resource injection if the given clazz represents a Managed Bean. See the Java EE
- * platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
+ * method supports resource injection if the given clazz represents a Managed Bean. See the Jakarta EE
+ * platform and CDI specifications for additional details about Managed Beans and resource injection.
*
* @param
* This method supports resource injection if the class with the given className represents a Managed Bean.
- * See the Java EE platform and JSR 299 specifications for additional details about Managed Beans and resource
+ * See the Jakarta EE platform and CDI specifications for additional details about Managed Beans and resource
* injection.
*
* @param filterName the name of the filter
@@ -920,7 +920,7 @@ public interface ServletContext {
*
*
* This method supports resource injection if the given filterClass represents a Managed Bean. See the Java
- * EE platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
+ * EE platform and CDI specifications for additional details about Managed Beans and resource injection.
*
* @param filterName the name of the filter
* @param filterClass the class object from which the filter will be instantiated
@@ -954,8 +954,8 @@ public interface ServletContext {
* The given Filter class must define a zero argument constructor, which is used to instantiate it.
*
*
- * This method supports resource injection if the given clazz represents a Managed Bean. See the Java EE
- * platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
+ * This method supports resource injection if the given clazz represents a Managed Bean. See the Jakarta EE
+ * platform and CDI specifications for additional details about Managed Beans and resource injection.
*
* @param
* This method supports resource injection if the class with the given className represents a Managed Bean.
- * See the Java EE platform and JSR 299 specifications for additional details about Managed Beans and resource
+ * See the Jakarta EE platform and CDI specifications for additional details about Managed Beans and resource
* injection.
*
* @param className the fully qualified class name of the listener
@@ -1232,7 +1232,7 @@ public interface ServletContext {
*
*
* This method supports resource injection if the given listenerClass represents a Managed Bean. See the
- * Java EE platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
+ * Jakarta EE platform and CDI specifications for additional details about Managed Beans and resource injection.
*
* @param listenerClass the listener class to be instantiated
*
@@ -1270,8 +1270,8 @@ public interface ServletContext {
* The given EventListener class must define a zero argument constructor, which is used to instantiate it.
*
*
- * This method supports resource injection if the given clazz represents a Managed Bean. See the Java EE
- * platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
+ * This method supports resource injection if the given clazz represents a Managed Bean. See the Jakarta EE
+ * platform and CDI specifications for additional details about Managed Beans and resource injection.
*
* @param