You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tck/README.adoc
+34-2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ The Jakarta NoSQL Technology Compatibility Kit (TCK) is a suite of tests designe
7
7
8
8
Any Jakarta NoSQL module must pass this test suite to be considered compliant with the Jakarta NoSQL standards.
9
9
10
+
== Software Requirements
11
+
12
+
To run the Jakarta NoSQL TCK, the following software must be installed:
13
+
14
+
- **Java Development Kit (JDK)**: Jakarta NoSQL requires at least JDK 17 or later.
15
+
- **Apache Maven**: Required to build and execute the test suite.
16
+
- **A compatible NoSQL database**: The TCK needs a NoSQL database that conforms to the Jakarta NoSQL API. Ensure the database is running and accessible before executing the tests.
10
17
11
18
== Dependencies
12
19
@@ -92,7 +99,7 @@ com.example.MyTemplateSupplier
92
99
93
100
- **Database Lifecycle:**
94
101
95
-
The `TemplateSupplier` is not responsible for managing the database's Lifecycle. The database is expected to be already running when the `Template` instance is created and returned. The `TemplateSupplier` is only responsible for setting up the `Template` with the necessary configuration to interact with the database.
102
+
The `TemplateSupplier` is not responsible for managing the database's lifecycle. The database is expected to be already running when the `Template` instance is created and returned. The `TemplateSupplier` is only responsible for setting up the `Template` with the necessary configuration to interact with the database.
- **Jakarta NoSQL Mailing List**: Check the Jakarta EE community resources for discussions and support.
141
+
142
+
Ensure to provide detailed information about the issue, including the database configuration, the implementation under test, and relevant stack traces.
0 commit comments