dongjoon-hyun opened a new pull request, #682:
URL: https://github.com/apache/spark-kubernetes-operator/pull/682

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `java-operator-sdk` (`operator-framework`, 
`operator-framework-junit`) from 5.3.3 to 5.3.4.
   
   - https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.4
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes and improvements from `java-operator-sdk` 
5.3.4, including:
   - 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 with `gradle build`.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.7


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to