Create ubuntu_version_mapping.properties - #24
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