Where/when can I get java-1.8.0-openjdk-1.8.0.222.b10 and java-11-openjdk-11.0.4.11 ? These have already been posted on updates for CentOS, where are Fedoras?
Latest updates here:
- https://bodhi.fedoraproject.org/updates/?packages=java-1.8.0-openjdk
- https://bodhi.fedoraproject.org/updates/?packages=java-11-openjdk
First the packages appear in the updates-testing
repository, later they come to the updates
repository.
The updates-testing
repository is disabled by default but you can utilize it just to update those packages:
dnf --enablerepo updates-testing upgrade java-1.8.0-openjdk java-11-openjdk
If there’re no updates, consider to file a bug report about a new version available.
Also, if you don’t want to wait, you can build the packages yourself.
5 Likes
@browseria, also if you’re using / trying packages from updates-testing repository – or even straight from bodhi, it’s very useful to provide feedback/karma for these new packages.
This karma is what makes them come from testing repository to the stable repository used by default.
https://discussion.fedoraproject.org/t/how-can-i-test-updates-and-provide-karma/61065
4 Likes