You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2022/04/06 10:40:39 UTC

[pulsar] branch master updated (1df46db634a -> da36e3b92a9)

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

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


    from 1df46db634a [fix][security] Upgrade MySQL connector to 8.0.28 to get rid of CVE-2021-3711 (#14998)
     add da36e3b92a9 [fix][elasticseach] ElasticSearch sink: client 'close' method is never called (#14995)

No new revisions were added by this update.

Summary of changes:
 .../io/elasticsearch/client/BulkProcessor.java     |  5 +-
 .../pulsar/io/elasticsearch/client/RestClient.java |  3 ++
 .../client/elastic/ElasticBulkProcessor.java       | 33 ++++++-------
 .../elastic/ElasticSearchJavaRestClient.java       | 27 ++++++-----
 .../opensearch/OpenSearchHighLevelRestClient.java  | 11 +++--
 .../elasticsearch/ElasticSearchClientSslTests.java | 14 +++---
 .../io/elasticsearch/ElasticSearchClientTests.java | 14 ++++--
 .../ElasticSearchSinkRawDataTests.java             |  1 +
 .../io/elasticsearch/ElasticSearchSinkTests.java   | 55 ++++++++++++++++++++++
 .../client/RestClientFactoryTest.java              | 15 ++++--
 10 files changed, 127 insertions(+), 51 deletions(-)