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

rework remote console #2611

Merged
merged 8 commits into from
May 24, 2024
Merged

rework remote console #2611

merged 8 commits into from
May 24, 2024

Conversation

vkagamlyk
Copy link
Contributor

No description provided.

@@ -39,6 +39,12 @@ limitations under the License.
<artifactId>tinkergraph-gremlin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this necessary? We purposely put jackson in gremlin-shaded to avoid doing things like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it doesn't work without this

Copy link
Contributor

Choose a reason for hiding this comment

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

what doesn't work?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

aws sdk used for sigv4 require jackson-databind

cluster = Cluster.build("localhost").port(8182).auth(sigv4("us-west2")).create()
g = traversal().withRemote(DriverRemoteConnection.using(cluster, "g"))

leads to
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper

Copy link
Contributor

@kenhuuu kenhuuu left a comment

Choose a reason for hiding this comment

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

LGTM

@vkagamlyk vkagamlyk marked this pull request as ready for review May 24, 2024 18:52
@vkagamlyk vkagamlyk merged commit 2f075e1 into master-http May 24, 2024
14 of 36 checks passed
@vkagamlyk vkagamlyk deleted the valentyn/console branch May 24, 2024 18:53
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