Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jim-krueger opened this issue May 10, 2023 · 1 comment
Labels
Milestone

Comments

@jim-krueger
Copy link
Contributor

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 Emily-Jiang added this to the Rest Client 3.2/4.0 milestone Jan 8, 2024
@Emily-Jiang
Copy link
Member

@jim-krueger will work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants