Skip to content

Remove cartridge-java from dependencies #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ArtDu opened this issue May 3, 2023 · 0 comments · Fixed by #71
Closed

Remove cartridge-java from dependencies #69

ArtDu opened this issue May 3, 2023 · 0 comments · Fixed by #71
Assignees
Labels
code health Improve code readability, simplify maintenance and so on

Comments

@ArtDu
Copy link
Contributor

ArtDu commented May 3, 2023

  • Update executeScript and executeCommand methods to execute code viva execInContainer.
  • Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not String.
  • Remove cartridge-java client from TarantoolContainerClientHelper and tests.
  • Rewrite tests and add new cases to support new API.
  • Remove io.tarantool.cartridge-driver dependency.
  • Update org.yaml.snakeyaml to 2.0 version.
@ArtDu ArtDu added the code health Improve code readability, simplify maintenance and so on label May 3, 2023
iDneprov added a commit that referenced this issue May 5, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 5, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 5, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 5, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 17, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 17, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 19, 2023
- Update executeScript and executeCommand methods to execute code viva execInContainer.
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Remove cartridge-java client from TarantoolContainerClientHelper and tests.
- Rewrite tests and add new cases to support new API
- Remove io.tarantool.cartridge-driver dependency.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 29, 2023
- 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
iDneprov added a commit that referenced this issue May 30, 2023
- 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
iDneprov added a commit that referenced this issue May 31, 2023
- 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
iDneprov added a commit that referenced this issue Jun 1, 2023
- 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
iDneprov added a commit that referenced this issue Jun 1, 2023
- 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
iDneprov added a commit that referenced this issue Jun 2, 2023
- 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
iDneprov added a commit that referenced this issue Jun 2, 2023
- 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
iDneprov added a commit that referenced this issue Jun 2, 2023
- 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
iDneprov added a commit that referenced this issue Jun 5, 2023
- 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
iDneprov added a commit that referenced this issue Jun 5, 2023
- 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
iDneprov added a commit that referenced this issue Jun 5, 2023
- 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
iDneprov added a commit that referenced this issue Jun 9, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 14, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 14, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 14, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 14, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 15, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
iDneprov added a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
@ArtDu ArtDu closed this as completed in #71 Jun 16, 2023
ArtDu pushed a commit that referenced this issue Jun 16, 2023
- [breaking change] Remove io.tarantool.cartridge-driver dependency
- [breaking change] Update executeScript and executeCommand methods to execute code viva execInContainer
  (now it returns yaml string in Container.ExecResult not CompletableFuture)
- Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
- Add SslContext class
- Add withSslContext method to TarantoolContainer and TarantoolCartridgeContainer.
- Update org.yaml.snakeyaml to 2.0 version.

Closes #69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants