Henryk Konsek
Henryk Konsek
Apparently the latest Jersey version requires Java >= 8. Have you considered upgrading minimal Java version to 8? You will have more and more libraries conflicting with old Jersey version....
Is there a chance to respect `@ConfigurationProperties` default values? Default values are pretty common in `@ConfigurationProperties` instances, so this is quite surprising for end-users that `@ConditionalOnProperty("foo.bar")` (and `PropertyResolver` in general)...
Hi Phil, Yes, actually I use `matchIfMissing` as the workaround for cases like this. :) However this is a bit ugly, as I really need to duplicate default value (keep...
Any plans to merge this pull request? :)
+1 for this PR :)