[ https://issues.apache.org/jira/browse/MYFACES-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684660#comment-17684660 ]
Melloware commented on MYFACES-4558: ------------------------------------ These all look like issues building the OSGI bundle. {code:java} maven-bundle-plugin:4.0.0:bundle (default-bundle) @ myfaces-bundle{code} > Build warnings > -------------- > > Key: MYFACES-4558 > URL: https://issues.apache.org/jira/browse/MYFACES-4558 > Project: MyFaces Core > Issue Type: Bug > Reporter: Thomas Andraschko > Priority: Major > > {code:java} > [INFO] Unable to determine whether the meta annotation > jakarta.servlet.annotation.MultipartConfig applied to type > jakarta.faces.webapp.FacesServlet provides bundle annotations as it is not on > the project build path. If this annotation does provide bundle annotations > then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.context.ApplicationScoped applied to type > org.apache.myfaces.cdi.FacesApplicationArtifactHolder provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.event.Observes applied to type > org.apache.myfaces.cdi.FacesApplicationArtifactHolderExtension provides > bundle annotations as it is not on the project build path. If this annotation > does provide bundle annotations then it must be present on the build path in > order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.inject.Produces applied to type > org.apache.myfaces.cdi.FacesArtifactProducer provides bundle annotations as > it is not on the project build path. If this annotation does provide bundle > annotations then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation jakarta.inject.Named > applied to type org.apache.myfaces.cdi.FacesArtifactProducer provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.inject.Qualifier applied to type > org.apache.myfaces.cdi.FacesArtifactProducer provides bundle annotations as > it is not on the project build path. If this annotation does provide bundle > annotations then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.context.NormalScope applied to type > org.apache.myfaces.cdi.FacesArtifactProducer provides bundle annotations as > it is not on the project build path. If this annotation does provide bundle > annotations then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.util.Nonbinding applied to type > org.apache.myfaces.cdi.FacesArtifactProducer provides bundle annotations as > it is not on the project build path. If this annotation does provide bundle > annotations then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.inject.Typed applied to type > org.apache.myfaces.cdi.FacesScopeContext provides bundle annotations as it is > not on the project build path. If this annotation does provide bundle > annotations then it must be present on the build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.annotation.PostConstruct applied to type > org.apache.myfaces.cdi.clientwindow.ClientWindowScopeContextualStorageHolder > provides bundle annotations as it is not on the project build path. If this > annotation does provide bundle annotations then it must be present on the > build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.context.SessionScoped applied to type > org.apache.myfaces.cdi.clientwindow.ClientWindowScopeContextualStorageHolder > provides bundle annotations as it is not on the project build path. If this > annotation does provide bundle annotations then it must be present on the > build path in order to be processed > [INFO] Unable to determine whether the meta annotation jakarta.inject.Inject > applied to type org.apache.myfaces.cdi.util.AbstractContextualStorageHolder > provides bundle annotations as it is not on the project build path. If this > annotation does provide bundle annotations then it must be present on the > build path in order to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.annotation.PreDestroy applied to type > org.apache.myfaces.cdi.util.AbstractContextualStorageHolder provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.context.Initialized applied to type > org.apache.myfaces.cdi.view.ViewScopeEventListenerBridge provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.enterprise.context.Destroyed applied to type > org.apache.myfaces.cdi.view.ViewScopeEventListenerBridge provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > [INFO] Unable to determine whether the meta annotation > jakarta.servlet.annotation.HandlesTypes applied to type > org.apache.myfaces.webapp.MyFacesContainerInitializer provides bundle > annotations as it is not on the project build path. If this annotation does > provide bundle annotations then it must be present on the build path in order > to be processed > Warning: Bundle > org.apache.myfaces.core:myfaces-bundle:bundle:4.0.0-RC5-SNAPSHOT : Unused > Export-Package instructions: [org.apache.myfaces.taglib.*] > Warning: Bundle > org.apache.myfaces.core:myfaces-bundle:bundle:4.0.0-RC5-SNAPSHOT : Export > org.apache.myfaces.el.resolver, has 1, private references > [org.apache.myfaces.core.api.shared.lang], > Warning: Bundle > org.apache.myfaces.core:myfaces-bundle:bundle:4.0.0-RC5-SNAPSHOT : Export > org.apache.myfaces.util.lang, has 1, private references > [org.apache.myfaces.core.api.shared.lang], > Warning: Bundle > org.apache.myfaces.core:myfaces-bundle:bundle:4.0.0-RC5-SNAPSHOT : Export > org.apache.myfaces.view.facelets.tag, has 1, private references > [org.apache.myfaces.core.api.shared.lang], > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)