twitter-api-java-sdk
twitter-api-java-sdk copied to clipboard
Use Jakarta 10 for imports instead of old javax
Problem
I cannot use this SDK with newer frameworks (Quarkus 3.2) with Jakarta 10, which has changed its namespace to jakarta.ws.rs.* from now legacy javax.ws.rs.*.
Therefore when running it, it throws a java.lang.ClassNotFoundException: javax.ws.rs.core.GenericType exception.
Solution
Changed the dependency and updated the imports.
Result
Self-explanatory.
Hey. I would like to know when it will be merged.