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

   ### What changes were proposed in this pull request?
   
   This PR upgrades the `Tink` dependency to 1.22.0.
   
   ### Why are the changes needed?
   
   To pick up the latest bug fixes and improvements:
   - https://github.com/tink-crypto/tink-java/releases/tag/v1.21.0
       - Added `addAnnotations` to `KeysetHandle.Builder` and 
`getAnnotationsOrNull`
       - Added support for the `ML-DSA-87` signature algorithm
       - `SignaturePemKeysetReader` now handles `ML-DSA-65`, `ML-DSA-87`, and 
`Ed25519`
   - https://github.com/tink-crypto/tink-java/releases/tag/v1.22.0
       - https://github.com/tink-crypto/tink-java/issues/68
       - Key derivation no longer runs inside a synchronized block in 
`MutableKeyDerivationRegistry`
       - Added `SLH-DSA` signature parameters and the `ML-DSA-44` signature 
primitive with PEM import
       - Introduced `SignatureJwkSetConverter` for signature public keys 
to/from JWK sets
       - `class` files now correctly target Java 11 (major version 55)
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs with the existing tests.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (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