The GitHub Actions job "CI" on pekko-connectors.git/main has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
1b249c2f690534df810d8a9f62643488fc7888ef / He-Pin(kerr) <[email protected]>
fix: resolve compiler warnings across connector modules (#1686)

* fix: resolve compiler warnings across connector modules

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
- Remove unused private `toJava` method in s3 javadsl
- Replace deprecated `DefaultCredentialsProvider.create()` with builder pattern 
in s3
- Suppress deprecated `SensitivityWatchEventModifier` (needed for macOS) in file
- Suppress deprecated `thisUsesUnstableApi()` gRPC override in 
google-cloud-pub-sub-grpc
- Suppress structural type inference warnings in jms/jakartams/s3
- Add `mimaReportSignatureProblems` to sbt excludeLintKeys

Result:
Cleaner compilation output with all actionable code-level warnings resolved.

Tests:
- sbt "clean; compile" - only remaining warning is sbt plugin-level previewPath 
lint key

References:
None - compiler warning cleanup

* build: also exclude previewPath from sbt lint check

Motivation:
The previous commit missed the docs/previewSite/previewPath lint key.

Modification:
Add Global / excludeLintKeys += previewPath in build.sbt docs project.

Result:
Zero sbt lint warnings remaining.

Tests:
- sbt "clean; compile" - zero sbt lint warnings

References:
None - follow-up to previous commit

* build: apply javafmt to DirectoryChangesSource.java

Report URL: https://github.com/apache/pekko-connectors/actions/runs/27609730008

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to