sarutak opened a new pull request, #57947: URL: https://github.com/apache/spark/pull/57947
### What changes were proposed in this pull request? This PR updates `@since` and `.version()` annotations for all OIDC credential propagation APIs and configuration keys from `4.3.0` to `4.4.0` to reflect the actual release version. The OIDC credential propagation feature was originally developed targeting `4.3.0` but will ship in `4.4.0`. This PR corrects the version annotations accordingly. **Affected files:** - `TokenIngestor.java` - `CredentialProvider.java` - `FileTokenIngestor.java` - `CredentialProviderLoader.java` - `CredentialResolutionException.java` - `UserCredentials.java` - `ServiceCredential.java` - `UserContext.java` - `config/package.scala` (`spark.security.oidc.*` keys) **Note:** `AwsStsCredentialProvider.java` (`connector/credential-aws`) also contains `@since 4.3.0` but is excluded from this PR because it will be corrected to `4.4.0` as part of #57655 ### Why are the changes needed? Version annotations should reflect the actual release in which APIs and configurations become available, not the originally planned version during development. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? GA. ### Was this patch authored or co-authored using generative AI tooling? Kiro CLI / Claude -- 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]
