He-Pin opened a new pull request, #169: URL: https://github.com/apache/pekko-samples/pull/169
## Summary - Remove `-Xlog-reflective-calls`, `-Xlint` (without arguments), and `-Ywarn-unused:imports` from 10 sample `build.sbt` files - All sample projects use Scala 3.3.7 but several still had Scala 2-only compiler options that produce "bad option" warnings - Keep `-deprecation`, `-feature`, `-unchecked` which are valid in both Scala 2 and 3 ## Test plan - [x] `sbt compile` in `pekko-sample-cluster-scala` produces no "bad option" warnings - [x] Only valid scalacOptions retained across all affected projects Affected samples: - pekko-sample-cluster-scala - pekko-sample-cluster-java - pekko-sample-cluster-client-grpc-scala - pekko-sample-cluster-docker-compose-scala - pekko-sample-cluster-docker-compose-java - pekko-sample-distributed-data-java - pekko-sample-distributed-data-scala - pekko-sample-kafka-to-sharding-scala - pekko-sample-persistence-scala - pekko-sample-sharding-scala -- 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]
