fabric-chaincode-java
fabric-chaincode-java copied to clipboard
upgrade otel to latest version
@atoulme sorry didn't get to this last week.
Could you explain a bit please about the changes to the chaincodeserver start and the 'blocking'?
Is this related to the update to open telemetry?
Those changes are needed because the tests kept breaking randomly. Instead of using a Thread.sleep in tests, I use a synchronous non-blocking start method, allowing us to test.
@atoulme - looking at the current state of main, could you resolve the conflict?
OpenTelemetry was updated to a newer version as part of #314 so I am going to close this.