halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
468 stars 87 forks source link

Include super-awesome builds from AdoptOpenJDK #1

Closed x80486 closed 5 years ago

x80486 commented 5 years ago

AdoptOpenJDK now also distributes OpenJDK upstream builds, although this set don't have support for all the platforms.

WhiteVermouth commented 5 years ago

Maybe you can try my fork, which supports zulu, adoptopenjdk and amazon corretto, but oracle jdk support is removed.

halcyon commented 5 years ago

I still have some work to do on adoptopenjdk support to make it work with Mac as well.

halcyon commented 5 years ago

This plugin has become extremely difficult to maintain. Please check out my rewrite of the plugin - it uses AdoptOpenJDK's API, and includes corretto/zulu. https://github.com/halcyon/asdf-java-2 @x80486 @WhiteVermouth @mig4 Looking forward to feedback!

halcyon commented 5 years ago

Now all AdoptOpenJDK builds are available here. I've merged in all changes in the new architecture developed in asdf-java-2 to asdf-java. @x80486 @WhiteVermouth @mig4