We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I noticed that the module purges Java 6 and 7 and installs Java 8 afterwards. Could you please explain why? Artifactory shipps a bundled java:
[root@centos7-64-1 ~]# /opt/jfrog/artifactory/app/third-party/java/bin/java --version openjdk 11.0.2 2019-01-15 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.2+9) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.2+9, mixed mode) [root@centos7-64-1 ~]#
Besides that, Java 8 is pretty old and shouldn't be used anymore? can we drop that code from the init.pp?
The text was updated successfully, but these errors were encountered:
The provided RPMs don't bundle java. But anyway, for artifactory 7 we will have to dump Java 8 in favour of Java 11, which is a must.
Sorry, something went wrong.
I have to admit: they do! it is located in /opt/jfrog/artifactory/app/third-party/java, and it is even started from there by default.
Successfully merging a pull request may close this issue.
Hi,
I noticed that the module purges Java 6 and 7 and installs Java 8 afterwards. Could you please explain why? Artifactory shipps a bundled java:
Besides that, Java 8 is pretty old and shouldn't be used anymore? can we drop that code from the init.pp?
The text was updated successfully, but these errors were encountered: