-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add java runtime metadata #19
Conversation
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
…'t offer jre) Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Rachel Powers <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
If we want to only support Mojang Java for starters, commenting out Line 50 in abc3209
and Line 59 in abc3209
will make the scripts to not generate adoptium and azul java metadata |
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
IBM Semeru which used OpenJ9 it may be interesting to add it to meta. it uses the same api schema as Adoptium so very little work would be required. just use
|
Signed-off-by: Trial97 <[email protected]>
Right now I think we will not add more java providers until we do a nightly release with adoptium and azulu(to test this out). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Could you also add the two new entrypoints to |
As it is right now, this downloads an endless supply of Azul JREs/JDKs. I doubt people will use most of these, so perhaps we should have some filters in place? I'd propose only keeping track of the last let's say 10 versions per major version? |
I would prefer to keep them but I'm not against fetching less javas. So if you can just push a change here it would be great. |
Signed-off-by: Trial97 <[email protected]>
just testing, thought I'd have asked in the past to get perms on this repo, but It may have been the website & bot or smth I asked for in the past (I don't really do any meta work) |
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Signed-off-by: Trial97 <[email protected]>
Adds Java runtime metadata to metadata server
data is located at
net.minecraft.java/java{major_version}.json
looks like