gsartori commented on issue #15660: URL: https://github.com/apache/grails-core/issues/15660#issuecomment-4459428076
On a further analysis I can confirm GORM has hardcoded properties, for example: - `HibernateConnectionSourceSettings` - `DataSourceSettings` - Possibly other locations are affected For GORM's own properties `camelCase` is used For setting Hibernate properties `snake_case` is used Other than that I've converted a full `application.yml` and the application runs with no Exceptions. Plugins may require further investigation. I guess this is a long term goal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
