enapps-enorman opened a new pull request, #314:
URL: https://github.com/apache/felix-dev/pull/314

   The "light" classifier doesn't export the following packages.  These 
packages were present in the jar but as a private package.
   
   
`org.osgi.service.servlet.context;version="2.0.0";uses:="jakarta.servlet.http,org.osgi.framework"
   
org.osgi.service.servlet.runtime.dto;version="2.0.0";uses:="org.osgi.dto,org.osgi.framework.dto"
   
org.osgi.service.servlet.runtime;version="2.0.0";uses:="org.osgi.service.servlet.runtime.dto"
   org.osgi.service.servlet.whiteboard;version="2.0.0";uses:="jakarta.servlet"`
   
   This proposal changes those private packages to be exported packages.  Also 
an integration test is added to verify the functionality.
   
   This ensures that any other bundles that import those packages (i.e. the 
felix webconsole 5.x) will resolve.


-- 
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: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to