You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/01/26 19:30:50 UTC

[beam] branch master updated (4f43726 -> 17992cc)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 4f43726  Merge pull request #13629 from ibzib/udf-loader
     new 5d130bb  Revert "Revert "Merge pull request #12647 from [BEAM-10378] Deserializing Azure Credentials""
     new 3b74cbf  Fixing checker framework checks
     new 17992cc  Merge pull request #13808 from Roll forward [BEAM-10378] Deserializing Azure Credentials #12647 with fix

The 30344 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../DefaultBlobstoreClientBuilderFactory.java      |   8 +-
 .../beam/sdk/io/azure/options/AzureModule.java     | 174 +++++++++++++++++++++
 .../sdk/io/azure/options/BlobstoreOptions.java     |  24 +--
 3 files changed, 188 insertions(+), 18 deletions(-)
 create mode 100644 sdks/java/io/azure/src/main/java/org/apache/beam/sdk/io/azure/options/AzureModule.java