eric-maynard commented on code in PR #1572:
URL: https://github.com/apache/polaris/pull/1572#discussion_r2085598571
##########
quarkus/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusFeaturesConfiguration.java:
##########
@@ -28,6 +29,13 @@ public interface QuarkusFeaturesConfiguration extends
FeaturesConfiguration {
@Override
Map<String, String> defaults();
+ @WithParentName
Review Comment:
From what I've read, it will first check all the explicitly-named parts of
the structure, and then put the remainder in the `Map<String, ...> defaults`.
From what I have seen testing it works now. I copied in a similar test to the
one on @gh-yzou's PR here.
--
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]