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

dongjoon-hyun 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 b0f472b  [SPARK-56986] Upgrade `java-operator-sdk` to 5.3.4
b0f472b is described below

commit b0f472ba0d7f60698f0362e9e18450c694fea27f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 21 10:50:11 2026 -0700

    [SPARK-56986] Upgrade `java-operator-sdk` to 5.3.4
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `java-operator-sdk` to 5.3.4.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and improvements from `java-operator-sdk` 
5.3.4:
    - 
https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.4
      - Revert breaking constructor change in `InformerConfiguration` to 
restore compatibility.
      - Read-cache-after-write aware `list` and `byIndex`.
      - Use `onList()` for ghost resource cleanup.
      - Handle empty YAML configuration files containing only comments.
      - Invoke `ConfigurationServiceOverrider` only once.
      - Restore JUnit5 compatibility for `LocallyRunOperatorExtension`.
      - Fix flaky integration tests (`WorkflowAllFeatureIT`, 
`MultipleReconcilerSameTypeIT`).
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Opus 4.7
    
    Closes #682 from dongjoon-hyun/SPARK-56986.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f7a4177..e4d0bb1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
 fabric8 = "7.7.0"
 lombok = "1.18.46"
 netty = "4.2.13.Final"
-operator-sdk = "5.3.3"
+operator-sdk = "5.3.4"
 dropwizard-metrics = "4.2.38"
 spark = "4.2.0-preview5"
 hadoop = "3.5.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to