You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by eg...@apache.org on 2022/06/09 14:07:08 UTC

[beam] branch master updated (4ffeae4d2b8 -> 67533d17fd7)

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

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


    from 4ffeae4d2b8 Update all links to in progress jiras to issues (#21749)
     new 04dd103f4c4 [BEAM-14000] Elastic search IO doesnot work when both username/password and keystore are used
     new ad525e61543 Fixes issue with httpclientbuilder - Use the existing builder instead of new one
     new f718069a241 moves sslcontext towards starting of function
     new ab6562e16a0 adds unit test
     new 06f518755e4 changes unit test to directly built restclient
     new 52adcc5c338 changes name of unit test
     new 9279fa70a80 adds test to all elasticsearch folder
     new 48b2bf1b52d Merge branch 'master' of https://github.com/apache/beam into elasticsearch_fix
     new c617e9b44a2 updates changes.md
     new 17af8397924 spotless fix
     new eae4afffde7 Merge branch 'master' into elasticsearch_fix
     new 67533d17fd7 Merge pull request #17297 from nishantjain91/elasticsearch_fix

The 36176 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:
 CHANGES.md                                         |   2 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  11 ++++
 .../src/test/resources/clientkeystore              | Bin 0 -> 1942 bytes
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  11 ++++
 .../src/test/resources/clientkeystore              | Bin 0 -> 1942 bytes
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  11 ++++
 .../src/test/resources/clientkeystore              | Bin 0 -> 1942 bytes
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  11 ++++
 .../src/test/resources/clientkeystore              | Bin 0 -> 1942 bytes
 .../elasticsearch/ElasticsearchIOTestCommon.java   |  13 +++++
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java |  64 ++++++++++++---------
 11 files changed, 95 insertions(+), 28 deletions(-)
 create mode 100644 sdks/java/io/elasticsearch-tests/elasticsearch-tests-5/src/test/resources/clientkeystore
 create mode 100644 sdks/java/io/elasticsearch-tests/elasticsearch-tests-6/src/test/resources/clientkeystore
 create mode 100644 sdks/java/io/elasticsearch-tests/elasticsearch-tests-7/src/test/resources/clientkeystore
 create mode 100644 sdks/java/io/elasticsearch-tests/elasticsearch-tests-8/src/test/resources/clientkeystore