nddipiazza opened a new pull request, #2482:
URL: https://github.com/apache/tika/pull/2482

   ## Problem
   
   The `tika-translate` module fails to build due to 
`jakarta.websocket:jakarta.websocket-api:jar:2.3.0-M1` having a parent POM 
dependency on `org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT` which is no longer 
available in Maven Central.
   
   **Error:**
   ```
   Failed to execute goal on project tika-translate: Could not collect 
dependencies
   Failed to read artifact descriptor for 
jakarta.websocket:jakarta.websocket-api:jar:2.3.0-M1
   Caused by: Could not find artifact 
org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT in central-portal-snapshots
   ```
   
   **Failing Build:** 
https://github.com/apache/tika/actions/runs/20508644652/job/58961867443
   
   ## Solution
   
   Downgrade `jakarta.websocket-api` from `2.3.0-M1` (milestone) to `2.2.0` 
(stable release).
   
   **Version comparison:**
   - `2.3.0-M1` parent: `org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT` ❌ (not 
available)
   - `2.2.0` parent: `org.eclipse.ee4j:project:pom:1.0.9` ✅ (stable, available)
   
   ## Testing
   
   - ✅ `mvn clean compile` succeeds
   - ✅ `mvn test` passes (20 tests, 9 skipped for external services)
   - ✅ No API compatibility issues (2.2.0 is a stable Jakarta EE 11 release)
   
   ## Changes
   
   - `tika-translate/pom.xml`: Changed jakarta.websocket-api version from 
2.3.0-M1 to 2.2.0
   
   Fixes: TIKA-4588


-- 
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