Skip to content

Conversation

@michalszynkiewicz
Copy link
Contributor

added a missing class to ClientHeaderParamTest deployment
added a missing class to ClientHeadersFactoryTest deployment
changed the way ReturnWithAllClientHeadersFilter response is created
Changed ClientHeaderParamClient#methodOptionalMethodHeaderNotSentWhenComputeThrowsException
and ClientHeadersFactoryClient#delete to return JsonObject

Signed-off-by: Michal Szynkiewicz michal.l.szynkiewicz@gmail.com

added a missing class to `ClientHeaderParamTest` deployment
added a missing class to `ClientHeadersFactoryTest` deployment
changed the way `ReturnWithAllClientHeadersFilter` response is created
Changed `ClientHeaderParamClient#methodOptionalMethodHeaderNotSentWhenComputeThrowsException`
and `ClientHeadersFactoryClient#delete` to return `JsonObject`

Signed-off-by: Michal Szynkiewicz <michal.l.szynkiewicz@gmail.com>
@ClientHeaderParam(name="OptionalMethodHeader", value="{fail}", required=false)
@ClientHeaderParam(name="MethodHeaderExplicit", value="SomeValue")
Map<String, String> methodOptionalMethodHeaderNotSentWhenComputeThrowsException();
JsonObject methodOptionalMethodHeaderNotSentWhenComputeThrowsException();
Copy link
Contributor Author

@michalszynkiewicz michalszynkiewicz Feb 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RestEasy doesn't want to work with Map here, if there's a reason why Map should be supported here, I will revert this part.

@michalszynkiewicz
Copy link
Contributor Author

Split into
#158
#159
#160

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.

1 participant