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

Partially fixes grails/grails-core#11450 . The PersistentEntity getId… #14

Merged
merged 5 commits into from
Jul 2, 2020

Commits on Jul 1, 2020

  1. Partially fixes grails/grails-core#11450 . The PersistentEntity getId…

    …entity() property is null for a composite key. This skips the rendering of the identity if it is null. However, it does not render the properties either since they are not considered persistentProperties(). It is recommended to use a custom marshaller as Composite keys, though supported, are not recommmended as per the documentation. Also updated project to gradle 6.5
    davydotcom committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    23e3fff View commit details
    Browse the repository at this point in the history
  2. updating travis build

    davydotcom committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d208901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b84bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fa91be View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Revert "adding deprecation warning to JSON and XML as this plugin is …

    …being phased out"
    
    This reverts commit 0fa91be.
    davydotcom committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    466ddb5 View commit details
    Browse the repository at this point in the history