Skip to content

java-velocypack links #699

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Upgrading to version 7 is recommended.
- [Code examples](https://github.com/arangodb/arangodb-java-driver/tree/v6/src/test/java/com/arangodb/example)
- [JavaDoc](https://javadoc.io/doc/com.arangodb/arangodb-java-driver/6.25.0/index.html) (generated reference documentation)
- [ChangeLog](https://github.com/arangodb/arangodb-java-driver/blob/v6/ChangeLog.md)
- [Java VelocyPack](https://github.com/arangodb/java-velocypack) ([JavaDoc](https://arangodb.github.io/java-velocypack))
- [Java VelocyPack](https://github.com/arangodb/java-velocypack) ([JavaDoc](https://www.javadoc.io/doc/com.arangodb/velocypack/latest/index.html))

## Supported versions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ The `JSON` implementation is provided by the module `com.arangodb:jackson-serde-
and transitively imported by `arangodb-java-driver`. This implementation will be
used by default.

The `VPACK` implementation is provided by the optional module `com.arangodb:jackson-serde-vpack`.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
Comment on lines +70 to +72
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [jackson-dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack)
implementation internally.


### Mapping API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Upgrading to version 7 is recommended.
- [Code examples](https://github.com/arangodb/arangodb-java-driver/tree/v6/src/test/java/com/arangodb/example)
- [JavaDoc](https://javadoc.io/doc/com.arangodb/arangodb-java-driver/6.25.0/index.html) (generated reference documentation)
- [ChangeLog](https://github.com/arangodb/arangodb-java-driver/blob/v6/ChangeLog.md)
- [Java VelocyPack](https://github.com/arangodb/java-velocypack) ([JavaDoc](https://arangodb.github.io/java-velocypack))
- [Java VelocyPack](https://github.com/arangodb/java-velocypack) ([JavaDoc](https://www.javadoc.io/doc/com.arangodb/velocypack/latest/index.html))

## Supported versions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ The `JSON` implementation is provided by the module `com.arangodb:jackson-serde-
and transitively imported by `arangodb-java-driver`. This implementation will be
used by default.

The `VPACK` implementation is provided by the optional module `com.arangodb:jackson-serde-vpack`.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
Comment on lines +70 to +72
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [jackson-dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack)
implementation internally.


### Mapping API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ The `JSON` implementation is provided by the module `com.arangodb:jackson-serde-
and transitively imported by `arangodb-java-driver`. This implementation will be
used by default.

The `VPACK` implementation is provided by the optional module `com.arangodb:jackson-serde-vpack`.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
Comment on lines +70 to +72
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [java-velocypack](https://github.com/arangodb/java-velocypack)
implementation internally.
The `VPACK` implementation is provided by the optional `com.arangodb:jackson-serde-vpack`
module. It uses the [jackson-dataformat-velocypack](https://github.com/arangodb/jackson-dataformat-velocypack)
implementation internally.


### Mapping API

Expand Down