solomax commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3781828263


##########
openjpa-integration/tck/README.md:
##########
@@ -0,0 +1,130 @@
+# OpenJPA JPA 3.2 TCK Runner
+
+This module runs the Jakarta Persistence 3.2 Technology Compatibility Kit (TCK)
+against OpenJPA using PostgreSQL.
+
+## Prerequisites
+
+- Java 17+
+- Maven 3.x
+- PostgreSQL (via Docker or a standalone instance)
+- `psql` command-line client (for database preparation)
+- `python3`, `curl`, `unzip` (the script checks for all required commands at 
startup)
+
+## Quick Start
+
+### 1. Start PostgreSQL
+
+From the **project root**:
+
+```bash
+docker compose up -d

Review Comment:
   this one seems to be already addressed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to