Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions doc/connector/java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ The following Java connectors are available:

* `tarantool-java-SDK <https://tarantool.github.io/tarantool-java-sdk/>`__ is
the primary connector that is actively being developed and maintained. This
connector supports current Tarantool versions and features. Support for
connector supports current Tarantool versions and features. The
`Spring Data <https://projects.spring.io/spring-data/>`__ and
`Testcontainers <https://www.testcontainers.org/>`__ is implemented as modules within the
`Testcontainers <https://www.testcontainers.org/>`__ are implemented as modules within the
Tarantool Java SDK project, providing seamless integration with these frameworks.

* Separate documentation is available for each major and minor Tarantool Java SDK version,
for example: https://tarantool.github.io/tarantool-java-sdk/1.5.*/
* For the most up-to-date documentation (including the latest changes and features),
please refer to the dev version: https://tarantool.github.io/tarantool-java-sdk/dev/
Separate documentation is available for each major and minor Tarantool Java SDK version,
for example: https://tarantool.github.io/tarantool-java-sdk/1.5.*/.

For the most up-to-date documentation (including the latest changes and features),
please refer to the dev version: https://tarantool.github.io/tarantool-java-sdk/dev/.

.. NOTE::

Expand Down