It's showing the following warnings when building with java 9+ and we should fix it.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by software.amazon.awssdk.core.util.XpathUtils (file:...) to method com.sun.org.apache.xpath.internal.XPathContext.getDTMManager()
WARNING: Please consider reporting this to the maintainers of software.amazon.awssdk.core.util.XpathUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
related to https://github.com/aws/aws-sdk-java/issues/1603
run integration tests for any xml protocol services.
Yay, XPathUtils has already been removed as part of #797 and there's no XPathFactory being used.
Closing the issue.
Most helpful comment
Yay,
XPathUtilshas already been removed as part of #797 and there's noXPathFactorybeing used.Closing the issue.