eclipse-jdt / eclipse-jdt/eclipse.jdt.core
MR Exporting a Jar must consider the Multi-Release
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
[The spec says](https://openjdk.org/jeps/238) states that
> A multi-release JAR ("MRJAR") will contain the main attribute:
> `Multi-Release: true`
> declared in the main section of the JAR `MANIFEST.MF`.
so when exporting such projects to a Jar using the wizard it should add this flag (or have an option to enable/disable the option).
See
- https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4275
Contributor guide
Assessment
This issue has not been assessed yet.