paypal / butterfly

Application transformation tool
https://paypal.github.io/butterfly/
MIT License
47 stars 50 forks source link

Add support for loading extensions packaged as spring-boot uber jars. #366

Closed myohn-paypal closed 3 years ago

myohn-paypal commented 3 years ago

To make it easier for an extension to include its own transitive dependencies, change butterfly so that it can load extension jars that contain nested jars created by spring-boot maven plugin.

Fixes #364