File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
azure-storage-blob-changefeed
azure-storage-blob-cryptography
azure-storage-file-datalake
azure-storage-internal-avro Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments