Will you provide a JRE? #6
Answered
by
brunoborges
kwheat2064
asked this question in
Q&A
-
Will there be JRE releases similar to what AdoptOpenJDK provides on their releases page? Some of our applications do not require the full JDK. |
Beta Was this translation helpful? Give feedback.
Answered by
brunoborges
Apr 6, 2021
Replies: 2 comments 2 replies
-
Hey @kwheat2064, thanks for the question. Java 11 runtimes can be created as part of an application's build/CICD pipeline using We would love to know more about possible limitations or challenges in using that tool. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
karianna
-
Thanks! I've updated our pipeline to build a custom runtime with jlink. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kwheat2064, thanks for the question.
Java 11 runtimes can be created as part of an application's build/CICD pipeline using
jlink
.We would love to know more about possible limitations or challenges in using that tool.