Skip to content

Commit f157e60

Browse files
committed
try this.
1 parent a75b566 commit f157e60

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

sdk/storage/azure-storage-blob-batch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4242
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4343
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
44+
--add-opens java.base/java.util=ALL-UNNAMED
4445
--add-opens com.azure.storage.blob/com.azure.storage.blob.implementation=ALL-UNNAMED
4546
--add-opens com.azure.storage.blob.batch/com.azure.storage.blob.batch=ALL-UNNAMED
4647
--add-reads com.azure.core=ALL-UNNAMED

sdk/storage/azure-storage-blob-changefeed/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4242
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4343
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
44+
--add-opens java.base/java.util=ALL-UNNAMED
4445
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4546
--add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation=ALL-UNNAMED
4647
--add-opens com.azure.storage.blob/com.azure.storage.blob=ALL-UNNAMED

sdk/storage/azure-storage-blob-cryptography/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
4040
<javaModulesSurefireArgLine>
4141
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
42+
--add-opens java.base/java.util=ALL-UNNAMED
4243
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4344
--add-opens com.azure.storage.blob/com.azure.storage.blob.specialized=ALL-UNNAMED
4445
--add-opens com.azure.storage.blob.cryptography/com.azure.storage.blob.specialized.cryptography=ALL-UNNAMED

sdk/storage/azure-storage-blob-nio/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4141
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4242
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
43+
--add-opens java.base/java.util=ALL-UNNAMED
4344
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4445
--add-opens com.azure.storage.blob.nio/com.azure.storage.blob.nio=ALL-UNNAMED
4546
--add-reads com.azure.core=ALL-UNNAMED

sdk/storage/azure-storage-blob/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4343
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4444
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
45+
--add-opens java.base/java.util=ALL-UNNAMED
4546
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4647
--add-opens com.azure.storage.common/com.azure.storage.common.sas=ALL-UNNAMED
4748
--add-opens com.azure.storage.blob/com.azure.storage.blob=ALL-UNNAMED

sdk/storage/azure-storage-file-datalake/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4343
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4444
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
45+
--add-opens java.base/java.util=ALL-UNNAMED
4546
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4647
--add-opens com.azure.storage.blob/com.azure.storage.blob.implementation.util=ALL-UNNAMED
4748
--add-opens com.azure.storage.blob/com.azure.storage.blob.implementation=ALL-UNNAMED

sdk/storage/azure-storage-file-share/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4141
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
4242
--add-exports com.azure.storage.common/com.azure.storage.common.implementation.credentials=ALL-UNNAMED
43+
--add-opens java.base/java.util=ALL-UNNAMED
4344
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4445
--add-opens com.azure.storage.file.share/com.azure.storage.file.share=ALL-UNNAMED
4546
--add-opens com.azure.storage.file.share/com.azure.storage.file.share.implementation=ALL-UNNAMED

sdk/storage/azure-storage-internal-avro/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<jacoco.min.branchcoverage>0.10</jacoco.min.branchcoverage>
3838
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
3939
<javaModulesSurefireArgLine>
40+
--add-opens java.base/java.util=ALL-UNNAMED
4041
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4142
--add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation=ALL-UNNAMED
4243
--add-opens com.azure.storage.internal.avro/com.azure.storage.internal.avro.implementation.schema=ALL-UNNAMED

sdk/storage/azure-storage-queue/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
4040
--add-exports com.azure.core/com.azure.core.implementation.serializer.jackson=ALL-UNNAMED
4141
--add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
42+
--add-opens java.base/java.util=ALL-UNNAMED
4243
--add-opens com.azure.storage.common/com.azure.storage.common.implementation=ALL-UNNAMED
4344
--add-opens com.azure.storage.queue/com.azure.storage.queue=ALL-UNNAMED
4445
--add-opens com.azure.storage.queue/com.azure.storage.queue.implementation=ALL-UNNAMED

0 commit comments

Comments
 (0)