Joseph Cass
Joseph Cass
This has been attempted in https://github.com/smallrye/smallrye-config/pull/513. I think it would be useful to include the name of the bean causing the Exception for bad `@ConfigProperties` beans In example: Scenario Example...
According to the [following spec](https://github.com/eclipse/microprofile-config/blob/91268df5635ced26f350d1d3d133d230b67f37db/api/src/main/java/org/eclipse/microprofile/config/inject/ConfigProperty.java#L129-L131), a Config Property name will be derived from `.` where `` can be a parameter name. However, for the following Injections ``` @Inject public aConstructor(@ConfigProperty...