marcosbarbero / spring-cloud-zuul-ratelimit

Rate limit auto-configure for Spring Cloud Netflix Zuul

Home Page:https://blog.marcosbarbero.com/spring-cloud-netflix-zuul-rate-limit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation failure

farzad-g opened this issue · 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.