[ https://issues.apache.org/jira/browse/TIKA-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863981#comment-17863981 ]
ASF GitHub Bot commented on TIKA-3347: -------------------------------------- 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> ``` > Upgrade to PDFBox 3.x when available > ------------------------------------ > > Key: TIKA-3347 > URL: https://issues.apache.org/jira/browse/TIKA-3347 > Project: Tika > Issue Type: Task > Reporter: Tim Allison > Priority: Major > > 3.0.0-RC1 was recently released. We should integrate it on a dev branch asap > so that we can help with regression testing... -- This message was sent by Atlassian Jira (v8.20.10#820010)