[ https://issues.apache.org/jira/browse/FELIX-6700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843334#comment-17843334 ]
Eric Norman commented on FELIX-6700: ------------------------------------ [~antoine.dessaigne] I agree that this seems wrong. I've prepared PR #314 to fix the problem for the jetty12 (and jetty11) bundle and added tests to verify that it works. Please review to check if that works for you. [~cziegeler] I'd appreciate a review of the PR and merge the changes if you agree with the proposal. > Missing OSGi export-package in felix jetty12 > -------------------------------------------- > > Key: FELIX-6700 > URL: https://issues.apache.org/jira/browse/FELIX-6700 > Project: Felix > Issue Type: Bug > Components: HTTP Service > Affects Versions: http.jetty12-1.0.2 > Reporter: Antoine DESSAIGNE > Priority: Major > > Hello everyone, > I just noticed that {{org.apache.felix.http.jetty12.light}} doesn't export > the following packages > {noformat} > 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" > {noformat} > These packages are present in the jar and contains all the classes present in > {{org.apache.felix.http.bridge}} and this one export the packages. > Is there a reason why they aren't present in the export package instruction > of {{jetty12.light}} ? Thank you for your help -- This message was sent by Atlassian Jira (v8.20.10#820010)