MINOR: Java 9/10 fixes, gradle and minor deps update#4725
Merged
ijuma merged 6 commits intoapache:trunkfrom Mar 23, 2018
Merged
MINOR: Java 9/10 fixes, gradle and minor deps update#4725ijuma merged 6 commits intoapache:trunkfrom
ijuma merged 6 commits intoapache:trunkfrom
Conversation
Member
Author
|
retest this please |
Member
Author
|
All tests passed, the JDK 8/Scala 2.12 issue was when talking to GitHub after the tests had passed. |
Contributor
|
LGTM |
Member
Author
|
There's a new version of Jacoco that works with Java 10 and I updated connect in a similar way as Trogdor. |
Member
Author
|
retest this please |
hachikuji
approved these changes
Mar 22, 2018
Member
Author
|
Failure is unrelated. Merging to trunk. |
hejiefang
pushed a commit
to hejiefang/kafka
that referenced
this pull request
Mar 26, 2018
* Added dependencies so that Trogdor and Connect work with Java 9 and 10 * Updated Jacoco to 0.8.1 so that it works with Java 10 * Updated Gradle to 4.6 * A few minor version bumps (not related to Java9/10 fixes) I tested manually that we can run ./gradlew test with Java 10 after these changes. There are test failures as EasyMock and PowerMock will have to be updated to use a newer ASM version. But compiling successfully and most tests passing is progress. :) I also tested manually that Trogdor can be started with Java 10. It previously failed with a ClassNotFoundError. Reviewers: Jason Gustafson <jason@confluent.io>
ijuma
added a commit
that referenced
this pull request
Apr 12, 2018
* Added dependencies so that Trogdor and Connect work with Java 9 and 10 * Updated Jacoco to 0.8.1 so that it works with Java 10 * Updated Gradle to 4.6 * A few minor version bumps (not related to Java9/10 fixes) I tested manually that we can run ./gradlew test with Java 10 after these changes. There are test failures as EasyMock and PowerMock will have to be updated to use a newer ASM version. But compiling successfully and most tests passing is progress. :) I also tested manually that Trogdor can be started with Java 10. It previously failed with a ClassNotFoundError. Reviewers: Jason Gustafson <jason@confluent.io>
ijuma
added a commit
to confluentinc/kafka
that referenced
this pull request
Apr 25, 2018
* confluent/1.1: (60 commits) MINOR: Fix kafka-run-class for Java 10 (apache#4895) KAFKA-6772: Load credentials from ZK before accepting connections (apache#4867) KAFKA-6742: TopologyTestDriver error when dealing with stores from GlobalKTable MINOR: Mention that -1 disables retention by time (apache#4881) KAFKA-6790: Fix Streams processor node broken link (apache#4874) MINOR: Java 10 fixes so that the build passes (apache#4839) MINOR: Update Jackson to 2.9.5 (apache#4776) MINOR: Downgrade to Gradle 4.5.1 (apache#4791) MINOR: Java 9/10 fixes, gradle and minor deps update (apache#4725) KAFKA-6752: Enable unclean leader election metric (apache#4838) KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 (apache#4773) KAFKA-6747 Check whether there is in-flight transaction before aborting transaction (apache#4826) KAFKA-6748: double check before scheduling a new task after the punctuate call (apache#4827) KAFKA-6739; Ignore headers when down-converting from V2 to V0/V1 (apache#4813) KAFKA-6728: Corrected the worker’s instantiation of the HeaderConverter KAFKA-6731: waitOnState should check the state to be the target start. (apache#4808) HOTFIX: Enforce a rebalance upon task migration (apache#4802) MINOR: Remove 1.2.0 changes from streams doc (apache#4784) MINOR: Update version numbers to 1.1.1-SNAPSHOT MINOR: Fix ReassignPartitionsClusterTest.testHwAfterPartitionReassignment test (apache#4781) ...
allenxwang
pushed a commit
to allenxwang/kafka
that referenced
this pull request
Aug 24, 2018
…:1.1-nflx to 1.1-nflx * commit '84eeea7fe4b3a64b84b87d231969acfee4fb7544': Fix a bug where the ReqeustPerSec API version hash map is not updated. KAFKA-6772: Load credentials from ZK before accepting connections (apache#4867) KAFKA-6742: TopologyTestDriver error when dealing with stores from GlobalKTable MINOR: Mention that -1 disables retention by time (apache#4881) KAFKA-6790: Fix Streams processor node broken link (apache#4874) MINOR: Java 10 fixes so that the build passes (apache#4839) MINOR: Update Jackson to 2.9.5 (apache#4776) MINOR: Downgrade to Gradle 4.5.1 (apache#4791) MINOR: Java 9/10 fixes, gradle and minor deps update (apache#4725) KAFKA-6752: Enable unclean leader election metric (apache#4838) KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 (apache#4773) KAFKA-6747 Check whether there is in-flight transaction before aborting transaction (apache#4826) KAFKA-6748: double check before scheduling a new task after the punctuate call (apache#4827)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tested manually that we can run
./gradlew testwith Java 10after these changes. There are test failures as EasyMock
and PowerMock will have to be updated to use a newer
ASM version. But compiling successfully and most tests
passing is progress. :)
I also tested manually that Trogdor can be started with Java 10.
It previously failed with a ClassNotFoundError.
Committer Checklist (excluded from commit message)