A couple of changes made in Jersey 2.0 RI prompts this note.
The Jersey 2.0 release requires the use of Java SE 6 and this is also required when running the JAX-RS TCK against Jersey 2.0.
The JAX-RS 2.0 Technology Compatibility Kit (TCK) includes the following items:
JavaTest harness and documentation
The JavaTest harness Release Notes are provided in the JavaTest documentation directory in the JAXRS TCK 2.0 documentation bundle.
The JavaTest harness provides three user guides in PDF format. The JavaTest User's Guides are also available in JavaHelp format, and can be displayed either in the JavaTest harness or in a separate viewer launched from the command line.
JAX-RS TCK, signature, API, and specification tests:
A signature test that checks that all of the public APIs are supported or defined in the JAX-RS 2.0 implementation that is under test.
Specification tests for the testable assertions required by the JAX-RS 2.0 Specification.
API tests for the public APIs and language elements defined by the JAX-RS 2.0 Specification.
The test suite bundle contains the following:
The JAX-RS 2.0 TCK tests and the JAX-RS 2.0 Reference Implementation (RI) can be run with Java Platform, Standard Edition version 6.0 (Java SE 6) or above. See Reference Runtime for JAX-RS 2.0 for additional information.
Refer to the Technology Compatibility Kit User's Guide for Java API for RESTful Web Services for platform compatibility requirements and notes.
The designated Reference Runtime for compatibility testing of implementations based upon the JAX-RS 2.0 Specification is as follows:
Java SE 6, which must be used with a Java EE profile/application server, such as the GlassFish v4 server
Oracle Reference Implementation (RI) of JAX-RS 2.0 available as a standalone implementation from Java Licensee Engineering or included as part of the Java EE 7 RI or the Java EE 7 Web Profile RI, both of which are also available from Java Licensee Engineering
The JAX-RS 2.0 TCK tests can be run on the following platforms:
Refer to the Technology Compatibility Kit User's Guide for Java API for RESTful Web Services 2.0, included in the documentation bundle (a separate download from the product bundle), for complete instructions on installing, setting up, and running the JAX-RS 2.0 TCK.
The JAX-RS 2.0 TCK includes software developed by the Apache Software Foundation (http://www.apache.org/). The Apache Ant Contrib project is located at http://ant-contrib.sourceforge.net/.
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.