eric-maynard commented on PR #1124: URL: https://github.com/apache/polaris/pull/1124#issuecomment-2702225529
It seems that there's some conflict between the two `ConfigMapping`s that Quarkus is not able to resolve. Currently, tests that rely on `configOverrides` do not pass. If I comment out the new mapping, Quarkus tests pass as expected: ``` @StaticInitSafe // @ConfigMapping(prefix = "polaris.behavior-changes") public interface QuarkusBehaviorChangesConfiguration extends FeaturesConfiguration { ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org