eric-maynard opened a new pull request, #1858: URL: https://github.com/apache/polaris/pull/1858
`PolarisConfiguration.loadConfig` relies on `CallContext.getCurrentContext` which may not be apparent to callers and often will not work. If the CallContext ThreadLocal hasn't been appropriately set in the calling thread, this method will return invalid results. This PR proposed to remove the problematic method as part of a series of changes to reduce or remove the usage of ThreadLocal throughout Polaris. This is a rewrite of #1356 now that we have a more CDI-oriented `PolarisConfigurationStore` and an integration between `CallContext` and `PolarisCallContext`. -- 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