Skip to content

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

@joe-crawford

Description

@joe-crawford

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 apache/grails-core#11767.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Fix for next release

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions