This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from c0d7b475d Update doap_Storm.rdf
new c15a1563f STORM-4005 - ElasticSearch 7.17.13
new 3aa254e1f STORM-4005 - Checkstyle
The 2 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:
DEPENDENCY-LICENSES | 70 +++++++-----
examples/storm-elasticsearch-examples/pom.xml | 8 --
.../storm/elasticsearch/bolt/EsIndexTopology.java | 13 +--
.../storm/elasticsearch/common/EsConstants.java | 2 +-
.../storm/elasticsearch/common/EsTestUtil.java | 122 ---------------------
.../elasticsearch/trident/TridentEsTopology.java | 14 +--
external/storm-elasticsearch/pom.xml | 32 ++++--
.../storm/elasticsearch/bolt/EsIndexBolt.java | 8 +-
.../storm/elasticsearch/bolt/EsLookupBolt.java | 6 +-
.../storm/elasticsearch/bolt/EsPercolateBolt.java | 10 +-
.../storm/elasticsearch/common/EsConfig.java | 22 ++--
.../common/StormElasticSearchClient.java | 10 +-
.../storm/elasticsearch/trident/EsState.java | 7 +-
.../bolt/AbstractEsBoltIntegrationTest.java | 10 +-
.../storm/elasticsearch/bolt/EsIndexBoltTest.java | 41 +++++--
.../bolt/EsLookupBoltIntegrationTest.java | 13 ++-
.../storm/elasticsearch/bolt/EsLookupBoltTest.java | 6 +-
.../elasticsearch/bolt/EsPercolateBoltTest.java | 20 +++-
.../storm/elasticsearch/common/EsTestUtil.java | 66 ++++-------
.../storm/elasticsearch/trident/EsStateTest.java | 3 +-
pom.xml | 2 +-
21 files changed, 214 insertions(+), 271 deletions(-)
delete mode 100644
examples/storm-elasticsearch-examples/src/main/java/org/apache/storm/elasticsearch/common/EsTestUtil.java