-
Notifications
You must be signed in to change notification settings - Fork 43
Debian Buster JDK 17 Compat #822
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
base: master
Are you sure you want to change the base?
Conversation
Update gradle, make compilable with jdk17
Also going to mention Redstoneguy129/openjdk-ev3 i have added support for building the JDK-17-ev3. Support can now be given from 11 to 17. And Jesse to Buster. Sadly Bullseye seemed to break the ev3 and caused graphical glitches. |
Hi, next week I will review it. |
Did you manage to upgrade the build to Java 17? |
Hi @snuyanzin, I noticed that you helped @Redstoneguy129 for OpenJDK17. |
Yes. I currently have JDK 17 on the EV3. Within the fork you can see i added to the scripts/config.sh the downloads for the adoptium version of JDK 17. JDK 17 is fully functional on the EV3 as well with Stretch and Buster, i am able to control and read all the motors and sensors. |
Adding to this, i myself tried looking for a newer JDK however i believe JDK 17 was the last. You can find the CI job on the adoptium page and see newer jobs failing. |
Can you send a PR on this repo with the idea to run the pipeline on AdoptOpenjdk please? We will try to run the pipeline for OpenJDK 17 Note: The last build was for OpenJDK15: congrats @Redstoneguy129 & @snuyanzin related issue: It is exciting to see people running java 17 on an ARM board from 2010 |
Hi @Redstoneguy129, Why are you talking about Buster distro if last release from EV3Dev release was for Stretch? |
I built Buster using brickstrap https://github.com/ev3dev/docker-library/tree/master/ev3dev-buster |
Please state any changes needed before a merge is allowed.
This has been tested with the EV3 dev, all works as expected.
Thanks to @snuyanzin for helping with JDK 17 compatability.