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/07/04 21:46:24 UTC

[GitHub] [camel-quarkus] dependabot[bot] opened a new pull request, #5054: Bump quarkus-amazon-services-bom from 2.3.3 to 2.4.0

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

   Bumps [quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 2.3.3 to 2.4.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-amazon-services/releases">quarkus-amazon-services-bom's releases</a>.</em></p>
   <blockquote>
   <h2>2.4.0</h2>
   <h2>Major changes</h2>
   <ul>
   <li>Experimental support for aws crt async client (<code>software.amazon.awssdk:aws-crt-client</code>). It supports native compilation and <a href="https://quarkus.io/guides/amazon-lambda">Amazon Lambda</a>. You can find more information in the <em>Going asynchronous</em> documentation section of each service.</li>
   <li>Reduce boilerplate code by directly injecting <code>DynamoDbTable</code> and <code>DynamoDbAsyncTable</code> with the <code>@NamedDynamoDbTable</code> annotation. Additional information can be found at <a href="https://quarkiverse.io/quarkiverse-docs/quarkus-amazon-services/dev/amazon-dynamodb.html#_dynamodb_enhanced_client">https://quarkiverse.io/quarkiverse-docs/quarkus-amazon-services/dev/amazon-dynamodb.html#_dynamodb_enhanced_client</a>.</li>
   <li>Few changes to Thread management to reduce the number of created ThreadPools and share Quarkus Vert.x EventLoopGroup when available.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: use quarkus default thread pool by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/819">quarkiverse/quarkus-amazon-services#819</a></li>
   <li>refactor: introduce an abstract class for client recorder by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/821">quarkiverse/quarkus-amazon-services#821</a></li>
   <li>feat: use Quarkus EventLoopGroup for Netty based clients by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/820">quarkiverse/quarkus-amazon-services#820</a></li>
   <li>Provide support for aws crt async client by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/646">quarkiverse/quarkus-amazon-services#646</a></li>
   <li>refactor(dynamodb-enhanced): replace producer with synthetic beans by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/822">quarkiverse/quarkus-amazon-services#822</a></li>
   <li>feat: inject DynamoDbTable and DynamoDbAsyncTable by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/818">quarkiverse/quarkus-amazon-services#818</a></li>
   <li>build(deps): bump software.amazon.awssdk:bom from 2.20.96 to 2.20.98 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/825">quarkiverse/quarkus-amazon-services#825</a></li>
   <li>chore: release 2.4.0 by <a href="https://github.com/scrocquesel"><code>@​scrocquesel</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/826">quarkiverse/quarkus-amazon-services#826</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.3.3...2.4.0">https://github.com/quarkiverse/quarkus-amazon-services/compare/2.3.3...2.4.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/65b1ad3a0a6d9338a76107206274ec6219ca5de0"><code>65b1ad3</code></a> [maven-release-plugin] prepare release 2.4.0</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/addaa0c374f7ee34909dd2b5f38bdd6f24ce361b"><code>addaa0c</code></a> Update the latest release version 2.4.0 in documentation</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/c1deb5173e9879cc30a2fbeb9c6d6247d1fea599"><code>c1deb51</code></a> chore: release 2.4.0 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/826">#826</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/57f12a237ecb4e0d232eaea62dcff0dc8a8d62f1"><code>57f12a2</code></a> build(deps): bump software.amazon.awssdk:bom from 2.20.96 to 2.20.98 (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/825">#825</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/897d45a84e5156484a6bed973a9b83de01d0bf9c"><code>897d45a</code></a> feat: inject DynamoDbTable and DynamoDbAsyncTable (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/818">#818</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/e973ced1038c0c95ac44e3e58e03c995127aa5bb"><code>e973ced</code></a> refactor(dynamodb-enhanced): replace producer with synthetic beans (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/822">#822</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/576bef96887f24846e52ac30afa254a29dd1e453"><code>576bef9</code></a> feat: add support for aws crt async client (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/646">#646</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/eae165df72356958002023298ebbbb8eca2fd1b7"><code>eae165d</code></a> feat: use Quarkus EventLoopGroup for Netty based clients (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/820">#820</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/ce80880451516a7b9a56f40fdd96e2d668cf077e"><code>ce80880</code></a> refactor: introduce an abstract class for client recorder (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/821">#821</a>)</li>
   <li><a href="https://github.com/quarkiverse/quarkus-amazon-services/commit/779d9b9fd3073e435d88e0851862e3963fe201ac"><code>779d9b9</code></a> feat: use quarkus default thread pool (<a href="https://redirect.github.com/quarkiverse/quarkus-amazon-services/issues/819">#819</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-amazon-services/compare/2.3.3...2.4.0">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.3.3&new-version=2.4.0)](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 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


[GitHub] [camel-quarkus] jamesnetherton merged pull request #5054: Bump quarkus-amazon-services-bom from 2.3.3 to 2.4.0

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


-- 
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-quarkus] github-actions[bot] commented on pull request #5054: Bump quarkus-amazon-services-bom from 2.3.3 to 2.4.0

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

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


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