dependabot[bot] opened a new pull request, #3512:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3512

   Bumps [resilience4j-bom](https://github.com/resilience4j/resilience4j) from 
1.7.0 to 2.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/resilience4j/resilience4j/releases";>resilience4j-bom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.0.1</h2>
   <h1>Enhancements</h1>
   <ul>
   <li>
   <p>Support Spring Boot 3 by adding resilience4j-spring-boot3 and 
resilience4j-spring6</p>
   </li>
   <li>
   <p>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1787";>#1787</a>:
 Apply Spring Boot customizers even if there is no instance entry in the config 
file</p>
   </li>
   </ul>
   <h1>Bugs</h1>
   <ul>
   <li>
   <p>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1825";>#1825</a>:
 Aspectj must not be mandatory in Spring Boot modules</p>
   </li>
   <li>
   <p>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1809";>#1809</a>:
 Fixed concurrency issue in Cache module</p>
   </li>
   </ul>
   <h2>Release v2.0.0</h2>
   <ul>
   <li>Removed Vavr as a dependency</li>
   <li>Upgraded to Java 17</li>
   <li>Upgraded to Kotlin 1.7.20</li>
   <li>Upgraded to Spring Boot 2.7</li>
   <li>Upgraded to Micronaut 3.7.3</li>
   </ul>
   <h2>Release v1.7.1</h2>
   <h1>Enhancements</h1>
   <ul>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1414";>#1414</a>:
 SpEL expressions support passing runtime method arguments to bean methods</li>
   </ul>
   <h1>Bugs</h1>
   <ul>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1268";>#1268</a>:
 Stream events from springboot2 stopped SSE after the 1st message.</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1372";>#1372</a>:
 Kotlin Timelimiter executeSuspendFunction throws TimeoutException after 
coroutine is canceled</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1432";>#1432</a>:
 CircuitBreaker permits more calls then expected when switching from OPEN to 
HALF_OPEN state</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1437";>#1437</a>:
 Event can be published twice when CircuitBreaker in MetricsOnlyState</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc";>resilience4j-bom's
 changelog</a>.</em></p>
   <blockquote>
   <p>== Version 1.7.0</p>
   <p>=== Enhancements</p>
   <ul>
   <li>RateLimiter: Reduce RateLimiter memory footprint of high cardinality 
keys <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1221";>#1221</a></li>
   <li>CircuitBreaker: When waitDurationInOpenState and 
waitIntervalFunctionInOpenStat are used together, waitDurationInOpenState will 
be overridden <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1214";>#1214</a></li>
   <li>TimeLimiterAspect does not refresh static timeLimiterExecutorService on 
Spring context shutdown and restart <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1203";>#1203</a></li>
   <li>CircuitBreaker: Record a failure on result <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/384";>#384</a></li>
   <li>Added support for Micronaut</li>
   <li>Updated Spring Boot from 2.3.0.RELEASE to 2.4.1</li>
   <li>Updated Reactor from 3.3.0.RELEASE to 3.4.0</li>
   <li>Updated Spring Cloud Context from 2.2.2.RELEASE to 3.0.0</li>
   <li>Updated Spring Framework from 5.2.6.RELEASE to 5.3.2</li>
   <li>Updated Spring Boot Open Feign from 2.2.2.RELEASE to 2.2.6.RELEASE</li>
   <li>Updated Kotlin Coroutines from 1.3.2 to 1.4.2</li>
   <li>Updated Dropwizard Metrics from 3.2.6 to 4.1.16</li>
   <li>Prevent the decoration of default methods in feign client <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/pull/1245";>#1245</a></li>
   <li>Added RateLimiter.drainPermissions method <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/pull/1240";>#1240</a></li>
   <li>Added failAfterMaxAttempts flag to RetryConfig and a new 
MaxRetriesExceededException <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/pull/1293";>#1293</a></li>
   </ul>
   <p>=== Bugs</p>
   <ul>
   <li>NullPointerException requesting actuator metrics for retries using 
retryOnResult <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1205";>#1205</a></li>
   <li>CircuitBreakers events endpoint doesn't work after replacing instances 
at runtime  <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1116";>#1116</a></li>
   </ul>
   <p>=== Version 1.7.1</p>
   <p>==== Enhancements
   Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1414";>#1414</a>:
 SpEL expressions support passing runtime method arguments to bean methods</p>
   <p>==== Bugs</p>
   <ul>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1268";>#1268</a>:
 Stream events from springboot2 stopped SSE after the 1st message.</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1372";>#1372</a>:
 Kotlin Timelimiter executeSuspendFunction throws TimeoutException after 
coroutine is canceled</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1432";>#1432</a>:
 CircuitBreaker permits more calls then expected when switching from OPEN to 
HALF_OPEN state</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1437";>#1437</a>:
 Event can be published twice when CircuitBreaker in MetricsOnlyState</li>
   </ul>
   <p>== Version 2.0.0</p>
   <p>=== Enhancements</p>
   <ul>
   <li>Removed Vavr as a dependency</li>
   <li>Upgraded to Java 17</li>
   <li>Upgraded to Kotlin 1.7.20</li>
   <li>Upgraded to Spring Boot 2.7</li>
   <li>Upgraded to Micronaut 3.7.3</li>
   </ul>
   <p>=== Version 2.0.1</p>
   <p>==== Enhancements</p>
   <ul>
   <li>Support Spring Boot 3 by adding resilience4j-spring-boot3 and 
resilience4j-spring6</li>
   <li>Issue <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1787";>#1787</a>:
 Apply Spring Boot customizers even if there is no instance entry in the config 
file</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/32d464c8cc0b185f1729612369bf22db6f8d1641";><code>32d464c</code></a>
 Prepare release 2.0.1</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/d79e99341efb10fcee15956e670f27aed1c26d7c";><code>d79e993</code></a>
 Fixed SpringBootCommonTest</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/b9a6b5f9ddb00c51017508e23908089946266856";><code>b9a6b5f</code></a>
 Fixes <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1787";>#1787</a>:
 Added configs for resilience4j instances that only have customiz...</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/d0705c865fd909f8826337169c776691e26d6483";><code>d0705c8</code></a>
 Update README.adoc</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/954f64c9ffbda3b84fcda3b8c7a7bfe897621daa";><code>954f64c</code></a>
 Bump org.gradle.test-retry from 1.4.1 to 1.5.0 (<a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1826";>#1826</a>)</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/6525e12d157921442b15d560d0b9a3b959e63e4e";><code>6525e12</code></a>
 Fixed code smells</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/5fbe87951724bf863ddcd18ca963e5dfab3da20f";><code>5fbe879</code></a>
 Updated readme</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/990f78dcc30ddf35f9d628b5486fbd1dbd06d47d";><code>990f78d</code></a>
 Fixes <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1825";>#1825</a>:
 FallbackExecutor and FallbackDecorators must only be applied whe...</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/672277745af435ee8200bca037ad27be9508d1d1";><code>6722777</code></a>
 Fixes <a 
href="https://github-redirect.dependabot.com/resilience4j/resilience4j/issues/1825";>#1825</a>:
 FallbackExecutor and FallbackDecorators must only be applied whe...</li>
   <li><a 
href="https://github.com/resilience4j/resilience4j/commit/f80b908868ef5706034e6e3ff129db199aa1230d";><code>f80b908</code></a>
 Fixed resilience4j-spring6 unit tests</li>
   <li>Additional commits viewable in <a 
href="https://github.com/resilience4j/resilience4j/compare/v1.7.0...v2.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.resilience4j:resilience4j-bom&package-manager=maven&previous-version=1.7.0&new-version=2.0.1)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to