You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2018/10/01 10:10:18 UTC

tomee git commit: Update MP Geronimo Config to 1.2.

Repository: tomee
Updated Branches:
  refs/heads/master 55ded3eb2 -> a88c10cb0


Update MP Geronimo Config to 1.2.


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

Branch: refs/heads/master
Commit: a88c10cb0ddbf92f8ae66af064c1ef1459e778bf
Parents: 55ded3e
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Tue Sep 11 16:45:36 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Mon Oct 1 10:58:34 2018 +0100

----------------------------------------------------------------------
 pom.xml                             | 3 ++-
 tck/microprofile-tck/config/pom.xml | 4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/a88c10cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 606c1f8..700a50a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,8 @@
     <!-- Micro Profile -->
     <microprofile.version>1.3</microprofile.version>
     <microprofile.config.version>1.2</microprofile.config.version>
-    <microprofile.config.impl.version>1.1</microprofile.config.impl.version>
+    <!-- Already supports MP Config 1.3, but compatible to 1.2. Updated to fix GERONIMO-6600 -->
+    <microprofile.config.impl.version>1.2</microprofile.config.impl.version>
     <microprofile.jwt.version>1.0</microprofile.jwt.version>
     <microprofile.jwt.impl.version>${project.version}</microprofile.jwt.impl.version>
     <microprofile.fault-tolerance.version>1.0</microprofile.fault-tolerance.version>

http://git-wip-us.apache.org/repos/asf/tomee/blob/a88c10cb/tck/microprofile-tck/config/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index c96d6fa..e8bdafc 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -38,10 +38,6 @@
           <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>