-
Notifications
You must be signed in to change notification settings - Fork 47
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
Change in Maven packaging? #491
Labels
bug
Something isn't working
Comments
ethanmills
added a commit
to ethanmills/aws-advanced-jdbc-wrapper
that referenced
this issue
Jun 16, 2023
Thank you for raising this. We will be working on a resolution to this and provide updates when available. |
Hi @ethanmills, Version 2.2.1 of the AWS JDBC Driver has been released to address this problem. Please let us know if you have any further issues, thank you! |
That's looking good @crystall-bitquill , thanks for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When changing our dependency coordinates from
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.1.2")
to
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.2.0")
gradle has resolved a new plain jar file. This does not contain the library, but rather the SpingWildflyExampleApplication.
See the difference between 2.1.2 and 2.2.0 in the screenshots
The difference in artefacts can be seen by comparing
https://repo1.maven.org/maven2/software/amazon/jdbc/aws-advanced-jdbc-wrapper/2.1.2/
to
https://repo1.maven.org/maven2/software/amazon/jdbc/aws-advanced-jdbc-wrapper/2.2.0/
This clearly doesn't work, as no library code is loaded
Expected Behavior
Correct jar is located
What plugins are used? What other connection properties were set?
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
The AWS Advanced JDBC Driver version used
2.2.0
JDK version used
17
Operating System and version
Windows
The text was updated successfully, but these errors were encountered: