He-Pin opened a new pull request, #1686: URL: https://github.com/apache/pekko-connectors/pull/1686
### Motivation Multiple Scala and Java compiler warnings accumulated across connector modules: unused imports, variable shadowing, unused private methods, deprecated API usage, structural type inference, and sbt lint keys. ### Modification - Remove unused `scala.language.postfixOps` import in hbase - Rename shadowed `entity` to `responseEntity` in google-cloud-storage Unmarshaller - Remove unused private `toJava` method in s3 javadsl - Replace deprecated `DefaultCredentialsProvider.create()` with `builder().build()` in s3 - Suppress deprecated `SensitivityWatchEventModifier` (needed for macOS compatibility) in file - Suppress deprecated `thisUsesUnstableApi()` gRPC override in google-cloud-pub-sub-grpc - Suppress structural type inference warnings in jms/jakartams/s3 with `@nowarn` - Add `mimaReportSignatureProblems` to sbt `excludeLintKeys` ### Result Cleaner compilation output with all actionable code-level warnings resolved. ### Tests - `sbt "clean; compile"` - all code warnings resolved ### References None - compiler warning 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]
