dstoch commented on PR #540:
URL: https://github.com/apache/wicket/pull/540#issuecomment-1263934816

   > I've removed the DynamicImport-Package: * rule. I think that should only 
be needed by the application wars to support modular pages and allow Wicket to 
instantiate those classes from the war's classpath.
   
   I think it would be better not to remove DynamicImport-Package: *, because 
of deserialization problems in OSGi env (Wicket need to know all classes 
serialized inside components from other bundles). It can be achieve in 
different way, but I think it requires more changes in the framework.


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