You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2020/03/27 06:45:33 UTC

[GitHub] [curator] bigmarvin commented on issue #355: [CURATOR-464] attach orignal artifacts with classifier original

bigmarvin commented on issue #355: [CURATOR-464] attach orignal artifacts with classifier original
URL: https://github.com/apache/curator/pull/355#issuecomment-604842044
 
 
   Updating the name and the content of this PR.
   
   Following alternative #2, I propose a new change where projects of type jar or bundle would have original artifacts attached. In this way, existing clients could remain enjoying shaded artifacts during upgrade, and new clients may choose either based on their need.
   
   Though listed in supported types of bundle plugin, projects of type war are not included in this change, because those projects simply packs everything in the dependency tree into artifacts, and they don't have separation in class loading.
   
   Projects of type jar, on the other hand, could produce artifacts usable as bundles, by planting headers required by OSGi runtime into manifest during packaging, so they are included.
   
   Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services