You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "hamed-hatami (via GitHub)" <gi...@apache.org> on 2023/07/21 09:42:22 UTC

[GitHub] [camel] hamed-hatami opened a new pull request, #10771: Consumer missed part fix

hamed-hatami opened a new pull request, #10771:
URL: https://github.com/apache/camel/pull/10771

   # Description
   
   <!--
   - Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   -->
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).
   
   <!--
   # *Note*: trivial changes like, typos, minor documentation fixes and other small items do not require a JIRA issue. In this case your pull request should address just this issue, without pulling in other changes.
   -->
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful subject line and body.
   
   <!--
   If you're unsure, you can format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue.
   -->
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes
   
   <!--
   You can run the aforementioned command in your module so that the build auto-formats your code. This will also be verified as part of the checks and your PR may be rejected if if there are uncommited changes after running `mvn clean install -DskipTests`.
   
   You can learn more about the contribution guidelines at https://github.com/apache/camel/blob/main/CONTRIBUTING.md
   -->
   
   


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] hamed-hatami commented on pull request #10771: Consumer missed part fix

Posted by "hamed-hatami (via GitHub)" <gi...@apache.org>.
hamed-hatami commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645338716

   Is there any workaround to merge for the time being ?


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] oscerd commented on pull request #10771: Consumer missed part fix

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645339272

   I tested the PR locally, so I'm going to merge.


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] orpiske commented on pull request #10771: Consumer missed part fix

Posted by "orpiske (via GitHub)" <gi...@apache.org>.
orpiske commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645378305

   > Same. @orpiske @davsclaus I think we should have a look at incremental test
   
   There is something outdated on GH:
   
   
   ```
   ERROR] Failed to execute goal on project camel-allcomponents: Could not resolve dependencies for project org.apache.camel:camel-allcomponents:pom:4.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.camel:camel-jira:jar:4.0.0-SNAPSHOT -> io.atlassian.fugue:fugue:jar:5.0.0: Failed to read artifact descriptor for io.atlassian.fugue:fugue:jar:5.0.0: The following artifacts could not be resolved: io.atlassian.fugue:fugue-parent:pom:5.0.0 (present, but unavailable): io.atlassian.fugue:fugue-parent:pom:5.0.0 was not found in https://repo1.maven.org/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project camel-allcomponents: Could not resolve dependencies for project org.apache.camel:camel-allcomponents:pom:4.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.camel:camel-jira:jar:4.0.0-SNAPSHOT -> io.atlassian.fugue:fugue:jar:5.0.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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] oscerd commented on pull request #10771: Consumer missed part fix

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645337466

   Same. @orpiske @davsclaus I think we should have a look at incremental test


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] oscerd merged pull request #10771: Consumer missed part fix

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd merged PR #10771:
URL: https://github.com/apache/camel/pull/10771


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] hamed-hatami commented on pull request #10771: Consumer missed part fix

Posted by "hamed-hatami (via GitHub)" <gi...@apache.org>.
hamed-hatami commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645329817

   Is this  the same issue , we saw for doc update 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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] hamed-hatami commented on pull request #10771: Consumer missed part fix

Posted by "hamed-hatami (via GitHub)" <gi...@apache.org>.
hamed-hatami commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645336927

   Locally all UT and IT got green


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] github-actions[bot] commented on pull request #10771: Consumer missed part fix

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645307008

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel] davsclaus commented on pull request #10771: Consumer missed part fix

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #10771:
URL: https://github.com/apache/camel/pull/10771#issuecomment-1645401217

   camel-allcomponents has been added the repo 30 min ago or so


-- 
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: commits-unsubscribe@camel.apache.org

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