jdaugherty commented on issue #15660: URL: https://github.com/apache/grails-core/issues/15660#issuecomment-4460309185
I should have been more clear here: internally the framework uses non-kebab case, but due to the way we load configuration, it's supposed to add both forms. i.e. if the grails configuration is 'fooBob', then either `foo-bob` or `fooBob` should work. This is actually a feature of Spring Boot, you can read about it [here](https://rwinch.github.io/spring-boot/features/external-config/typesafe-configuration-properties/relaxed-binding.html). saying that Spring Boot is kebab by default is miss leading since they support both too. -- 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]
