question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error processing condition on io.github.resilience4j.bulkhead.autoconfigure.BulkheadMetricsAutoConfiguration.registerBulkheadMetrics

See original GitHub issue

Trying 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:closed
  • Created 4 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
VitaliyRysichcommented, Apr 12, 2021

Try to change <spring-cloud.version>2020.0.2</spring-cloud.version> to <spring-cloud.version>2020.0.1</spring-cloud.version>

1reaction
dhawal9035commented, Sep 3, 2019

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found