eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
143 stars 72 forks source link

Move to EE 9 dependencies #313

Closed andymc12 closed 2 years ago

andymc12 commented 3 years ago

This will involve moving the dependencies for things like JAX-RS (aka Jakarta REST), CDI, JSON-B, JSON-P, etc. up to the most recent levels. This is a breaking change because it changes the package space for most of the major annotations, like @Path, @GET, @PathParam, etc.

This will include changes to the APIs, spec, and TCK.

andymc12 commented 2 years ago

Superseded by #316