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 2022/07/14 20:10:14 UTC

[GitHub] [kafka] peternied opened a new pull request, #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

peternied opened a new pull request, #12407:
URL: https://github.com/apache/kafka/pull/12407

   When consuming both `kafka-client:3.0.1` and `kafka-client:3.0.1:test`
   through maven a hygene tool was detecting multiple instances of the same
   class loaded into the classpath.
   
   Verified this change by building locally with a before and after build with `./gradlew clients:publishToMavenLocal`, then used beyond compare to verify the contents.
   
   ### Committer Checklist (excluded from commit message)
   - [X] Verify design and implementation 
      - Minor change to existing build process, the java classes was duplicated and unused.
   - [X] Verify test coverage and CI build status
      - There should be no changes in test coverage and CI build status.
   - [X] Verify documentation (including upgrade notes)
      - No documentation updates need to be made


-- 
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] peternied commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

Posted by GitBox <gi...@apache.org>.
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1378003500

   @ijuma Hi - I was checking the latest versions 3.3.1 and I still see the issue that I tried to fix.  Does this change need to be picked into one of the release branches, is there a way I can help to get this done?


-- 
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] peternied commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

Posted by GitBox <gi...@apache.org>.
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1379798226

   That sounds good, thanks for letting me know.


-- 
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] peternied commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

Posted by GitBox <gi...@apache.org>.
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1379626692

   Thanks for the reply, I would like this fix available sooner since we have to disable jar hell checks in our project to work around this issue for nearly 6 months.  Do you have an approximant date for 3.4.0 release?


-- 
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] peternied commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

Posted by GitBox <gi...@apache.org>.
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1194293359

   @tombentley Can you help me get this PR reviewed?


-- 
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] peternied commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

Posted by GitBox <gi...@apache.org>.
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1185661804

   ```
   [2022-07-14T20ː10ː48.006Z] Still waiting to schedule task
   [2022-07-14T20ː10ː48.006Z] ‘arm4’ is offline
   ```
   CI failures look like they are related to some infrastructure being offline


-- 
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] ijuma commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

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

   Likely this month and it would happen before other releases.


-- 
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] ijuma merged pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

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


-- 
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] ijuma commented on pull request #12407: [BUG] Remove duplicate common.message.* from clients:test jar file

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

   This will be part of 3.4.0. Is there a strong reason to backport it to older releases?


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