You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/04/27 03:39:22 UTC

[tomee-tck] branch jakartaee9-tck updated: Rely on CXF sorting. We're now adding our Providers in a way that doesn't cause them to be marked as user/application providers.

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

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 6d66cb0  Rely on CXF sorting.  We're now adding our Providers in a way that doesn't cause them to be marked as user/application providers.
6d66cb0 is described below

commit 6d66cb01b805b7aac7e6ae1ec382e50845c8cee8
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Apr 26 20:35:02 2021 -0700

    Rely on CXF sorting.  We're now adding our Providers in a way that doesn't cause them to be marked as user/application providers.
---
 src/test/tomee-plume/conf/system.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 379156d..1d5d1ee 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -168,7 +168,7 @@ openejb.classloader.filterable-resources=META-INF/services/javax.validation.spi.
   META-INF/javamail.charset.map,META-INF/mailcap,\
   org/slf4j/impl/StaticLoggerBinder.class
 
-cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator
+#cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator
 openejb.jaxrs.fail-on-constrainedto=false
 
 # not sure why we have to duplicate this one here