You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slf4j is shaded in the bundle.jar but there is also a unshaded copy of it present in the jar as well. This causes errors in programs having both slf4j and bundle.jar on the classpath.
The current latest version of the sdk has two LoggerFactory class,
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
Slf4j is shaded in the bundle.jar but there is also a unshaded copy of it present in the jar as well. This causes errors in programs having both slf4j and bundle.jar on the classpath.
The current latest version of the sdk has two LoggerFactory class,
Expected Behavior
There should be no unshaded artefacts in the bundle.jar.
Current Behavior
Described above.
Reproduction Steps
A simple unzip of the jar reveals the issue.
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.24.6
JDK version used
1.8
Operating System and version
Redhat 8
The text was updated successfully, but these errors were encountered: