team-telnyx / telnyx-java

Java SDK for the Telnyx API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDK not compatible with newest Spring Boot 3

samuel-pichot opened this issue · comments

Hi guys,
I was updating my apps to the newest Spring Boot version & it seems that Telnyx does not support the new name space jakarta instead of the old 'javax'

Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.telnyx.sdk.Configuration
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: javax/ws/rs/core/Configuration

Are you guys still maintaining this SDK ? Are you planning of making it compatible ?
Should I update my app to use the API natively ?

Thanks a lot for your answers.

Near future will be updated to be compatible in a parity update, is not abandoned.
Getting the ball rolling on this ^^^ fixing last few things as some endpoints breaking due to some syntax changes.

@vionash That would be very helpful for our team.
Thank you for the help moving this forward