This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 047140dc #1555 - Storm 2.8.1
047140dc is described below
commit 047140dca9a837da6b6baf44fc80ca9627b198c5
Author: Richard Zowalal <[email protected]>
AuthorDate: Mon Jun 9 13:46:54 2025 +0200
#1555 - Storm 2.8.1
---
README.md | 2 +-
THIRD-PARTY.txt | 8 ++++----
archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
.../archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
external/solr/README.md | 2 +-
.../archetype/src/main/resources/archetype-resources/README.md | 2 +-
.../solr/archetype/src/main/resources/archetype-resources/pom.xml | 2 +-
pom.xml | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 7d41707c..e121711c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Apache StormCrawler is an open source collection of resources
for building low-l
## Quickstart
-NOTE: These instructions assume that you have [Apache
Maven](https://maven.apache.org/install.html) installed. You will need to
install [Apache Storm 2.8.0](http://storm.apache.org/) to run the crawler.
+NOTE: These instructions assume that you have [Apache
Maven](https://maven.apache.org/install.html) installed. You will need to
install [Apache Storm 2.8.1](http://storm.apache.org/) to run the crawler.
StormCrawler requires Java 17 or above. To execute tests, it requires you to
have a locally installed and working Docker environment.
diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index dca80098..42e0dbdf 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -252,15 +252,15 @@ List of third-party dependencies grouped by their license
type.
* rome (com.rometools:rome:2.1.0 - http://rometools.com/rome)
* rome-utils (com.rometools:rome-utils:2.1.0 -
http://rometools.com/rome-utils)
* server (org.opensearch:opensearch:2.19.1 -
https://github.com/opensearch-project/OpenSearch.git)
- * Shaded Deps for Storm Client
(org.apache.storm:storm-shaded-deps:2.8.0 -
https://storm.apache.org/storm-shaded-deps)
+ * Shaded Deps for Storm Client
(org.apache.storm:storm-shaded-deps:2.8.1 -
https://storm.apache.org/storm-shaded-deps)
* SLF4J 2 Provider for Log4j API
(org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 -
https://logging.apache.org/log4j/2.x/log4j/log4j-slf4j2-impl/)
* SnakeYAML (org.yaml:snakeyaml:2.4 -
https://bitbucket.org/snakeyaml/snakeyaml)
* snappy-java (org.xerial.snappy:snappy-java:1.1.10.4 -
https://github.com/xerial/snappy-java)
* sniffer (org.opensearch.client:opensearch-rest-client-sniffer:2.19.1
- https://github.com/opensearch-project/OpenSearch.git)
* SparseBitSet (com.zaxxer:SparseBitSet:1.3 -
https://github.com/brettwooldridge/SparseBitSet)
- * storm-autocreds (org.apache.storm:storm-autocreds:2.8.0 -
https://storm.apache.org/external/storm-autocreds)
- * Storm Client (org.apache.storm:storm-client:2.8.0 -
https://storm.apache.org/storm-client)
- * storm-hdfs (org.apache.storm:storm-hdfs:2.8.0 -
https://storm.apache.org/external/storm-hdfs)
+ * storm-autocreds (org.apache.storm:storm-autocreds:2.8.1 -
https://storm.apache.org/external/storm-autocreds)
+ * Storm Client (org.apache.storm:storm-client:2.8.1 -
https://storm.apache.org/storm-client)
+ * storm-hdfs (org.apache.storm:storm-hdfs:2.8.1 -
https://storm.apache.org/external/storm-hdfs)
* swagger-annotations-jakarta
(io.swagger.core.v3:swagger-annotations-jakarta:2.2.22 -
https://github.com/swagger-api/swagger-core/modules/swagger-annotations-jakarta)
* T-Digest (com.tdunning:t-digest:3.2 -
https://github.com/tdunning/t-digest)
* urlfrontier-API (com.github.crawler-commons:urlfrontier-API:2.4 -
https://github.com/crawler-commons/url-frontier/urlfrontier-API)
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml
b/archetype/src/main/resources/archetype-resources/pom.xml
index a6024b16..d4845bfd 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${project.version}</stormcrawler.version>
- <storm.version>2.8.0</storm.version>
+ <storm.version>2.8.1</storm.version>
<urlfrontier.version>2.4</urlfrontier.version>
</properties>
diff --git
a/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
b/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
index 8153ccec..a8db6f1f 100644
---
a/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
+++
b/external/opensearch/archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${StormCrawlerVersion}</stormcrawler.version>
- <storm.version>2.8.0</storm.version>
+ <storm.version>2.8.1</storm.version>
</properties>
<build>
diff --git a/external/solr/README.md b/external/solr/README.md
index 37825adb..3a165930 100644
--- a/external/solr/README.md
+++ b/external/solr/README.md
@@ -12,7 +12,7 @@ You'll be asked to enter a groupId (e.g.
com.mycompany.crawler), an artefactId (
This will not only create a fully formed project containing a POM with the
dependency above but also a set of resources, configuration files and sample
topology classes. Enter the directory you just created (should be the same as
the artefactId you specified earlier) and follow the instructions on the README
file.
-You will of course need to have both Apache Storm (2.8.0) and Apache Solr
(9.8.0) installed.
+You will of course need to have both Apache Storm (2.8.1) and Apache Solr
(9.8.0) installed.
Official references:
* [Apache Storm: Setting Up a Development
Environment](https://storm.apache.org/releases/current/Setting-up-development-environment.html)
diff --git
a/external/solr/archetype/src/main/resources/archetype-resources/README.md
b/external/solr/archetype/src/main/resources/archetype-resources/README.md
index a367fff1..4ccca506 100644
--- a/external/solr/archetype/src/main/resources/archetype-resources/README.md
+++ b/external/solr/archetype/src/main/resources/archetype-resources/README.md
@@ -1,7 +1,7 @@
This has been generated by the StormCrawler Maven Archetype as a starting
point for building your own crawler with [Apache
Solr](https://solr.apache.org/) as a backend.
Have a look at the code and resources and modify them to your heart's content.
-You need to have Apache Storm (2.8.0) installed, as well as a running instance
of Apache Solr (9.8.0).
+You need to have Apache Storm (2.8.1) installed, as well as a running instance
of Apache Solr (9.8.0).
## Generated resources
diff --git
a/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
b/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
index 501c7753..469efe53 100644
--- a/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/external/solr/archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${StormCrawlerVersion}</stormcrawler.version>
- <storm.version>2.8.0</storm.version>
+ <storm.version>2.8.1</storm.version>
</properties>
<build>
diff --git a/pom.xml b/pom.xml
index 01bf967b..af855c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
<additionalparam>-Xdoclint:none</additionalparam>
<!-- dependency versions -->
<junit.version>5.13.1</junit.version>
- <storm-client.version>2.8.0</storm-client.version>
+ <storm-client.version>2.8.1</storm-client.version>
<jackson.version>2.18.1</jackson.version>
<tika.version>3.2.0</tika.version>
<mockito.version>5.18.0</mockito.version>