This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new cae509a add download location for the JakartaEE TCK zip
cae509a is described below
commit cae509aa72777b96f89b5b86cfd9a07754dd6d0c
Author: Mark Struberg <[email protected]>
AuthorDate: Mon Feb 18 07:31:11 2019 +0100
add download location for the JakartaEE TCK zip
---
openjpa-integration/tck/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml
index 9e25499..786d0e5 100644
--- a/openjpa-integration/tck/pom.xml
+++ b/openjpa-integration/tck/pom.xml
@@ -41,6 +41,9 @@
but you can also test against prior levels by setting:
-Dtck2.level=20091209
+ As of JakartaEE you can freely download the TCK jars from here:
+ https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/
+
To set the TCK run time limit, use the "jpatck.run.tmo" system property to
specify the timeout value in milliseconds. Default to 7200000 (2 hours).