-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ubuntu_version_mapping.properties #24
base: master
Are you sure you want to change the base?
Conversation
@abarsov the format of the file should be:
I doubt that calling Where do you get that string "8u181-b13-0ubuntu0.16.04.1" from? The goal of the file is that a Java program could download it, read its lines, and match the key of a line with some system property (or some other API call) that returns the Ubuntu specific version. |
We can't use
Though jvm option For instance, for package Btw, there are several packages for other ubuntu versions released at the same date: |
@abarsov I'm happy to have the Ubuntu file map |
A) B) I have tested that
Although there is no guarantee that further updates of package Ubuntu openjdk To the moment I have come up with the following code resolving alpn-boot version for java: notes:
|
@sbordet Entry This way the code that resolve appropriate alpn-boot mapping can be simplified to
|
Separate mapping from ubuntu builds to alpn-boot jars
See jetty/jetty.project#3100 and #22