holgerfriedrich opened a new pull request, #913:
URL: https://github.com/apache/aries/pull/913

   Since #414 `ProxySubclassGenerator references org.objenesis directly, so the 
class cannot be loaded without it. `AsmProxyManager.isProxyClass()`` loads that 
class for every proxy, including interface-only ones, so with the import 
declared optional a bundle resolves and then fails with `NoClassDefFoundError: 
org/objenesis/Objenesis` on the first proxy - for example on any Blueprint 
<reference>.
   
   If you want to keep it strictly optional, then we would need to restructure 
and use Objenesis only for those cases where it is required. 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to