azure-storage-blob unit tests cannot be compiled under JDK 17 #6551
Labels
Client
This issue points to a problem in the data-plane of the library.
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Storage
Storage Service (Queues, Blobs, Files)
Because the unit tests for azure-storage-blob are written in Groovy, they introduce a non-standard toolchain into the build system. This results in a build failure under JDK 17 with the following terminal output:
This is visible when executing a build with the following command:
mvn -f pom.client.xml clean package -DskipTests
.The expected outcome is that the azure-storage-blob unit tests will compile under any version of the JDK, from JDK 8 up to the latest release.
The text was updated successfully, but these errors were encountered: