Skip to content

Add tags support #15

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

Merged
merged 22 commits into from
Dec 20, 2019
Merged

Add tags support #15

merged 22 commits into from
Dec 20, 2019

Conversation

siilike
Copy link
Contributor

@siilike siilike commented Nov 19, 2019

This pull request adds tags support as in arangodb/velocypack#34. A few things might still be missing.

Additionally it adds (basic) Gradle support (would be great to have it even if you don't want to switch from Maven), avoids unnecessary allocation of none Slices and copying in Slice.equals() and Slice.hashCode().

Based on #14.

@siilike siilike marked this pull request as ready for review November 19, 2019 20:21
@rashtao
Copy link
Collaborator

rashtao commented Nov 20, 2019

@siilike thanks for contributing, but we have to wait for the specification proposal update to be accepted (arangodb/velocypack#34) before moving forward with the java implementation.

@siilike
Copy link
Contributor Author

siilike commented Dec 13, 2019

Specification updated, pull request updated, please review.

@rashtao rashtao self-requested a review December 19, 2019 16:03
@rashtao
Copy link
Collaborator

rashtao commented Dec 19, 2019

@siilike can you please rebase the PR on master?

May you also remove the gradle files? Also I would like to keep only 1 building tool (maven), since maintaining maven and gradle would add unnecessary additional complexity.

@siilike
Copy link
Contributor Author

siilike commented Dec 19, 2019

Updated!

@siilike
Copy link
Contributor Author

siilike commented Dec 20, 2019

Updated!

Copy link
Collaborator

@rashtao rashtao left a comment

Choose a reason for hiding this comment

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

just 2 minor changes, in general lgtm

@siilike
Copy link
Contributor Author

siilike commented Dec 20, 2019

Updated!

@rashtao rashtao self-requested a review December 20, 2019 14:25
@rashtao rashtao merged commit 354c9f1 into arangodb:master Dec 20, 2019
@siilike
Copy link
Contributor Author

siilike commented Dec 20, 2019

Great, thanks!

@rashtao
Copy link
Collaborator

rashtao commented Dec 23, 2019

Great, thanks!

Thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants