eclipse / microprofile-rest-client

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

ClientRequestFilter and ClientResponseFilter priority tests absent from MP Rest Client TCK #358

Closed jim-krueger closed 3 months ago

jim-krueger commented 1 year ago

Implementations of jakarta.ws.rs.client.ClientRequestFilter and jakarta.ws.rs.client.ClientResponseFilter are required to honor priorities.
From the javadoc: Filters in the filter chain are ordered according to their jakarta.annotation.Priority class-level annotation value.

Currently there are no TCK tests that verify this.

Emily-Jiang commented 6 months ago

@jim-krueger will work on this.