confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
22 stars 641 forks source link

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

Open jain1ditnuance opened 9 months ago

jain1ditnuance commented 9 months ago

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?