kbachuHighSpot commented on PR #1473: URL: https://github.com/apache/tika/pull/1473#issuecomment-2216056172
I had to revert to `3.0.0-BETA` instead of `3.0.0-SNAPSHOT` due to dependencies in our code. Running into this issue when I use `BETA` version. ``` [2024-07-08T22:29:48Z] Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:476). [2024-07-08T22:29:48Z] org.apache.tika.metadata.TikaMetadataKeys ``` I am using - ``` <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>3.0.0-BETA</version> <groupId>org.apache.tika</groupId> <artifactId>tika-parsers-standard-package</artifactId> <version>3.0.0-BETA</version> ``` -- 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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org