Upgrade Gradle wrapper to Gradle 2.0#29
Closed
sslavic wants to merge 1 commit into
Closed
Conversation
…ense plugin dependency had to be upgraded as well
Member
|
Gradle 2.x is being used now. Can you please close this (we cannot close it ourselves with raising a ticket to Apache Infra, unfortunately)? |
ymatsuda
referenced
this pull request
in confluentinc/kafka
Aug 5, 2015
forbid kstream construction outside of init call
ymatsuda
added a commit
to ymatsuda/kafka
that referenced
this pull request
Sep 2, 2015
make the close method work
resetius
added a commit
to resetius/kafka
that referenced
this pull request
Apr 22, 2016
exclude **/debian/*
divijvaidya
added a commit
to divijvaidya/kafka
that referenced
this pull request
Jul 12, 2022
* Fix incorrect topic Id generated due to race condition. * Refactored getting topic-id from zk when needed. Co-authored-by: karthik rajagopalan <karjag@amazon.com>
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 3, 2025
Rename maybeRecreateFetcherForReadOnly
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.
This patch upgrades gradle wrapper to gradle 2.0. As consequence license plugin dependency had to be upgraded as well.
Issue: KAFKA-1559