Skip to content

Commit

Permalink
Additional Jakarta EE / Glassfish version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf authored and scottmarlow committed Apr 11, 2022
1 parent bc3f947 commit 30d7805
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions install/servlet/docs/ReleaseNotes-servlet.html
Expand Up @@ -69,11 +69,11 @@ <h2><a name="kit_contents">Kit Contents</a></h2>
<hr>
<h2><a name="platform">Platform Notes</a></h2>
<ul>
<li> The Jakarta EE Servlet TCK tests have been built with JDK 8 (1.8) and
tested with the Java™ Platform, Standard Edition SDK, Version 8 and 11.
<li> The Jakarta EE Servlet TCK tests have been built with JDK 11 and
tested with the Java™ Platform, Standard Edition SDK, Version 11.
</li>
<li>This TCK was verified with a Jakarta EE 9.1 compatible Platform,
Eclipse GlassFish 6.0 or 6.1. </li>
<li>This TCK was verified with a Jakarta EE 10 compatible Platform,
Eclipse GlassFish 7.0. </li>
<li> In the instructions in this document, variables in angle brackets
need to be expanded for each platform. For example, <code>&lt;TS_HOME&gt;</code>
becomes <code>$TS_HOME</code> on Solaris/Linux and <code>%TS_HOME%</code>
Expand Down
4 changes: 2 additions & 2 deletions user_guides/servlet/src/main/jbake/content/install-server.inc
Expand Up @@ -5,13 +5,13 @@ For standalone technologies, no server may be required, and the
below lines can be removed.
This is used in install.adoc in section 3.2.
////
. Install the Jakarta EE 9 CI software (the servlet Web container used
. Install the Jakarta EE 10 CI software (the servlet Web container used
for running the {TechnologyShortName} TCK with the
{TechnologyShortName} {TechnologyVersion} CI), if it is not already
installed. +
Download and install the Servlet Web container with the
{TechnologyShortName} {TechnologyVersion} CI used for running the
{TechnologyShortName} TCK {TechnologyVersion}, represented by the Jakarta
EE 9 CI.
EE 10 CI.
If you intend to use {TechnologyRI}, you may obtain this software via the
downloads tab from the project website: {TechnologyRIURL}.
4 changes: 2 additions & 2 deletions user_guides/servlet/src/main/jbake/content/rebuild.inc
Expand Up @@ -24,7 +24,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 Jakarta EE 9 CI {TechnologyRI}, which provides a Servlet–compliant Web
deployment on Jakarta EE 10 CI {TechnologyRI}, 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 @@ -51,7 +51,7 @@ B.1 Overview

The set of prebuilt archives and classes that ship with the
{TechnologyShortName} TCK were built using the {TechnologyRI} Jakarta EE Compatible
Implementation, and must be deployed on a Jakarta EE 9 CI and run against
Implementation, and must be deployed on a Jakarta EE 10 CI and run against
the {TechnologyRI} CI.

The prebuilt {TechnologyRI}-specific Servlet–compliant WAR files are located
Expand Down

0 comments on commit 30d7805

Please sign in to comment.