From 6bbe4184756d77267d6f2bb5f20b15426a9d95af Mon Sep 17 00:00:00 2001 From: Volodymyr Siedlecki Date: Wed, 20 Apr 2022 09:50:35 -0400 Subject: [PATCH] Update release date; Update Java EE references to Jakarta EE --- user_guides/jstl/src/main/jbake/content/attributes.conf | 2 +- user_guides/jstl/src/main/jbake/content/rebuild.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/user_guides/jstl/src/main/jbake/content/attributes.conf b/user_guides/jstl/src/main/jbake/content/attributes.conf index e5606f05a2..3cd1e9fc9a 100644 --- a/user_guides/jstl/src/main/jbake/content/attributes.conf +++ b/user_guides/jstl/src/main/jbake/content/attributes.conf @@ -2,7 +2,7 @@ :TechnologyShortName: Tag Library :LegacyAcronym: JSTL :TechnologyVersion: 3.0 -:ReleaseDate: March 2022 +:ReleaseDate: May 2022 :CopyrightDates: 2017, 2022 :TechnologyRI: Eclipse GlassFish 7.0 :TechnologyRIURL: https://projects.eclipse.org/projects/ee4j.glassfish diff --git a/user_guides/jstl/src/main/jbake/content/rebuild.inc b/user_guides/jstl/src/main/jbake/content/rebuild.inc index daa5db35db..060bbb6d66 100644 --- a/user_guides/jstl/src/main/jbake/content/rebuild.inc +++ b/user_guides/jstl/src/main/jbake/content/rebuild.inc @@ -23,7 +23,7 @@ published in a Java SE environment are located under `$TS_HOME/classes`. The {TechnologyShortName} TCK comes with prebuilt test WAR files for -deployment on Java EE 10 RI , which provides a Servlet–compliant Web +deployment on Jakarta EE 10 RI , which provides a Servlet–compliant Web container. The WAR files are {TechnologyRI}-specific, with {TechnologyRI}'s servlet class and {TechnologyRI}'s servlet defined in the `web.xml` deployment descriptor. To run the TCK tests against the VI in a Servlet–compliant @@ -50,7 +50,7 @@ B.1 Overview The set of prebuilt archives and classes that ship with the {TechnologyShortName} TCK were built using the Reference -Implementation, and must be deployed on Java EE 10 RI and run against +Implementation, and must be deployed on Jakarta EE 10 RI and run against the {TechnologyRI} RI. The prebuilt {TechnologyRI}-specific Servlet–compliant WAR files are located @@ -147,7 +147,7 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> ---- The {TechnologyShortName} TCK provides a tool, -`${ts.home}/bin/xml/impl/glassfish/jersey.xml`, for the Java EE 10 RI +`${ts.home}/bin/xml/impl/glassfish/jersey.xml`, for the Jakarta EE 10 RI that you can use as a model to help you create your own VI-specific Web test application.