Skip to content

Commit

Permalink
Update release date; Update Java EE references to Jakarta EE
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Apr 20, 2022
1 parent b71d865 commit 6bbe418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion user_guides/jstl/src/main/jbake/content/attributes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions user_guides/jstl/src/main/jbake/content/rebuild.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 6bbe418

Please sign in to comment.