Open
Description
Describe the bug, including details regarding any error messages, version, and platform.
Arrow Java should not publish modules based on filenames. Flatbuffers/Protobuf can probably be shaded to avoid this. We can potentially remove usage of jsr305 in favor of another library.
[WARNING] * Required filename-based automodules detected: [flatbuffers-java-24.3.25.jar, jsr305-3.0.2.jar, protobuf-java-3.25.1.jar, protobuf-java-util-3.25.1.jar]. Please don't publish this project to a public artifact repository! *
- [Java] Remove use of jsr305 arrow#43396
- [Java] Do not publish protobuf based on filename arrow#43437
- [Java] Add Automatic-Module-Name to Manifest file google/flatbuffers#8348
Component(s)
Java
Activity