smallrye / smallrye-stork

SmallRye Stork is a service discovery and client side-load balancing framework.

Home Page:http://smallrye.io/smallrye-stork/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate Java 11??

aureamunoz opened this issue · comments

We cannot upgrade to jakarta.enterprise:jakarta.enterprise.cdi-api 4.1.0 because even though it's compiled for java 11, it depends on EL API, which is compiled for Java 17.

This upgrade is also failing

I think we can drop Java 11 and use 17 as the base now.