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

Grails databinding configuration from mdm-core does not apply in mdm-application-build #8

Open
joe-crawford opened this issue Nov 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@joe-crawford
Copy link
Contributor

The following configuration from the plugin.yml files in mdm-core does not take effect in mdm-application-build. When importing some DataModels errors can occur such as reportDate cannot be null when the imported date does not match the expected format. Also affects mdm-docker.

    databinding:
        dateFormats:
            - "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
            - "yyyy-MM-dd'T'HH:mm:ss.SSXXX"
            - "yyyy-MM-dd'T'HH:mm:ss.SXXX"
            - "yyyy-MM-dd'T'HH:mm:ssXXX"
            - 'yyyy-MM-dd HH:mm:ss.S'
            - "yyyy-MM-dd'T'HH:mm:ss'Z'"
            - "yyyy-MM-dd HH:mm:ss.S z"
            - "yyyy-MM-dd"

Likely related to grails/grails-core#11767.

@joe-crawford joe-crawford added the bug Something isn't working label Nov 4, 2022
@joe-crawford joe-crawford self-assigned this Nov 4, 2022
jamesrwelch added a commit that referenced this issue Nov 4, 2022
Add grails.databinding.dateFormats property to mdm-application-build config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Fix for next release
Development

No branches or pull requests

1 participant