add javadoc subpackages
- Dominant language
- Jinja
- Stars
- 168
- Forks
- 77
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 12
Description
Fedora rpms have java-xyz-openjdk-javadoc and java-xyz-openjdk-javadoc-zip suboakcages.
While readning https://github.com/adoptium/installer/issues/814 ; I realised temurin rpms do not have this
The java-xyz-openjdk-javadoc-zip ( which contains still the same javadoc, only in zip) exists next to plain java-xyz-openjdk-javadoc, because a zip with docs is much more easily indexable by IDEs
This will be currently lost with migration to temurin jdk, but it is very minor I think.
Contributor guide
Research direction
Start by tracing how RPM packages are generated in the installer repository and compare the requested Fedora subpackage names with the current Temurin RPM output. Confirm how the plain Javadoc and Javadoc ZIP are represented. Done means the RPM build produces both packages with the expected names and contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100