This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a change to branch TOMEE-4117_OpenAPI-bug in repository https://gitbox.apache.org/repos/asf/tomee.git
from ffe4771c80 Fix dependency scope after moving classes to main add 383d6cf1a6 We should not do anything on the arquillian deployment side add cb5fa2fbe8 Replace Servlet HandleTypes with a CDI Extension to gather all types for OpenAPI model generation No new revisions were added by this update. Summary of changes: .../MicroProfileOpenAPITCKExtension.java | 1 - .../MicroProfileOpenApiDeploymentProcessor.java | 185 --------------------- tck/microprofile-tck/openapi/tck-dev.xml | 2 +- .../openapi/MPOpenAPICDIExtension.java | 82 +++++++++ .../openapi/MicroProfileOpenApiRegistration.java | 69 +++----- .../jakarta.enterprise.inject.spi.Extension | 1 + 6 files changed, 108 insertions(+), 232 deletions(-) delete mode 100644 tck/microprofile-tck/openapi/src/test/java/org.apache.tomee.microprofile.tck.openapi/MicroProfileOpenApiDeploymentProcessor.java create mode 100644 tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/openapi/MPOpenAPICDIExtension.java