[Java] Do not publish modules based on filenames
- 主要語言
- Java
- 星號
- 94
- 分支
- 152
- 平均合併
- 3 天 16 小時
- 30 天內合併 PR
- 11
描述
### 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! *
```
- [x] https://github.com/apache/arrow/issues/43396
- [x] https://github.com/apache/arrow/issues/43437
- [x] https://github.com/google/flatbuffers/issues/8348
### Component(s)
Java
貢獻指南
研究方向
首先檢查 Java 發布設定,以及 flatbuffers、protobuf 和 jsr305 如何進入已發布的成品。使用專案的建置或發布命令重現 filename-based automodule warning。當已發布的模組不再依賴 filename-based automatic modules,同時保留必要功能時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java
- 領域
- build-system
- Issue 類型
- 缺陷
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100