You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Benson Margulies <bi...@gmail.com> on 2016/09/14 21:23:11 UTC

Http inside the AWS bundle

Would it be reasonable to ask for the AWS SDK bundle to import the packages
for Apache http instead of embedded them as it does now?

The problem is that non-OSGi tests end up with the old version of the HTTP
classes in their classpath depending on the classpath order in an
application that dependency-manages to a newer version.

Either that or use shade?