diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 3e00e7eec9837..c4990544be85b 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -41,6 +41,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob.implementation=ALL-UNNAMED --add-opens com.azure.storage.blob.batch/com.azure.storage.blob.batch=ALL-UNNAMED --add-reads com.azure.core=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index ece8e4ec9f805..a15f000400a95 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -41,6 +41,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 43025232fb529..50ee88f00af22 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -39,6 +39,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob.specialized=ALL-UNNAMED --add-opens com.azure.storage.blob.cryptography/com.azure.storage.blob.specialized.cryptography=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 298717f6b048e..f538ae7c87146 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -40,6 +40,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.blob.nio/com.azure.storage.blob.nio=ALL-UNNAMED --add-reads com.azure.core=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 34c6457141d8a..99dd1fec1876d 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -42,6 +42,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.sas=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 3c07d9faa2e7c..842e941832d7c 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -42,6 +42,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob.implementation.util=ALL-UNNAMED --add-opens com.azure.storage.blob/com.azure.storage.blob.implementation=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 45dee2c8e4a7f..8a87b45fb77a0 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -40,6 +40,7 @@ --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED --add-exports com.azure.storage.common/com.azure.storage.common.implementation.credentials=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.file.share/com.azure.storage.file.share=ALL-UNNAMED --add-opens com.azure.storage.file.share/com.azure.storage.file.share.implementation=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index 28015f54adbe6..b8c357f7ab5c6 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -37,6 +37,7 @@ 0.10 + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation=ALL-UNNAMED --add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation.schema=ALL-UNNAMED diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index 57bf47ebcff2e..dc3bbb3e1a84b 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -39,6 +39,7 @@ --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED --add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED --add-opens com.azure.storage.queue/com.azure.storage.queue=ALL-UNNAMED --add-opens com.azure.storage.queue/com.azure.storage.queue.implementation=ALL-UNNAMED