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

rzo1 pushed a change to branch STORM-4004---Upgrade-Kafka-Clients-to-3.6.0
in repository https://gitbox.apache.org/repos/asf/storm.git


    omit 82544b4c0 STORM-4004 - Upgrade Kafka Clients to 3.6.0
    omit 19fd8a444 STORM-4004 - Upgrade Kafka Clients to 3.6.0
     add c15a1563f STORM-4005 - ElasticSearch 7.17.13
     add 3aa254e1f STORM-4005 - Checkstyle
     new ed5cd8bf7 STORM-4004 - Upgrade Kafka Clients to 3.6.0
     new 9a8688952 STORM-4004 - Upgrade Kafka Clients to 3.6.0
     new a707ff3ed STORM-4004 - Fix license

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (82544b4c0)
            \
             N -- N -- N   
refs/heads/STORM-4004---Upgrade-Kafka-Clients-to-3.6.0 (a707ff3ed)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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                                |  69 +++++++-----
 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, 213 insertions(+), 271 deletions(-)
 delete mode 100644 
examples/storm-elasticsearch-examples/src/main/java/org/apache/storm/elasticsearch/common/EsTestUtil.java

Reply via email to