dependabot[bot] opened a new pull request, #1630: URL: https://github.com/apache/tomee/pull/1630
Bumps `version.microprofile.impl.fault-tolerance` from 6.4.1 to 6.6.2. Updates `io.smallrye:smallrye-fault-tolerance-api` from 6.4.1 to 6.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smallrye/smallrye-fault-tolerance/releases">io.smallrye:smallrye-fault-tolerance-api's releases</a>.</em></p> <blockquote> <h2>6.6.2</h2> <ul> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1075">#1075</a> release 6.6.2</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1074">#1074</a> fix dynamic lookup in CompoundMetricsProvider</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1073">#1073</a> Improve .editorconfig</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1071">#1071</a> Fix asynchronous <a href="https://github.com/BeforeRetry"><code>@BeforeRetry</code></a></li> </ul> <h2>6.6.1</h2> <ul> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1070">#1070</a> release 6.6.1</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1069">#1069</a> Make metric providers properly lazy</li> </ul> <h2>6.6.0</h2> <ul> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1067">#1067</a> release 6.6.0</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1066">#1066</a> release 6.6.0-RC2</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1065">#1065</a> Only enable the testsuite module if not doing a release</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1064">#1064</a> release 6.6.0-RC1</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1063">#1063</a> Use new release workflow with common SmallRye release actions</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1062">#1062</a> add FaultTolerance.BulkheadBuilder.enableVirtualThreadsQueueing()</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1061">#1061</a> separate metrics of <a href="https://github.com/ApplyFaultTolerance"><code>@ApplyFaultTolerance</code></a> for each method</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1060">#1060</a> Reusable Fault Tolerance: Automatically Set Description for Metrics to Method Names</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1059">#1059</a> ITestListener cleanup: remove redundant identical default method impl…</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/987">#987</a> Semaphore behavior in Bulkhead strategy (add queueSize and timeout)</li> </ul> <h2>6.5.0</h2> <ul> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1058">#1058</a> release 6.5.0</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1057">#1057</a> static resolution of FT methods (<a href="https://github.com/Fallback"><code>@Fallback</code></a>.fallbackMethod, <a href="https://github.com/BeforeRetry"><code>@BeforeRetry</code></a>.methodName)</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1056">#1056</a> Add OpenTelemetry support</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1055">#1055</a> static resolution of fallback / before-retry methods</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1054">#1054</a> use Java 23 instead of 22 in CI</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1052">#1052</a> Implement MicroProfile Fault Tolerance 4.1</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1051">#1051</a> add FaultTolerance.cast() and castAsync()</li> <li><a href="https://redirect.github.com/smallrye/smallrye-fault-tolerance/issues/1050">#1050</a> Better type support for reusable FaultTolerance instances</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/b6fbc2498690630fc4efedd641288905d1d61663"><code>b6fbc24</code></a> [maven-release-plugin] prepare release 6.6.2</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/e072118317b7f835f55f6fda710b38a348197a5e"><code>e072118</code></a> Amendments before release</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/48bd896bc57fa9d328f2405687a3e06e15dcc385"><code>48bd896</code></a> release 6.6.2</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/be77b2ac1e84ec29a8c5d09c4ac6601ba7046631"><code>be77b2a</code></a> fix dynamic lookup in CompoundMetricsProvider</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/1b569408c09a0dcb49d945e11bcef0e78e7f67c0"><code>1b56940</code></a> Improve .editorconfig</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/9e57a27ec4e66db9b81dc0af6ff290521b791904"><code>9e57a27</code></a> Fix asynchronous <a href="https://github.com/BeforeRetry"><code>@BeforeRetry</code></a></li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/d857efed24ae090207a5e368b106f36a3114291b"><code>d857efe</code></a> Amendments after release</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/1bf8bfbb4a9b260364e90527bd8fb21b64208e30"><code>1bf8bfb</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/61135a5cd442c76755c0a6dac9b68a18a6070dff"><code>61135a5</code></a> [maven-release-plugin] prepare release 6.6.1</li> <li><a href="https://github.com/smallrye/smallrye-fault-tolerance/commit/1847a556876a232f8b8d6b8f81d6687e2f8933e9"><code>1847a55</code></a> Amendments before release</li> <li>Additional commits viewable in <a href="https://github.com/smallrye/smallrye-fault-tolerance/compare/6.4.1...6.6.2">compare view</a></li> </ul> </details> <br /> Updates `io.smallrye:smallrye-fault-tolerance-autoconfig-core` from 6.4.1 to 6.6.2 Updates `io.smallrye:smallrye-fault-tolerance-core` from 6.4.1 to 6.6.2 Updates `io.smallrye:smallrye-fault-tolerance` from 6.4.1 to 6.6.2 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: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org