steveloughran commented on issue #13571: URL: https://github.com/apache/iceberg/issues/13571#issuecomment-3805393621
> some projects, like AWS SDK for Java v2, seem to — somehow — properly edit service files in third-party dependencies Mostly its slf4j/log4j integration varies from release to release, "can you turn logging on" being a recurrent step in our qualification. There's also an unshaded `mozilla/public-suffix-list.txt` list of public domains from httpclient jars, which can conflict with those from other unshaded versions. Normally harmless except on those odd occasions when a new aws region is added and you can't connect to it. checking for a copy of that file and moving it should be part of the shading process too. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
