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

Old openJDK version in v2023.01.1 #67

Closed
atroy opened this issue Jan 30, 2023 · 2 comments
Closed

Old openJDK version in v2023.01.1 #67

atroy opened this issue Jan 30, 2023 · 2 comments

Comments

@atroy
Copy link

atroy commented Jan 30, 2023

I fetched the latest version of cordova and it seems that it does not include the latest java version.

alex@alex-xps:~$ docker run -it beevelop/cordova /bin/bash
root@35b0ef4e70cb:/tmp# java -version
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-8u282-b08-0ubuntu1~20.04-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)

You could also verify it here:
https://hub.docker.com/layers/beevelop/cordova/v2023.01.1/images/sha256-d4a98aff52e7b8c043a275ee04ec627c6314809963681701223d4617ab52b196?context=explore
search for "java-8"

In the base images it did work unfortunately.

@sunbiz
Copy link

sunbiz commented Feb 4, 2023

Cordova 10+ requires JDK 11. So, please upgrade it from JDK 8

@beevelop
Copy link
Owner

The most recent version v2023.04.1 should resolve the issue and features the following Java version:

openjdk version "11.0.17" 2022-10-18
OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu220.04)
OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu220.04, mixed mode, sharing)

I hope this resolves the issue. Feedback is highly appreciated 🙏

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

No branches or pull requests

3 participants