bazelbuild / bazelbuild/rules_java
Add support for building Multi-Release JARs
未关闭
P3
- 主要语言
- Starlark
- 星标
- 103
- 派生
- 102
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Description of the problem / feature request:
Add support for building [JEP 238](http://openjdk.java.net/jeps/238)-compliant jars for distribution.
### Feature requests: what underlying problem are you trying to solve with this feature?
* http://openjdk.java.net/jeps/238#Motivation.
* https://github.com/protocolbuffers/protobuf/issues/3781 is one concrete example of a desire for JEP 238 support in Bazel.
贡献指南
调研方向
Issue 中没有指定文件、测试或入口点。先阅读 JEP 238 和链接的 protobuf issue,以了解所需的分发行为,然后检查仓库的 Java 构建规则和测试。当这些规则能够生成符合 JEP 238 的多版本 JAR,并为受支持的用例提供覆盖时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100