Default OpenJDK version used for S2I by Container Image OpenShift extension? #34043
Replies: 3 comments 7 replies
-
Maybe @iocanel @Sgitario, @cescoffier or @geoand could help me? Sorry for spamming, but I'm in hurry :-) |
Beta Was this translation helpful? Give feedback.
-
I'm not following what is the problem exactly? We use version that fixes mvn where http is not trusted by default anymore. Which version is it you expect to be used if not 1.15? Btw. You say "us" but sure what "us" refer to? |
Beta Was this translation helpful? Give feedback.
-
So read the openjdk and related issue and seem to be a wish to use http in maven repo. Then use settings.xml where http is explicitly allowed or add .mvn folder with local maven settings. Also documented at https://maven.apache.org/docs/3.8.1/release-notes.html No one should be using maven unless maven 3.8 and higher is the short answer. Is there anything that prevents you from using newer versions ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For our S2I build deployed to OpenShift we use
registry.access.redhat.com/ubi8/openjdk-11:latest
in ImageStream template fielddockerImageRepository
as you can see here. We are using thelatest
OpenJDK while Quarkus default JVM image is1.15
. We mentioned one important difference (important for us, because we are using internal non-local HTTP mirror repository and HTTP is not supported since 3.8.1 as you can see here due to the man in the middle attack) that Maven version used by OpenJDK changed from 3.6.2 to 3.8.5 as you can see in OPENJDK-1954. I can see that @aloubyansky bumped from version from1.14
to1.15
in #32753 and I'd like to understand what is supported and recommended version for our customers because RHBQ Fireball uses latest OpenJDK https://access.redhat.com/documentation/en-us/red_hat_build_of_quarkus/rhbq-documentation-2-13/guide/7c17772d-f5b3-4284-b668-24712d1039a2#_f225ca8d-842e-4e03-9cb1-71c8baf9416b so theoretically anyone who - as QE team - is using HTTP mirror and the latest OpenJDK will run into issues (meaning = need to use more secure way).Could someone give me information (e.g. where to look and so on):
Beta Was this translation helpful? Give feedback.
All reactions