Skip to content
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

Why does the module install java 8? #7

Open
bastelfreak opened this issue Mar 14, 2020 · 2 comments · Fixed by #11
Open

Why does the module install java 8? #7

bastelfreak opened this issue Mar 14, 2020 · 2 comments · Fixed by #11

Comments

@bastelfreak
Copy link
Contributor

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?

@Enrice
Copy link

Enrice commented Mar 23, 2020

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.

@Enrice
Copy link

Enrice commented Aug 28, 2020

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants