This is an automated email from the ASF dual-hosted git repository.
radcortez pushed a change to branch TOMEE-2408
in repository https://gitbox.apache.org/repos/asf/tomee.git.
at 58674b8 TOMEE-2408 - Fixed issue with ClassNotFound due to web.xml
change to metadata-complete. Tomcat performs scanning on classes to find webapp
annotations and this happened before adding the TomEE lib jars into the
classloader.
This branch includes the following new commits:
new 8af6ae2 TOMEE-2408 - Initial work to make MicroProfile deployment
only when required.
new 1a4e4ad TOMEE-2408 - Removed all MP deployable endpoints. Rules
required to activate them.
new b86e492 TOMEE-2408 - Initial rules to figure out if MP Health is
required.
new 76f9140 TOMEE-2408 - Fixed CDI Scanning for MP in EAR deployments.
new 766a662 TOMEE-2408 - Added MicroProfile to Plus and Plume.
new fc9fa5d TOMEE-2408 - Removed the MicroProfileExtension. Is not needed.
new ba02c94 TOMEE-2408 - MicroProfileListener to removed duplicated
endpoints and prevent servlet mapping clash.
new de5a2ee TOMEE-2408 - CDI scanning for additional libraries, skipping
if to deploy only the related ejb module.
new 173ffec TOMEE-2408 - Exclude some libraries from scanning.
new 19d2f26 TOMEE-2408 - Enable CDI for Tomcat TomEE webapp deployment.
new fb13045 TOMEE-2408 - ApplicationComposer in Arquillian Remote with MP
not supported yet.
new ccc326f TOMEE-2408 - Workaround for OpenAPI issue (GERONIMO-6690).
new 8f0dacd TOMEE-2408 - Readded MP libraries. Apparently they are needed
in some cases.
new 26d5b4e TOMEE-2408 - Fixed NPE.
new 3f59d38 TOMEE-2462 - Added test to verify servlets, default servlet
and rest endpoints execution.
new 58674b8 TOMEE-2408 - Fixed issue with ClassNotFound due to web.xml
change to metadata-complete. Tomcat performs scanning on classes to find webapp
annotations and this happened before adding the TomEE lib jars into the
classloader.
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.