Registry / cloud / spring-cloud-netflix-core

spring-cloud-netflix-core

JSON →
library2.2.10.RELEASEjavamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-CLOUD-NETFL
S
spring-cloud-netflix-core
cloudjavav2.2.10.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HystrixCircuitBreaker
org.springframework.cloud.netflix.hystrix.HystrixCircuitBreaker

Shows basic usage of HystrixCircuitBreaker from the deprecated core module.

import org.springframework.cloud.netflix.hystrix.HystrixCircuitBreaker; public class Example { public void useCircuitBreaker() { HystrixCircuitBreaker circuitBreaker = HystrixCircuitBreaker.Factory.getInstance("myCommand"); } }
Debug
Known issues
breakingThis module is deprecated and will be removed. Use spring-cloud-netflix-hystrix instead.
fix
Replace dependency with org.springframework.cloud:spring-cloud-netflix-hystrix and update imports accordingly.
affects: >=2.2.0
Upgrade
Version history
2.2.10.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
23
Amazon
1
OpenAI (training)
1
Resources
spring-cloud-netflix-core — mvn dependency:get spring-cloud-netflix-core · libregistry