The dependency issue reported on #254 is not between the version used by the plugin and the broker (as stated in the comments, it's handled by a custom class loader on the broker side); but by different versions used on the core and s3 module.
This PR includes the build changes to handle this exclusion, and the exception handling to capture this. Also some additional logging improvements.
Fix #254
The dependency issue reported on #254 is not between the version used by the plugin and the broker (as stated in the comments, it's handled by a custom class loader on the broker side); but by different versions used on the core and s3 module.
This PR includes the build changes to handle this exclusion, and the exception handling to capture this. Also some additional logging improvements.