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/12/02 14:01:18 UTC

[GitHub] [kafka] cadonna opened a new pull request #11561: MINOR: Bump version of grgit to 4.1.1

cadonna opened a new pull request #11561:
URL: https://github.com/apache/kafka/pull/11561


   grgit 4.1.0 caused unsupported version error during gradle builds.
   The reason was that grgit 4.1.0 uses always the latest JGit version
   internally. Unfortunately, the latest JGit version was compiled with
   a Java version later than Java 8 which caused the unsupported version
   error during gradle builds for Java 8.
   
   grgit 4.1.1 fixed this issue by upper bounding the version of JGrit
   to a version that is still compiled with Java 8. Consequently, we can
   remove the hotfix we merged in commit d1e0d2b474b0bdb0b0141b6d341ce77dd331a8d4
   and instead bump the grgit version from 4.1.0 to 4.1.1.
   
   ### 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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] cadonna merged pull request #11561: MINOR: Bump version of grgit to 4.1.1

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


   


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

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] cadonna commented on pull request #11561: MINOR: Bump version of grgit to 4.1.1

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


   Call for review: @ijuma @lbradstreet 


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

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] cadonna commented on pull request #11561: MINOR: Bump version of grgit to 4.1.1

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


   Cherry-picked to 3.1 \cc @dajac 


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

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] cadonna commented on pull request #11561: MINOR: Bump version of grgit to 4.1.1

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


   Cherry-picked to 3.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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org