marcosbarbero/spring-cloud-zuul-ratelimit

Compilation failure

farzad-g opened this issue · 2 comments

hi Marco
I have this error how can you help me?
class file has wrong version 55.0, should be 52.0
image

Hello @farzad-g, thanks for getting in touch, we will get back to you asap! If you have issues in the 1.x.x.RELEASE line we recommend you to update to the latest version, unfortunately this line is not supported anymore.

Hi @farzad-g it means you're running your project on Java 8, but this library is built on Java 11.
To fix it you must upgrade your JDK version to 11 or higher.