generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working