You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/06/30 20:29:18 UTC

[tomee] 01/02: Temp fix to see how MP TCK look

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 99c0b706b12514ae3101ca5b956d5b87a3f037c9
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Jun 30 22:28:48 2021 +0200

    Temp fix to see how MP TCK look
---
 tck/microprofile-tck/openapi/src/test/resources/arquillian.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tck/microprofile-tck/openapi/src/test/resources/arquillian.xml b/tck/microprofile-tck/openapi/src/test/resources/arquillian.xml
index 669ed09..0090224 100644
--- a/tck/microprofile-tck/openapi/src/test/resources/arquillian.xml
+++ b/tck/microprofile-tck/openapi/src/test/resources/arquillian.xml
@@ -33,6 +33,7 @@
       <property name="cleanOnStartUp">true</property>
       <property name="properties">
         geronimo.openapi.application.append-context-path = false
+        openejb.jaxrs.providers.auto = true
       </property>
     </configuration>
   </container>
@@ -49,6 +50,7 @@
       <property name="properties">
         tomee.mp.scan = all
         geronimo.openapi.application.append-context-path = false
+        openejb.jaxrs.providers.auto = true
       </property>
     </configuration>
   </container>
@@ -65,6 +67,7 @@
       <property name="properties">
         tomee.mp.scan = all
         geronimo.openapi.application.append-context-path = false
+        openejb.jaxrs.providers.auto = true
       </property>
     </configuration>
   </container>