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

Include subclasses/implementations in serialization declaration for JAX-RS #517

Merged
merged 6 commits into from
Jan 16, 2019

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 15, 2019

Fixes #445.

Also trimmed down a bit what is considered by ReflectiveHierarchyStep as discussed with Stuart.

And a couple of other cleanups in JAX-RS processor.

Best reviewed commit per commit.

@gsmet gsmet added this to the 0.6.0 milestone Jan 15, 2019
There's no reason methods with parameters could contribute to
serialization.
It was probably added for serialization purposes but we now declare all
the return types/parameters automatically.
We were not very consistent and were using classes or strings. Let's use
the class when possible, it's less fragile.
@gsmet
Copy link
Member Author

gsmet commented Jan 16, 2019

@stuartwdouglas The tests finally passed with the latest rebase. Hopefully we will get rid of this CI issue soon.

Could you take a look at this one? It would be nice to have it in 0.6.

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