Deprecated core module for Spring Cloud Netflix integration; use spring-cloud-netflix-hystrix instead.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>
<version>2.2.10.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of HystrixCircuitBreaker from the deprecated core module.
Replace dependency with org.springframework.cloud:spring-cloud-netflix-hystrix and update imports accordingly.
No dependency data recorded yet.