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

allow customizing ResponseImpl and ResponseBuilderImpl #31

Merged
merged 1 commit into from
Nov 9, 2017

Conversation

tareksha
Copy link
Contributor

Allow customizing everrest's Response and ResponseBuilder implementations so that integrating frameworks can modify the behavior.

Everrest does not have a complete supported for some API changes that were introduced in JAX-RS 2.1 . Since we are moving to JAX-RS 2.1 for client-side usage, APIs that are shared with the server-side are failing. This can be taken as an incremental approach until JAX-RS 2.1 is fully supported by everrest.

@tareksha tareksha requested a review from skabashnyuk as a code owner October 29, 2017 16:30
@tareksha
Copy link
Contributor Author

hi @skabashnyuk ,
This is an important incremental fix that we need in order to move on with JAX-RS 2.1 without touching the behavior of everrest. In case there are no objections, what is be the process for making dedicated patch release of everrest - maybe version 1.13.6 ?

@tareksha tareksha force-pushed the customizable_response_builder branch from 85cab1e to dcc4e87 Compare October 30, 2017 06:17
@skabashnyuk skabashnyuk merged commit 836749c into codenvy:master Nov 9, 2017
@tareksha tareksha deleted the customizable_response_builder branch July 25, 2018 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants