Skip to content

Commit

Permalink
edit comments to remove tech versions from sig files
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 16, 2022
1 parent 467462d commit 8a1cb03
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 27 deletions.
4 changes: 2 additions & 2 deletions install/concurrency/bin/sig-test.map
Expand Up @@ -29,9 +29,9 @@
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.enterprise.concurrent.sig_1.0:
# jakarta.enterprise.concurrent.sig:
# <package> = jakarta.enterprise.concurrent
# <technology_version> = 1.0 (for CONCURRENCY)
#
Expand Down
2 changes: 1 addition & 1 deletion install/jakartaee/bin/sig-test.map
Expand Up @@ -26,7 +26,7 @@
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.servlet=4.0
# <package> = jakarta.servlet
Expand Down
8 changes: 3 additions & 5 deletions install/jaxws/bin/sig-test.map
Expand Up @@ -16,19 +16,17 @@

###############################################################
#
# IMPORTANT: this sig-test.map file for use with JDK 8 only!
# Using this file with a non JDK 8 will yield errors.
#
# The signature test mapping file for the JAX-WS 2.2 TCK. This file
# The signature test mapping file for the JAX-WS TCK. This file
# should be formatted as a standard java properties file. The
# name is the package name and the value is the version of the
# package that should be tested by the signature tests.
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.xml.jaxws.sig_2.2:
# jakarta.xml.jaxws.sig:
# <package> = jakarta.xml.ws
# <technology_version> = 2.2 (for JAX-WS)
#
Expand Down
4 changes: 2 additions & 2 deletions install/jms/bin/sig-test.map
Expand Up @@ -29,9 +29,9 @@
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.jms.sig_2.0:
# jakarta.jms.sig:
# <package> = jakarta.jms
# <technology_version> = 2.0 (for JMS)
###############################################################
Expand Down
4 changes: 2 additions & 2 deletions install/jsonb/bin/sig-test.map
Expand Up @@ -30,9 +30,9 @@
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.json.bind.sig_1.0:
# jakarta.json.bind.sig:
# <package> = jakarta.json.bind
# <technology_version> = 1.1 (for JSON-B)
#
Expand Down
12 changes: 3 additions & 9 deletions install/jsonp/bin/sig-test.map
Expand Up @@ -14,25 +14,19 @@
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#

#
# $Id$
#

###############################################################
#
# IMPORTANT: this sig-test.map file for use with JDK 8 only!
# Using this file with other version of JDK will yield errors.
#
# The signature test mapping file for the JSON-P 2.0.0 TCK. This file
# The signature test mapping file for the JSON-P TCK. This file
# should be formatted as a standard java properties file. The
# name is the package name and the value is the version of the
# package that should be tested by the signature tests.
#
# The resultant signature file name has a name that complies
# with the following format:
# <package>.sig_<technology_version>
# <package>.sig
# Given this format, the following example breaks down as follows:
# jakarta.json.sig_2.0.0_se11:
# jakarta.json.sig:
# <package> = jakarta.json
# <technology_version> = 2.0.0 (for JSON-P)
#
Expand Down
2 changes: 0 additions & 2 deletions install/jstl/bin/sig-test.map
Expand Up @@ -20,8 +20,6 @@
# name is the package name and the value is the version of the
# package that should be tested by the signature tests.
#
# $Id$
#
###############################################################

# JSTL packages
Expand Down
8 changes: 4 additions & 4 deletions src/com/sun/ts/tests/signaturetest/README
@@ -1,6 +1,6 @@
The latest signature files (specific for Java SE 8 & Java SE 11) were updated in
The latest signature files were updated in
the jakartaee-tck repoitory (src/com/sun/ts/tests/signaturetests/signature-repository)
for JakartaEE 9 release. The wikipage to generate the signature files is updated in the
for JakartaEE 10 release. The wikipage to generate the signature files is updated in the
wiki link :
https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Signature-Tests-in-JakartaEE-TCK

Expand Down Expand Up @@ -66,9 +66,9 @@ signature tests. All signatures files live in the following directory:
$TS_HOME/src/com/sun/ts/tests/signaturetest/signature-repository/
Users should see if their signatures already exist in this directory.
Note, every property in the sig-test.map file maps to a signature
file. For example the property "jakarta.ejb=4.0_se11" maps to the signature
file. For example the property "jakarta.ejb=4.0" maps to the signature
file:
$TS_HOME/src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.ejb.sig_4.0_se11
$TS_HOME/src/com/sun/ts/tests/signaturetest/signature-repository/jakarta.ejb.sig

If the signature file already exist, the user should checkout the signature
file (using git clone) then record the new signatures and do an "git diff"
Expand Down

0 comments on commit 8a1cb03

Please sign in to comment.