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

[PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

oscerd opened a new pull request, #11716:
URL: https://github.com/apache/camel/pull/11716

   # Description
   
   <!--
   - Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   -->
   
   # Target
   
   - [x] 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
   
   - [x] 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.
   -->
   
   - [x] 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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   /component-test camel-aws/camel-aws2-athena  camel-aws/camel-aws2-ec2  camel-aws/camel-aws2-eventbridge  camel-aws/camel-aws2-kms  camel-aws/camel-aws2-msk  camel-aws/camel-aws2-ses camel-aws/camel-aws2-step-functions  camel-aws/camel-aws2-translate  camel-aws/camel-aws-xray  camel-aws/camel-aws2-cw camel-aws/camel-aws2-ecs  camel-aws/camel-aws2-iam camel-aws/camel-aws2-lambda camel-aws/camel-aws2-redshift camel-aws/camel-aws2-sns camel-aws/camel-aws2-sts camel-aws/camel-aws-cloudtrail  camel-aws/camel-aws2-ddb  camel-aws/camel-aws2-eks  camel-aws/camel-aws2-kinesis  camel-aws/camel-aws2-mq  camel-aws/camel-aws2-s3  camel-aws/camel-aws2-sqs  camel-aws/camel-aws2-timestream  camel-aws/camel-aws-secrets-manager


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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   The idea would be to just provide the component's name (camel-aws or aws in this case), and then it will automatically detect if it has submodules and if so generate the list for you


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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   Yeah, I guess it would nice to have an autolisting features for components with a root folder


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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   :robot: The Apache Camel test robot will run the tests for you :+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.

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

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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   I guess I need to improve the `component-test` GH action to avoid this very long and error-prone command, I add it to my final Todo List


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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


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


Re: [PR] Upgrade AWS SDK v2 to version 2.21.0 [camel]

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


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