ee.jakarta.tck.jsonp.signaturetest.sig-test.map Maven / Gradle / Ivy
The newest version!
#
# Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# 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
# 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:
# .sig__
# Given this format, the following example breaks down as follows:
# jakarta.json.sig_2.0.0_se8:
# jakarta.json.sig_2.0.0_se11:
# = jakarta.json
# = 2.0.0 (for JSON-P)
# = se8 and se11
#
# For this release valid versions are: "_se8", "_se11", or "_se8_se11"
# This sig-test.map file is designed to be run using JDK 8 so any
# signature file that ends with "_se8" or "se8_se11" will be valid.
# if a signature file contains only "_se8" and no reference to "_se11"
# in the signature name, than that means that signature file MUST only
# be referenced when using JDK 8.
#
###############################################################
jakarta.json=2.1.0
© 2015 - 2024 Weber Informatics LLC | Privacy Policy