confluentinc/kafka-rest

Is latest version of kafka rest support Java 17 and Spring Boot Version 3.X

jain1ditnuance opened this issue · 0 comments

As spring boot 2.X version is going end of life, I wanted to upgrade kafka rest proxy to Spring boot version 3.1.4 along with Java17. As with java 17 upgrade, javax library are deprecated and moved to jakarta.
But I still see Kafka Rest 2.6 having javax libraries. Is there any plan to migrate them to jakarta libraries to support Java 17 and Spring boot upgrade?