Replies: 2 comments 1 reply
-
I looked at JAX-RS 1 in around 2012 and decided not to support it, and then I looked at JAX-RS 2 back in 2015 and decided not to support it (#671 (comment)). I didn't realize there was a version 3 and have not looked to see what it offers compared to the other versions. Generally, we don't feel like we want to adhere to a spec. I believe Retrofit is/was successful because we got to build the best client-side version of what we wanted by only serving our needs and the needs of our users directly. The example you show is very minimal and the scope and complexity of our annotations and the RS ones both go up but not necessarily in the same direction. Retrofit doesn't actually support your example as written as you would have to return a |
Beta Was this translation helpful? Give feedback.
-
Makes sense. Sorry I didn't see that issue and duplicated it here. Regarding |
Beta Was this translation helpful? Give feedback.
-
Would it make sense to migrate to, or just add support for, the Jakarta EE annotations for creating service interfaces?
These examples should be equivalent.
Current:
Jakarta:
Beta Was this translation helpful? Give feedback.
All reactions