You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2018/12/05 17:27:24 UTC

[beam] branch master updated (a3510e0 -> 385f2a1)

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

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


    from a3510e0  Merge pull request #7205: [BEAM-5817] Add SQL bounded side input join to queries that are actually run
     add d897c5c  BEAM-6151: MongoDbIO add support mongodb server with self signed ssl
     add 9fbe80e  Merge branch 'master' into BEAM-6151
     new 385f2a1  Merge pull request #7162 from chaimt/BEAM-6151

The 1 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:
 .../org/apache/beam/sdk/io/mongodb/MongoDbIO.java  | 129 +++++++++++++++++++--
 .../org/apache/beam/sdk/io/mongodb/SSLUtils.java   |  75 ++++++++++++
 2 files changed, 194 insertions(+), 10 deletions(-)
 create mode 100644 sdks/java/io/mongodb/src/main/java/org/apache/beam/sdk/io/mongodb/SSLUtils.java


[beam] 01/01: Merge pull request #7162 from chaimt/BEAM-6151

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 385f2a1fe15b6e456ca6a86e5f731669a6cd9725
Merge: a3510e0 9fbe80e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Dec 5 18:27:16 2018 +0100

    Merge pull request #7162 from chaimt/BEAM-6151
    
    [BEAM-6151] MongoDbIO add support mongodb server with self signed ssl

 .../org/apache/beam/sdk/io/mongodb/MongoDbIO.java  | 129 +++++++++++++++++++--
 .../org/apache/beam/sdk/io/mongodb/SSLUtils.java   |  75 ++++++++++++
 2 files changed, 194 insertions(+), 10 deletions(-)