eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
141 stars 71 forks source link

Follow up TCK fixes for two types missing from deployments. #387

Closed jamezp closed 2 months ago

jamezp commented 2 months ago

These were not previously caught because the TCK in the RESTEasy MicroProfile project was run in embedded Jetty. However, these need to be fixed to run other containers which truly isolate deployments.

WhiteCat22 commented 2 months ago

Thanks James!