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

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>

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted 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.