Closed Thammachart closed 3 years ago
Yes, generally they should be renamed. In jdk-adoptopenjdk I at least updated the description now so that the package can be found when searching for Temurin or Adoptium. I'm not sure yet what would be the best way to do so. There are at least two different options:
/usr/lib/jvm/java-*-adoptopenjdk
to /usr/lib/jvm/java-*-temurin
. This would however leave people with a locally installed package that is not available in the AUR anymore. Also an update that changes the installation target might confuse people.replace
to signal that they are the successor of the current adoptopenjdk packages. The old packages could be updated to just depend on the new ones and create corresponding symlinks. At some point they can be removed from the AUR or merged into the new packages.While writing this up I tend to solution 2. Merging the old packages into the new ones should also transfer comments and votes. For the transition period where both packages exist, they would be separate though.
Agreed with the solution 2
In addition, make it clear that it's deprecated
and recommend Temurin packages in AdoptOpenJDK.
Implemented in #24.
It's been quite some time since AdoptOpenJDK become Adoptium's Temurin officially. Do we have any plan for migration?
Lots of package managers already applied this. (Homebrew, Scoop, Chocolatey)