Giter VIP home page Giter VIP logo

Comments (8)

sormuras avatar sormuras commented on September 26, 2024

/cc @travis-ci @BanzaiMan

from bach.

tellison avatar tellison commented on September 26, 2024

You can obtain your OpenJDK builds (nightlies or releases) via the AdoptOpenJDK API. No login page etc to go through.

If there is anything missing from there drop a note on the #api channel of AdoptOpenJDK Slack and the team can discuss options.

from bach.

sormuras avatar sormuras commented on September 26, 2024

Thanks for the heads-up, Tim.

I'm already using and showing examples how install-jdk.sh supports AdoptOpenJDK builds via its API here:

https://github.com/sormuras/sormuras.github.io/blob/686e757e20aff3a32f69b324326213cf3b123758/.travis.yml#L28-L33

source install-jdk.sh --url 'https://api.adoptopenjdk.net/v2/binary/releases/openjdk11?openjdk_impl=hotspot&os=linux&arch=x64&release=latest&heap_size=normal&type=jdk'

I wished, https://jdk.java.net/ had a similar API (/cc @robilad) or at least a look-up table -- so I didn't have to parse their HTML document for the download links...

Having said that, I don't plan to change install-jdk.sh's API to directly support AdoptOpenJDK, yet. But it would be an easy task for @travis-ci (/cc @BanzaiMan) to update their scripts accordingly, i.e. map user's configuration settings to a command line as shown above.

from bach.

tellison avatar tellison commented on September 26, 2024

Hi @sormuras, apologies if I am misreading the script, but it looks like the 11-GPL download is still referencing the insecure 11.0.2 build?

from bach.

sormuras avatar sormuras commented on September 26, 2024

True.

Here's the gist of our chat:

image

from bach.

sormuras avatar sormuras commented on September 26, 2024
  • Remove license option
  • Remove 9-BCL, 10-BCL, and 11-BCL URLs and special handling from script

Done via 6f245b5

from bach.

sormuras avatar sormuras commented on September 26, 2024
  • Forward to OpenJDK variant

Done via a7bb407

from bach.

sormuras avatar sormuras commented on September 26, 2024

Oracle JDKs are no longer "directly" supported.

from bach.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.