Skip to content

Commit f31bed7

Browse files
committed
Replaced {productMajorVersion} with {product-majorVersion} in all the adoc files
Signed-off-by: Atwijukire Ariho Seth <[email protected]>
1 parent 3425f52 commit f31bed7

File tree

59 files changed

+330
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+330
-331
lines changed

docs/add-on-component-development-guide/src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ program in the Java language.
2626
This preface contains information about and conventions for the entire
2727
{productName} ({productName}) documentation set.
2828

29-
{productName} {productMajorVersion} is developed through the GlassFish project
29+
{productName} {product-majorVersion} is developed through the GlassFish project
3030
open-source community at https://github.com/eclipse-ee4j/glassfish.
3131
The GlassFish project provides a structured process for developing the
3232
{productName} platform that makes the new features of the Jakarta EE
@@ -171,7 +171,7 @@ Javadoc tool reference documentation for packages that are provided with
171171
* The Jakarta EE specifications and API specification is
172172
located at https://jakarta.ee/specifications/.
173173

174-
* The API specification for {productName} {productMajorVersion}, including Jakarta EE
174+
* The API specification for {productName} {product-majorVersion}, including Jakarta EE
175175
platform packages and nonplatform packages that are specific to the
176176
{productName} product, is located at
177177
https://glassfish.org/docs/.

docs/administration-guide/src/main/asciidoc/asadmin-subcommands.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=part-appendixes.adoc
99
== A Subcommands for the `asadmin` Utility
1010

1111
This appendix lists the `asadmin` subcommands that are included with
12-
this release of the {productName} {productMajorVersion} software.
12+
this release of the {productName} {product-majorVersion} software.
1313

1414
* <<General Administration Subcommands>>
1515
* <<Batch Jobs Subcommands>>

docs/administration-guide/src/main/asciidoc/connectors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=jdbc.adoc
99
== 12 Administering EIS Connectivity
1010

1111
This chapter provides information and procedures for administering
12-
connections to enterprise information system (EIS) data in the {productName} {productMajorVersion} environment by using the `asadmin` command-line utility.
12+
connections to enterprise information system (EIS) data in the {productName} {product-majorVersion} environment by using the `asadmin` command-line utility.
1313

1414

1515
[NOTE]

docs/administration-guide/src/main/asciidoc/domains.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ typing `asadmin help uptime` at the command line.
12481248

12491249
==== To Switch a Domain to Another Supported Java Version
12501250

1251-
{productName} {productMajorVersion} requires Java SE 11 as the underlying virtual
1251+
{productName} {product-majorVersion} requires Java SE 11 as the underlying virtual
12521252
machine for the Java platform (Java Virtual Machine or JVM machine).
12531253

12541254
[NOTE]

docs/administration-guide/src/main/asciidoc/general-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=part-runtime-admin.adoc
99
== 2 General Administration
1010

1111
This chapter provides instructions for performing general administration
12-
tasks in the {productName} {productMajorVersion} environment by
12+
tasks in the {productName} {product-majorVersion} environment by
1313
using the `asadmin` command-line utility.
1414

1515
The following topics are addressed here:

docs/administration-guide/src/main/asciidoc/http_https.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=connectors.adoc
99
== 13 Administering Internet Connectivity
1010

1111
This chapter provides procedures for performing internet connectivity
12-
tasks in the {productName} {productMajorVersion} environment by
12+
tasks in the {productName} {product-majorVersion} environment by
1313
using the `asadmin` command-line utility.
1414

1515
The following topics are addressed here:

docs/administration-guide/src/main/asciidoc/jdbc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=part-res-and-svcs-admin.adoc
99
== 11 Administering Database Connectivity
1010

1111
This chapter provides procedures for performing database connectivity
12-
tasks in the {productName} {productMajorVersion} environment by
12+
tasks in the {productName} {product-majorVersion} environment by
1313
using the `asadmin` command-line utility.
1414

1515
The following topics are addressed here:
@@ -983,7 +983,7 @@ typing `asadmin help delete-jdbc-resource` at the command line.
983983

984984
==== Enabling the `jdbc/__default` Resource in a Clustered Environment
985985

986-
{productName} {productMajorVersion} includes a preconfigured JDBC resource with the
986+
{productName} {product-majorVersion} includes a preconfigured JDBC resource with the
987987
JNDI name `jdbc/__default`. This `jdbc/__default` resource is not
988988
enabled by default, so you need to explicitly enable it if you want to
989989
use it in a cluster.

docs/administration-guide/src/main/asciidoc/jndi.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,18 +479,18 @@ typing `asadmin help delete-jndi-resource` at the command line.
479479

480480
===== To Disable {productName} v2 Vendor-Specific JNDI Names
481481

482-
The EJB 3.1 specification supported by {productName} {productMajorVersion} defines
482+
The EJB 3.1 specification supported by {productName} {product-majorVersion} defines
483483
portable EJB JNDI names. Because of this, there is less need to continue
484484
to use older vendor-specific JNDI names.
485485

486486
By default, {productName} v2-specific JNDI names are applied
487-
automatically by {productName} {productMajorVersion} for backward compatibility.
487+
automatically by {productName} {product-majorVersion} for backward compatibility.
488488
However, this can lead to some ease-of-use issues. For example,
489489
deploying two different applications containing a Remote EJB component
490490
that exposes the same remote interface causes a conflict between the
491491
default JNDI names.
492492

493-
The default handling of v2-specific JNDI names in {productName} {productMajorVersion}
493+
The default handling of v2-specific JNDI names in {productName} {product-majorVersion}
494494
can be managed with the `asadmin` command or with the
495495
`disable-nonportable-jndi-names` boolean property for the
496496
`ejb-container` element in `glassfish-ejb-jar.xml`.

docs/administration-guide/src/main/asciidoc/jvm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prev=domains.adoc
1010

1111
This chapter provides procedures for administering the Virtual Machine
1212
for the Java platform (Java Virtual Machine) or JVM machine) in the
13-
{productName} {productMajorVersion} environment by using the
13+
{productName} {product-majorVersion} environment by using the
1414
`asadmin` command-line utility.
1515

1616
The following topics are addressed here:

docs/administration-guide/src/main/asciidoc/lifecycle-modules.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=monitoring.adoc
99
== 9 Administering Life Cycle Modules
1010

1111
This chapter provides procedures for administering life cycle modules in
12-
the {productName} {productMajorVersion} environment.
12+
the {productName} {product-majorVersion} environment.
1313

1414
The following topics are addressed here:
1515

0 commit comments

Comments
 (0)