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

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    a5a0149 View commit details
    Browse the repository at this point in the history
  2. Only consider the potential getters in the reflective hierarchy step

    There's no reason methods with parameters could contribute to
    serialization.
    gsmet committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    12621d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a5b8a View commit details
    Browse the repository at this point in the history
  4. Remove reflection declaration for ArrayList

    It was probably added for serialization purposes but we now declare all
    the return types/parameters automatically.
    gsmet committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    37b98f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33d825b View commit details
    Browse the repository at this point in the history
  6. Use references to classes where possible

    We were not very consistent and were using classes or strings. Let's use
    the class when possible, it's less fragile.
    gsmet committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    590a8ef View commit details
    Browse the repository at this point in the history