Error processing condition on io.github.resilience4j.bulkhead.autoconfigure.BulkheadMetricsAutoConfiguration.registerBulkheadMetrics
See original GitHub issueTrying to use resilience4j with spring boot 1.5.3 and 1.5.22 both. Getting the below error
START: Application startup failed java.lang.IllegalStateException: Error processing condition on io.github.resilience4j.bulkhead.autoconfigure.BulkheadMetricsAutoConfiguration.registerBulkheadMetrics
I couldnt find any guides on spring boot 1.
Dependencies:
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-spring-boot</artifactId>
<version>0.17.0</version>
</dependency>
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Issue with io.github.resilience4j version 1.7.2 ... - Stack Overflow
I'm using io.github.resilience4j. Everything is working fine with 1.6.1 version but when upgraded to 1.7.1 version my application is not ...
Read more >io.github.resilience4j.retry.RetryRegistry Java Examples
This page shows Java code examples of io.github.resilience4j.retry. ... BulkheadRegistry bulkheadRegistry, RetryRegistry retryRegistry, RateLimiterRegistry ...
Read more >io.github.resilience4j.circuitbreaker.autoconfigure ...
The class is part of the package ➦ Group: io.github.resilience4j ➦ Artifact: resilience4j-spring-boot ➦ Version: 1.1.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try to change <spring-cloud.version>2020.0.2</spring-cloud.version> to <spring-cloud.version>2020.0.1</spring-cloud.version>
I excluded the hibernate-validator dependency coming from resilience4j and now its working fine. There was a mismatch between the hibernate-validator version from spring boot and the one from resilience4j.