Have you tested the performance impact of the change? I also stumpled over this
WARNING: JAXB is unavailable. Will fallback to SDK implementation which may be less performant.If you are using Java 9+, you will need to include javax.xml.bind:jaxb-api as a dependency.
But after I changed the pom.xml, like you did, the upload performance was about 5% slower.
Have you tested the performance impact of the change? I also stumpled over this
WARNING: JAXB is unavailable. Will fallback to SDK implementation which may be less performant.If you are using Java 9+, you will need to include javax.xml.bind:jaxb-api as a dependency.
But after I changed the pom.xml, like you did, the upload performance was about 5% slower.