This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Java 17 Support
#3487
Replies: 1 comment 2 replies
-
Hi @Fhat, we are using Java workers with Java 17 and there seems to be no problem. Though note we are using Spring Boot 3. Regardless, it does not seem there is a problem with Java 17. Perhaps it's some problem with your dependencies? Here is our pom.xml (using Maven), hope it helps:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm getting issues starting up a Java worker running on Spring Boot 2.7.x and Java 17 (NoClassDef etc), so am presuming it is not currently supported. With Java 11 it works fine. I spotted this issue: #3051, which said it was coming in Q3 2022, so I'm not sure whether: a) support was added and I'm doing wrong, or b) it's still currently unsupported
If I'm not doing something wrong and Java 17 isn't currently supported, is adding support to the worker library something that is still being progressed?
Thanks a lot!
Replies
Beta Was this translation helpful? Give feedback.
All reactions