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

Change in Maven packaging? #491

Closed
ethanmills opened this issue Jun 16, 2023 · 4 comments
Closed

Change in Maven packaging? #491

ethanmills opened this issue Jun 16, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ethanmills
Copy link

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
image
image

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

ethanmills added a commit to ethanmills/aws-advanced-jdbc-wrapper that referenced this issue Jun 16, 2023
@hsuamz
Copy link
Contributor

hsuamz commented Jun 16, 2023

Thank you for raising this. We will be working on a resolution to this and provide updates when available.

@crystall-bitquill
Copy link
Contributor

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!

@ethanmills
Copy link
Author

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants