testcontainers/testcontainers-rs-modules-community

Get rid of `orientdb-client`

DDtKey opened this issue · 0 comments

DDtKey commented

Feature request description

orientdb-client hasn't been updated for a long time and currently contains outdated dependencies, like nom v6.1.2.

It causes a warning:

warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2

We can consider:

  1. try to update the client or fork it
  2. use rest-api for simple tests: http://orientdb.org/docs/3.0.x/misc/OrientDB-REST.html
  3. remove tests or even get rid of image (less preferable)

Image reference

No response