Skip to content

Commit

Permalink
CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK (initial commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Sep 19, 2024
1 parent f6e2088 commit 0136e23
Show file tree
Hide file tree
Showing 9 changed files with 668 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tck/cxf-tck/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Jakarta REST TCK

The **Jakarta REST TCK** is a standalone kit for testing compliance of an implementation with the Jakarta REST specification.

**Note:** This TCK contains *only* tests being added since Jakarta REST 3.0. To proof compliance as part of a certification review, additional test have to be performed. Those are part of the Jakarta Platform TCK for historic reasons.

## Performing Test

* Execute `mvn verify`.
* Find the test result as part of Maven's output on the console or refer to the surefire reports.

## Source

* `https://github.com/jakartaee/rest/blob/3.1.0/jersey-tck/`

16 changes: 16 additions & 0 deletions tck/cxf-tck/j2ee.pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (c) 2021 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
#
AS_ADMIN_USERPASSWORD=j2ee
16 changes: 16 additions & 0 deletions tck/cxf-tck/javajoe.pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (c) 2021 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
#
AS_ADMIN_USERPASSWORD=javajoe
Loading

0 comments on commit 0136e23

Please sign in to comment.