ted-jenks opened a new issue, #3007: URL: https://github.com/apache/parquet-java/issues/3007
### Describe the bug, including details regarding any error messages, version, and platform. <img width="755" alt="Screenshot 2024-09-09 at 9 27 23 AM" src="https://github.com/user-attachments/assets/eaf207e7-70cf-4b33-9df0-8dc220d1c716"> The current jar contains version specific classes under `META-INF/versions/...` with unshaded package names. This leads to clashes with jackson and thus classpath duplicates. This is a major problem in many major projects right now (e.g. Spark). ### Component(s) _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
