You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/09/04 16:22:14 UTC

[4/4] tomee git commit: Excluding ClassConverterTest from MP Config TCK. Requires a fix in Geronimo Config.

Excluding ClassConverterTest from MP Config TCK. Requires a fix in Geronimo Config.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2d027480
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2d027480
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/2d027480

Branch: refs/heads/master
Commit: 2d02748020eba34ae73c843fd0db316e5395bb79
Parents: 84d8dd1
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Tue Sep 4 16:23:13 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Sep 4 16:23:13 2018 +0100

----------------------------------------------------------------------
 tck/microprofile-tck/config/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/2d027480/tck/microprofile-tck/config/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index e8bdafc..c96d6fa 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -38,6 +38,10 @@
           <dependenciesToScan>
             <dependency>org.eclipse.microprofile.config:microprofile-config-tck</dependency>
           </dependenciesToScan>
+          <!-- TODO - This requires a fix in geronimo-config-impl to use the Thread ClassLoader in ClassConverter. -->
+          <excludes>
+            <exclude>org.eclipse.microprofile.config.tck.ClassConverterTest</exclude>
+          </excludes>
         </configuration>
       </plugin>
     </plugins>