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/07/26 16:19:43 UTC

[GitHub] [kafka] ijuma opened a new pull request #9082: MINOR: Update dependencies for Kafka 2.7 (part 1)

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


   I left out updates that could be risky. Preliminary testing indicates
   we can build (including spotBugs) and run tests with Java 15 with
   these changes. I will do more thorough testing once Java 15 reaches
   release candidate stage in a few weeks.
   
   Minor updates with mostly bug fixes:
   - Scala: 2.12.11 -> 2.12.12
   - Bouncy castle: 1.64 -> 1.66
   - HttpClient: 4.5.11 -> 4.5.12
   - Mockito: 3.3.3 -> 3.4.4
   - Netty: 4.5.10 -> 4.5.11
   - Snappy: 1.1.7.3 -> 1.1.7.6
   - Zstd: 1.4.5-2 -> 1.4.5-6
   
   Gradle plugin upgrades:
   - Gradle versions: 0.28.0 -> 0.29.0
   - Git: 4.0.1 -> 4.0.2
   - Scoverage: 1.4.1 -> 1.4.2
   - Shadow: 5.2.0 -> 6.0.0
   - Test Retry: 1.1.5 -> 1.1.6
   
   ### 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 pull request #9082: MINOR: Update dependencies for Kafka 2.7 (part 1)

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


   Two builds passed, one had one failure due to existing flaky test:
   
   ```
   org.apache.kafka.connect.mirror.MirrorConnectorsIntegrationTest > testOneWayReplicationWithAutorOffsetSync1 FAILED
       java.lang.AssertionError: consumer record size is not zero expected:<0> but was:<1>
   ```


----------------------------------------------------------------
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 #9082: MINOR: Update dependencies for Kafka 2.7 (part 1)

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


   


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