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

[FEATURE] Create/publish a full jar with all dependencies #257

Open
1 task done
er1c opened this issue Apr 10, 2024 · 2 comments
Open
1 task done

[FEATURE] Create/publish a full jar with all dependencies #257

er1c opened this issue Apr 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@er1c
Copy link

er1c commented Apr 10, 2024

  • Have you validated that this is not currently reported in
    limitations or
    milestones? If so, please link it.

Feature Request Related to a Problem?

DataGrip allows you to specify an arbitrary JDBC driver to make a connection to.

image image

jdbc:neptune:opencypher://bolt://xxxxx.cluster-xxxxxus-east-1.neptune.amazonaws.com:8182;authScheme=IAMSigV4;serviceRegion=us-east-1

This starts to work (it gave me an error that I didn't specify the serviceRegion, but then I get an exception:

image

Describe the Solution

Create a "full" jar distribution for each release.

Describe Alternatives that have been Considered

Manually adding each of the dependencies.

@er1c er1c added the enhancement New feature or request label Apr 10, 2024
@er1c
Copy link
Author

er1c commented Apr 10, 2024

Incidentally, this did work eventually:

image

I had to remove the rm org.codehaus.groovy.* because DataGrip has 3.x and this seems to pull in 2.5.11 IIRC

@er1c
Copy link
Author

er1c commented Apr 10, 2024

I'm a little concerned that the IAM tokens aren't being properly refreshed as well:

image

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

No branches or pull requests

1 participant