Closed aseure closed 4 years ago
Actually I don't think this change is specific to AEM; it would be required on any OSGi engine. Let's be more clear about it in the commit title!
Actually I don't think this change is specific to AEM; it would be required on any OSGi engine. Let's be more clear about it in the commit title!
Good catch indeed @BenoitPerrot, thanks for noticing. I've amended the commit message as well.
After a few tries, this version is confirmed to work on our AEM environment as well as the customer's environment.
I would have loved to find a cleaner way to expose the relocated
nio.client
but this seems really difficult sincemaven-bundle-plugin
runs before themaven-shade-plugin
which relocates severalorg.apache.http
packages<phase>
lead to another suite of issues, I'm not saying this is impossible, but at this point the current solution is the more efficient in term on invested time.