Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core, Spark, Flink, Hive: Remove unused failsafe dependency from core and add Failsafe to runtime LICENSE(s) #11828

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading