Skip to content

Change in Maven packaging? #491

@ethanmills

Description

@ethanmills

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions