Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jakarta RESTful Web Services TCK to 3.1.5 #24909

Merged
merged 1 commit into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions appserver/tests/tck/rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation. 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
Expand All @@ -23,7 +23,7 @@ Usage:

Run full TCK:

mvn clean clean
mvn clean install


Run all tests in test class
Expand Down Expand Up @@ -65,7 +65,7 @@ mvn clean install -Dgroups=security
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<tck.version>3.1.1</tck.version>
<tck.version>3.1.5</tck.version>

<glassfish.version>${project.version}</glassfish.version>
<glassfish.root>${project.build.directory}</glassfish.root>
Expand Down
8 changes: 4 additions & 4 deletions appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2021, 2022 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation. 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
Expand Down Expand Up @@ -31,9 +31,9 @@
<name>TCK: Install Jakarta REST TCK</name>

<properties>
<tck.rest.rest.version>3.1.1</tck.rest.rest.version>
<tck.test.rest.file>restful-ws-tck-${tck.rest.rest.version}</tck.test.rest.file>
<tck.test.rest.url>https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/epl/${tck.test.rest.file}.zip</tck.test.rest.url>
<tck.rest.rest.version>3.1.5</tck.rest.rest.version>
<tck.test.rest.file>jakarta-restful-ws-tck-${tck.rest.rest.version}</tck.test.rest.file>
<tck.test.rest.url>https://download.eclipse.org/jakartaee/restful-ws/3.1/${tck.test.rest.file}.zip</tck.test.rest.url>
</properties>

<build>
Expand Down