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

Fix getter methods for Java model with additionalProperties #8245

Merged
merged 1 commit into from
Jun 9, 2018
Merged

Fix getter methods for Java model with additionalProperties #8245

merged 1 commit into from
Jun 9, 2018

Commits on May 29, 2018

  1. Fix getter methods for Java model with additionalProperties

        When a model class is configured with additionalProperties, getters for
        non-dynamic properties always return null because values have been set as properties
        of the map instead of the class. As a workaround, this commit ensures that we these
        values are available in getters as well.
    
        This fixes #4970, fixes #5259, and fixes #5187
    stianlik committed May 29, 2018
    Configuration menu
    Copy the full SHA
    13c34c1 View commit details
    Browse the repository at this point in the history