You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/13 09:31:30 UTC

[GitHub] [camel-kafka-connector] oscerd opened a new issue #581: Strimzi 0.20: Lets test early with Release candidate

oscerd opened a new issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581


   The first one, is already out. We can do this on camel-master
   https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.20.0-rc1


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-708215697


   @oscerd looking at the GH actions, it does not seem to have run. I believe I need to cherry-pick the action into master. 


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707639289


   I am not sure if the `-Dkafka.version=2.6.0` yet will actually manage to override the version, but the rest should definitely run the tests against Strimzi 0.20 rc1. I am running a build here and will let you know soon. 


----------------------------------------------------------------
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] [camel-kafka-connector] oscerd commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707639706


   Thanks, sounds good. We can do this and if it works we can create a profile to be enabled with a gh action for example.


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske edited a comment on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707638558


   I'm trying the following:
   
   ```mvn -DskipIntegrationTests=false -Dkafka.version=2.6.0 -Ditest.zookeeper.container.image=strimzi/kafka:0.20.0-rc1-kafka-2.6.0 -Ditest.strimzi.container.image=strimzi/kafka:0.20.0-rc1-kafka-2.6.0 -Dkafka.instance.type=local-strimzi-container clean package verify```
   
   


----------------------------------------------------------------
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] [camel-kafka-connector] oscerd commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-708217130


   yes


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707638558


   I'm trying the following:
   
   
   


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske edited a comment on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske edited a comment on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707639289


   I am not sure yet if the `-Dkafka.version=2.6.0` will actually manage to override the version, but the rest should definitely run the tests against Strimzi 0.20 rc1. I am running a build here and will let you know soon. 


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-708338294


   Worked after cherry-picking. Therefore, marking this one as closed.


----------------------------------------------------------------
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] [camel-kafka-connector] oscerd commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707633734


   Sure, but I'd like to wait for the final release, so maybe we could have a profile for testing with release candidates? Not sure. This would probably require updating to kafka 2.6.0 too


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707640238


   That sounds like a good plan +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] [camel-kafka-connector] orpiske commented on issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske commented on issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581#issuecomment-707627750


   @oscerd if you want, I can prepare this. 


----------------------------------------------------------------
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] [camel-kafka-connector] orpiske closed issue #581: Strimzi 0.20: Lets test early with Release candidate

Posted by GitBox <gi...@apache.org>.
orpiske closed issue #581:
URL: https://github.com/apache/camel-kafka-connector/issues/581


   


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