Closed subkanthi closed 4 months ago
The problem is the ServiceLoader class is not able to find the implementation in bundled JAR.
public SnapshotLockProvider() {
this.snapshotLockImplementations = (List)StreamSupport.stream(ServiceLoader.load(SnapshotLock.class).spliterator(), false).collect(Collectors.toList());
}
Fixed in #590