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 2021/02/18 07:46:09 UTC

[GitHub] [kafka] chia7712 opened a new pull request #10146: HOTFIX: fix build error caused by ControllerApisTest.scala

chia7712 opened a new pull request #10146:
URL: https://github.com/apache/kafka/pull/10146


   related to #10113
   
   ### Error Message
   
   `
   14:01:06 > Task :core:compileTestScala
   14:01:06 [Error] /home/jenkins/agent/workspace/LoopTest-Kafka/kafka/core/src/test/scala/unit/kafka/server/ControllerApisTest.scala:70: the result type of an implicit conversion must be more specific than Object
   `
   
   ### 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] chia7712 commented on pull request #10146: HOTFIX: fix Scala 2.12 build error caused by ControllerApisTest.scala

Posted by GitBox <gi...@apache.org>.
chia7712 commented on pull request #10146:
URL: https://github.com/apache/kafka/pull/10146#issuecomment-783863300


   The 2.8 build with scala 2.12 is broken also so I back port this PR to 2.8


----------------------------------------------------------------
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 merged pull request #10146: HOTFIX: fix Scala 2.12 build error caused by ControllerApisTest.scala

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #10146:
URL: https://github.com/apache/kafka/pull/10146


   


----------------------------------------------------------------
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] rondagostino commented on pull request #10146: HOTFIX: fix Scala 2.12 build error caused by ControllerApisTest.scala

Posted by GitBox <gi...@apache.org>.
rondagostino commented on pull request #10146:
URL: https://github.com/apache/kafka/pull/10146#issuecomment-781651604


   Successfully confirmed this fix locally as per comment in #10155.


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