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

rzo1 pushed a commit to branch 
dependabot/maven/org.apache.thrift-libthrift-0.22.0
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to 
refs/heads/dependabot/maven/org.apache.thrift-libthrift-0.22.0 by this push:
     new 43dbf2517 Fix thrift url for license
43dbf2517 is described below

commit 43dbf2517c05cb2be69edfc92c35d1f24868ce67
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jul 11 09:39:03 2025 +0200

    Fix thrift url for license
---
 DEPENDENCY-LICENSES   | 2 +-
 LICENSE-binary        | 2 +-
 docs/Project-ideas.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index e215440b6..33fb06328 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -74,7 +74,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.0 - 
https://logging.apache.org/log4j/2.x/)
         * Apache Maven Shade Plugin 
(org.apache.maven.plugins:maven-shade-plugin:3.6.0 - 
https://maven.apache.org/plugins/maven-shade-plugin/)
         * Apache Maven Shared Utils 
(org.apache.maven.shared:maven-shared-utils:3.2.1 - 
https://maven.apache.org/shared/maven-shared-utils/)
-        * Apache Thrift (org.apache.thrift:libthrift:0.22.0 - 
http://thrift.apache.org)
+        * Apache Thrift (org.apache.thrift:libthrift:0.22.0 - 
https://thrift.apache.org)
         * Apache XBean :: Spring (org.apache.xbean:xbean-spring:4.27 - 
http://geronimo.apache.org/maven/xbean/4.27/xbean-spring)
         * Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.12.0 - 
https://yetus.apache.org/audience-annotations)
         * Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.13.0 - 
https://yetus.apache.org/audience-annotations)
diff --git a/LICENSE-binary b/LICENSE-binary
index 57d8ccc5c..89c82ed28 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -710,7 +710,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.25.0 - 
https://logging.apache.org/log4j/2.x/log4j-api/)
         * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.0 - 
https://logging.apache.org/log4j/2.x/log4j-core/)
         * Apache Log4j SLF4J Binding 
(org.apache.logging.log4j:log4j-slf4j2-impl:2.25.0 - 
https://logging.apache.org/log4j/2.x/log4j-slf4j2-impl/)
-        * Apache Thrift (org.apache.thrift:libthrift:0.22.0 - 
http://thrift.apache.org)
+        * Apache Thrift (org.apache.thrift:libthrift:0.22.0 - 
libthrift:0.22.0rift.apache.org)
         * Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.12.0 - 
https://yetus.apache.org/audience-annotations)
         * Apache Yetus - Audience Annotations 
(org.apache.yetus:audience-annotations:0.13.0 - 
https://yetus.apache.org/audience-annotations)
         * Apache ZooKeeper - Jute (org.apache.zookeeper:zookeeper-jute:3.9.3 - 
http://zookeeper.apache.org/zookeeper-jute)
diff --git a/docs/Project-ideas.md b/docs/Project-ideas.md
index aa022ea45..1af480581 100644
--- a/docs/Project-ideas.md
+++ b/docs/Project-ideas.md
@@ -1,6 +1,6 @@
 ---
 layout: documentation
 ---
- * **DSLs for non-JVM languages:** These DSL's should be all-inclusive and not 
require any Java for the creation of topologies, spouts, or bolts. Since 
topologies are [Thrift](http://thrift.apache.org/) structs, Nimbus is a Thrift 
service, and bolts can be written in any language, this is possible.
+ * **DSLs for non-JVM languages:** These DSL's should be all-inclusive and not 
require any Java for the creation of topologies, spouts, or bolts. Since 
topologies are [Thrift](https://thrift.apache.org/) structs, Nimbus is a Thrift 
service, and bolts can be written in any language, this is possible.
  * **Online machine learning algorithms:** Something like 
[Mahout](http://mahout.apache.org/) but for online algorithms
  * **Suite of performance benchmarks:** These benchmarks should test Storm's 
performance on CPU and IO intensive workloads. There should be benchmarks for 
different classes of applications, such as stream processing (where throughput 
is the priority) and distributed RPC (where latency is the priority). 

Reply via email to