This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 9eba41977 TIKA-4588: Downgrade jakarta.websocket-api from 2.3.0-M1 to
2.2.0 (#2482)
9eba41977 is described below
commit 9eba419777eb8f6ad5b5e6669700f40f28f83125
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Fri Dec 26 08:27:14 2025 -0600
TIKA-4588: Downgrade jakarta.websocket-api from 2.3.0-M1 to 2.2.0 (#2482)
- Version 2.3.0-M1 has a parent POM dependency on
org.eclipse.ee4j:project:pom:2.0.0-SNAPSHOT
- This SNAPSHOT dependency is no longer available in Maven Central
- Causes intermittent build failures in CI
- Version 2.2.0 uses stable parent org.eclipse.ee4j:project:pom:1.0.9
- All tests pass with 2.2.0
---
tika-translate/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 014ad2ca6..f1e99ac24 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
- <version>2.3.0-M1</version>
+ <version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>