Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonatan-ivanov/sleuth-gh-1630-minimal
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1630
https://github.com/jonatan-ivanov/sleuth-gh-1630-minimal
Last synced: 9 days ago
JSON representation
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1630
- Host: GitHub
- URL: https://github.com/jonatan-ivanov/sleuth-gh-1630-minimal
- Owner: jonatan-ivanov
- Created: 2021-01-08T05:35:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T05:49:26.000Z (about 4 years ago)
- Last Synced: 2025-01-06T14:56:37.038Z (12 days ago)
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sleuth-gh-1630-minimal
Demo project to repro https://github.com/spring-cloud/spring-cloud-sleuth/issues/1630
## Repro steps
The issue is hidden because this change: https://github.com/spring-cloud/spring-cloud-circuitbreaker/commit/285e6fa473ac20636ebb038ea47733e3cec58457 so the first todo is reverting it.
1. `git clone [email protected]:spring-cloud/spring-cloud-circuitbreaker.git`
1. `cd spring-cloud-circuitbreaker`
1. `git checkout 6dee60c`
1. Modify `Resilience4JCircuitBreakerFactory` and make the `getCircuitBreakerRegistry` method package-private (remove `protected`)
1. `./mvnw install -DskipTests -pl spring-cloud-circuitbreaker-resilience4j`Then in this project, run `./mvnw spring-boot:run`, it should fail with `NullPointerException`, see the [original issue](https://github.com/spring-cloud/spring-cloud-sleuth/issues/1630) for troubleshooting steps.