Skip to content

Commit

Permalink
Core, Spark, Flink, Hive: Remove unused failsafe dependency from core…
Browse files Browse the repository at this point in the history
… and add Failsafe to runtime LICENSE(s) (#11816)
  • Loading branch information
amogh-jahagirdar authored Dec 19, 2024
1 parent 91a1505 commit 88a2596
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ project(':iceberg-core') {
implementation libs.jackson.core
implementation libs.jackson.databind
implementation libs.caffeine
implementation libs.failsafe
implementation libs.roaringbitmap
compileOnly(libs.hadoop2.client) {
exclude group: 'org.apache.avro', module: 'avro'
Expand Down
8 changes: 8 additions & 0 deletions flink/v1.18/flink-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: http://www.apache.org/licenses/LICENSE-2.0.html
8 changes: 8 additions & 0 deletions flink/v1.19/flink-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html
8 changes: 8 additions & 0 deletions flink/v1.20/flink-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html
8 changes: 8 additions & 0 deletions hive-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html
6 changes: 6 additions & 0 deletions kafka-connect/kafka-connect-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,12 @@ License (from POM): The Apache Software License, Version 2.0 - http://www.apache

--------------------------------------------------------------------------------

Group: dev.failsafe Name: failsafe Version: 3.3.2
Project URL (from POM): https://github.com/failsafe-lib/failsafe
License (from POM): Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt

--------------------------------------------------------------------------------

Group: dnsjava Name: dnsjava Version: 2.1.7
Project URL (from POM): http://www.dnsjava.org
License (from POM): BSD 2-Clause license - http://opensource.org/licenses/BSD-2-Clause
Expand Down
8 changes: 8 additions & 0 deletions spark/v3.3/spark-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -637,3 +637,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html
8 changes: 8 additions & 0 deletions spark/v3.4/spark-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -637,3 +637,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html
8 changes: 8 additions & 0 deletions spark/v3.5/spark-runtime/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -637,3 +637,11 @@ This product includes code from Apache HttpComponents Client.
Copyright: 1999-2022 The Apache Software Foundation.
Home page: https://hc.apache.org/
License: https://www.apache.org/licenses/LICENSE-2.0

--------------------------------------------------------------------------------

This binary artifact contains failsafe.

Copyright: Jonathan Halterman and friends
Home page: https://failsafe.dev/
License: https://www.apache.org/licenses/LICENSE-2.0.html

0 comments on commit 88a2596

Please sign in to comment.