He-Pin opened a new pull request, #1748: URL: https://github.com/apache/pekko-connectors/pull/1748
### Motivation `PubSubSettings.callCredentials` and `Credentials.cache` were deprecated since Alpakka 3.0.0 in favor of `GoogleSettings`-based credential management. ### Modification - Remove `PubSubSettings.callCredentials` field and `withCallCredentials` method - Delete `DeprecatedCredentials` marker class - Refactor `PekkoGrpcSettings` to resolve credentials via `GoogleSettings` directly, using `NoCredentials` for emulator mode - Remove `Credentials.cache` and `_cache` field - Update `reference.conf` and test configs to remove deprecated `callCredentials` config key - Update docs and README ### Result Cleaner API with `GoogleSettings` as the single source for credential configuration. Users targeting emulators should set `pekko.connectors.google.credentials.provider = none`. ### Tests Not run - deprecated API cleanup with equivalent behavior ### References None - deprecated API cleanup -- 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]
