You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/04/23 06:14:21 UTC

[GitHub] [kafka] ijuma opened a new pull request #8537: KAFKA-9907: Switch default build to Scala 2.13

ijuma opened a new pull request #8537:
URL: https://github.com/apache/kafka/pull/8537


   Scala 2.13.2 introduces support for suppressing warnings,
   which makes it possible to enable fatal warnings. This is
   useful enough from a development perspective to justify
   this change.
   
   In addition, Scala 2.13.2 also has a Vector implementation
   with significant performance improvements and encoding
   of String matches to switches.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] ijuma commented on issue #8537: KAFKA-9907: Switch default build to Scala 2.13

Posted by GitBox <gi...@apache.org>.
ijuma commented on issue #8537:
URL: https://github.com/apache/kafka/pull/8537#issuecomment-618412385


   Thanks, I addressed the comment and I merged to trunk.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org