You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update executeScript and executeCommand methods to execute code viva execInContainer
(now it returns yaml string in Container.ExecResult not CompletableFuture).
- Remove TarantoolContainer containers with TarantoolClientBuilder parameter.
- Remove getClient method from TarantoolContainerClientHelper.
- Remove io.tarantool.cartridge-driver dependency.
because cartridge-java client was also removed.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add withSsl and withKeyAndCertFiles methods to TarantoolContainer and TarantoolCartridgeContainer.
- Rewrite tests and add new cases to support new API.
- Update org.yaml.snakeyaml to 2.0 version.
Closes#69
0 commit comments