This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 6a67c23 [SPARK-53649] Remove `logging-interceptor` dependency
6a67c23 is described below
commit 6a67c235b879eab0f5ac77b2273066e38687f476
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 19 12:56:44 2025 -0700
[SPARK-53649] Remove `logging-interceptor` dependency
### What changes were proposed in this pull request?
This PR aims to remove `logging-interceptor` dependency.
### Why are the changes needed?
This is not used.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #328 from dongjoon-hyun/SPARK-53649.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 1 -
spark-operator/build.gradle | 1 -
2 files changed, 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0df194e..0a3827f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -46,7 +46,6 @@ kube-api-test-client-inject = {group = "io.fabric8", name =
"kube-api-test-clien
crd-generator-apt = { group = "io.fabric8", name = "crd-generator-apt",
version.ref = "fabric8" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref =
"okhttp" }
mockwebserver = { group = "com.squareup.okhttp3", name = "mockwebserver",
version.ref = "okhttp" }
-logging-interceptor = { group = "com.squareup.okhttp3", name =
"logging-interceptor", version.ref = "okhttp" }
lombok = { group = "org.projectlombok", name = "lombok", version.ref =
"lombok" }
log4j-api = { group = "org.apache.logging.log4j", name = "log4j-api",
version.ref = "log4j" }
log4j-core = { group = "org.apache.logging.log4j", name = "log4j-core",
version.ref = "log4j" }
diff --git a/spark-operator/build.gradle b/spark-operator/build.gradle
index b2106e1..7078905 100644
--- a/spark-operator/build.gradle
+++ b/spark-operator/build.gradle
@@ -30,7 +30,6 @@ dependencies {
exclude group: 'com.squareup.okhttp3'
}
implementation(libs.okhttp)
- implementation(libs.logging.interceptor)
implementation(libs.spotbugs.annotations)
// logging
implementation(libs.log4j.api)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]