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/23 13:34:59 UTC

[GitHub] [kafka] ijuma opened a new pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

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


   And update to 3.27.0-GA.
   
   ### 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 merged pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

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


   


----------------------------------------------------------------
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 pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

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


   Unrelated flaky failures:
   
   > Build / JDK 11 / org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testReplication()
   > Build / JDK 11 / kafka.network.DynamicConnectionQuotaTest.testDynamicListenerConnectionCreationRateQuota()
   > Build / JDK 8 / kafka.api.TransactionsBounceTest.testWithGroupMetadata()


----------------------------------------------------------------
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 a change in pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

Posted by GitBox <gi...@apache.org>.
chia7712 commented on a change in pull request #10191:
URL: https://github.com/apache/kafka/pull/10191#discussion_r581071415



##########
File path: gradle/dependencies.gradle
##########
@@ -69,6 +69,7 @@ versions += [
   jackson: "2.10.5",
   jacksonDatabind: "2.10.5.1",
   jacoco: "0.8.5",
+  javassist:"3.27.0-GA",

Review comment:
       (code style) it needs a space :)




----------------------------------------------------------------
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 pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

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


   Merged to trunk and 2.8.0.


----------------------------------------------------------------
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 a change in pull request #10191: KAFKA-12341: Ensure consistent versions for javassist

Posted by GitBox <gi...@apache.org>.
ijuma commented on a change in pull request #10191:
URL: https://github.com/apache/kafka/pull/10191#discussion_r581095289



##########
File path: gradle/dependencies.gradle
##########
@@ -69,6 +69,7 @@ versions += [
   jackson: "2.10.5",
   jacksonDatabind: "2.10.5.1",
   jacoco: "0.8.5",
+  javassist:"3.27.0-GA",

Review comment:
       Fixed.




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