melloware commented on a change in pull request #33: URL: https://github.com/apache/openwebbeans/pull/33#discussion_r629324468
########## File path: webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties ########## @@ -220,6 +220,7 @@ org.apache.webbeans.scanExclusionPaths=/jre/lib, \ /jsp-api, \ /myfaces-api, \ /myfaces-impl, \ + /jakarta.faces, \ Review comment: I am not sure who added `javax` here but it seems wrong to me. and this problem with Mojarra only started with the GlassFish JARs when they got renamed to jakarta.faces. the old javax versions of these JARS do not expose the issue. I just know the above exclude definitely fixes the problem in OWB-1298. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org