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.
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 nullwhen the imported date does not match the expected format. Also affects mdm-docker.Likely related to apache/grails-core#11767.