Skip to content
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

Migrated jnosql-arangodb-extension into the jnosql-arangodb module; #212

Merged
merged 15 commits into from
Apr 3, 2023

Conversation

dearrudam
Copy link
Contributor

Refs: eclipse/jnosql#355

Changes

  • Migrated jnosql-arangodb-extension into the jnosql-arangodb module;

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
…clipse.jnosql.databases

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
@dearrudam
Copy link
Contributor Author

@otaviojava could you review this PR, please?

@genie-jnosql
Copy link
Collaborator

Can one of the admins verify this patch?

pom.xml Outdated
@@ -103,6 +104,18 @@
<artifactId>jnosql-mapping-key-value</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Copy link
Member

Choose a reason for hiding this comment

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

I've updated the pom parent; we don't need this anymore.
Could you check it, please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@otaviojava, it's done!

@otaviojava
Copy link
Member

otaviojava commented Apr 3, 2023

@dearrudam please, update your branch to take the newest code from the main branch.

@otaviojava
Copy link
Member

About the package, please, use:

  • org.eclipse.jnosql.databases.arangodb.communication
  • org.eclipse.jnosql.databases.arangodb.mapping

⚠️ this applies to putting the key-value and document types into a single package.

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
…ures

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
@dearrudam
Copy link
Contributor Author

@otaviojava, please, review this one?!

…ures

Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
import java.lang.annotation.Target;

/**
* To a dynamic query on ArangoDBRepository and ArangoDBRepositoryAsync interfaces.
Copy link
Member

Choose a reason for hiding this comment

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

There is no ArangoDBRepositoryAsync could you update this one on another PR?

@Target(ElementType.METHOD)
public @interface AQL {

String value();
Copy link
Member

Choose a reason for hiding this comment

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

on another PR, could you document this annotation?

@otaviojava otaviojava merged commit 4bee9f0 into eclipse:main Apr 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants