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

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `java-operator-sdk` to 5.3.5.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes and improvements from `java-operator-sdk` 
5.3.5:
   - https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.5
     - Fix shutdown hook deadlock under leader election (deprecate 
`Operator#installShutdownHook(Duration)`).
     - Improve read-after-write consistency by only processing own updates.
     - Clarify `EventProcessor` logging and the event-handling contract for 
events received before the processor starts.
     - Deprecate the instance-based `Mappers.fromOwnerReferences` method.
     - Reset `ExternalIDGenServiceMock` between tests to fix flaky 
external-state integration tests.
     - Add the SpotBugs plugin and fix the reported findings.
     - Bump dependencies (`micrometer-core` 1.17.0, Jetty 12.1.10, JUnit BOM 
6.1.0).
   
   ### 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.8


-- 
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