You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/04 21:46:00 UTC

[PR] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

dependabot[bot] opened a new pull request, #5400:
URL: https://github.com/apache/camel-quarkus/pull/5400

   Bumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 2.5.0 to 2.5.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-amazon-services/releases">io.quarkiverse.amazonservices:quarkus-amazon-services-bom's releases</a>.</em></p>
   <blockquote>
   <h2>2.5.2</h2>
   <h2>Major changes</h2>
   <p>Support the latest release of aws-crt, which, by introducing new JNI methods, has broken support for native compilation.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>docs: Add guidance for handling Docker support in test mode by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/934">quarkiverse/quarkus-amazon-services#934</a></li>
   <li>ci: test the default and alternative client implementations separately by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/935">quarkiverse/quarkus-amazon-services#935</a></li>
   <li>build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.26.0 to 0.27.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/943">quarkiverse/quarkus-amazon-services#943</a></li>
   <li>build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/926">quarkiverse/quarkus-amazon-services#926</a></li>
   <li>build(deps): bump quarkus.version from 3.3.0 to 3.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/941">quarkiverse/quarkus-amazon-services#941</a></li>
   <li>build(deps): bump software.amazon.awssdk:bom from 2.20.143 to 2.20.159 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/950">quarkiverse/quarkus-amazon-services#950</a></li>
   <li>chore: release 2.5.2 by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/951">quarkiverse/quarkus-amazon-services#951</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.5.1...2.5.2">https://github.com/quarkiverse/quarkus-amazon-services/compare/2.5.1...2.5.2</a></p>
   <h2>2.5.1</h2>
   <h2>Major changes</h2>
   <ul>
   <li>For those who encounter threading issues with JDK 19+, it is possible to disable the use of the Quarkus thread pool for AWS SDK async taskes by setting <code>quarkus.&lt;extension&gt;.advanced.use-quarkus-scheduled-executor-service=false</code>. This affects both synchronuous and asynchronuous clients. Asynchronous clients should also be configured with <code>quarkus.&lt;extension&gt;.async-client.advanced.use-future-completion-thread-pool=false</code>. This should be considered a temporary fix, as it will create additional thread pools that run in competition with the Quarkus thread pool. Refer to <a href="https://redirect.github.com/aws/aws-sdk-java-v2/issues/4395">aws/aws-sdk-java-v2#4395</a> for ongoing follow-up.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>docs: separate docs for for 2.4 branch by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/902">quarkiverse/quarkus-amazon-services#902</a></li>
   <li>feat: add config option to disable Quarkus thread pool usage by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/923">quarkiverse/quarkus-amazon-services#923</a></li>
   <li>build(deps): bump software.amazon.awssdk:bom from 2.20.128 to 2.20.143 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/921">quarkiverse/quarkus-amazon-services#921</a></li>
   <li>build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.25.0 to 0.26.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/922">quarkiverse/quarkus-amazon-services#922</a></li>
   <li>chore: release 2.5.1 by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/924">quarkiverse/quarkus-amazon-services#924</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.5.0...2.5.1">https://github.com/quarkiverse/quarkus-amazon-services/compare/2.5.0...2.5.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/d180ffd304bdccde92e20b6833c94f7820d66708"><code>d180ffd</code></a> [maven-release-plugin] prepare release 2.5.2</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/2fb31ed79ac0222a3529d200dd1185783c826015"><code>2fb31ed</code></a> Update the latest release version 2.5.2 in documentation</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/d86f6225fed1e9de2914c484bdf7ce86f3dc5b00"><code>d86f622</code></a> chore: release 2.5.2 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/951">#951</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/2716044d13d4c1923b01ba834197d0ce92c7833d"><code>2716044</code></a> build(deps): bump software.amazon.awssdk:bom from 2.20.143 to 2.20.159 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/950">#950</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/a2c54855bee99b2add976ed3d56398a6c33f0de6"><code>a2c5485</code></a> build(deps): bump quarkus.version from 3.3.0 to 3.4.1 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/941">#941</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/6a1bdcad011991fbfd2c688403ada6a568e254e5"><code>6a1bdca</code></a> build(deps-dev): bump org.junit-pioneer:junit-pioneer (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/926">#926</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/af7c9ce6d97bcfbad664f82234ca0c663648c3b3"><code>af7c9ce</code></a> build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.26.0 to 0.27.3 (#...</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/33b0746a2ab63cdac44428b92aef978cda03550d"><code>33b0746</code></a> ci: test the default and alternative client implementations separately (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/935">#935</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/7a7d110965a252211456fd6130b76669c4e12945"><code>7a7d110</code></a> docs: Add guidance for handling Docker support in test mode (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/934">#934</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/f4e87593559e4c52d3064e329f8f8866858c95c8"><code>f4e8759</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.5.0...2.5.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.amazonservices:quarkus-amazon-services-bom&package-manager=maven&previous-version=2.5.0&new-version=2.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

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

   Branch auto synchronized due to changes in generated files. New workflow run triggered:
   
   https://github.com/apache/camel-quarkus/actions/runs/6411828982


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #5400: Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2
URL: https://github.com/apache/camel-quarkus/pull/5400


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

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

   Branch auto synchronized due to changes in generated files. New workflow run triggered:
   
   https://github.com/apache/camel-quarkus/actions/runs/6485494953


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

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

   Superseded by #5505.


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

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

   Branch auto synchronized due to changes in generated files. New workflow run triggered:
   
   https://github.com/apache/camel-quarkus/actions/runs/6482121446


-- 
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] Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.2 [camel-quarkus]

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

   Branch auto synchronized due to changes in generated files. New workflow run triggered:
   
   https://github.com/apache/camel-quarkus/actions/runs/6496888769


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