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 2018/12/07 17:25:50 UTC

[06/12] tomee git commit: TOMEE-2281 - Upgrade to MicroProfile Configuration 1.3.

TOMEE-2281 - Upgrade to MicroProfile Configuration 1.3.


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

Branch: refs/heads/master
Commit: 6577a4f6067922d37eb16510a35af3f5827465b7
Parents: e38b13e
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Wed Nov 21 15:21:15 2018 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Tue Dec 4 11:16:27 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/6577a4f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 36d7ac1..aeb4bcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,8 +198,7 @@
 
     <!-- Micro Profile -->
     <microprofile.version>2.0</microprofile.version>
-    <microprofile.config.version>1.2</microprofile.config.version>
-    <!-- Already supports MP Config 1.3, but compatible to 1.2. Updated to fix GERONIMO-6600 -->
+    <microprofile.config.version>1.3</microprofile.config.version>
     <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>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6577a4f6/tck/microprofile-tck/config/pom.xml
----------------------------------------------------------------------
diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index e8bdafc..aef424a 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -38,6 +38,12 @@
           <dependenciesToScan>
             <dependency>org.eclipse.microprofile.config:microprofile-config-tck</dependency>
           </dependenciesToScan>
+          <environmentVariables>
+            <my_int_property>45</my_int_property>
+            <MY_BOOLEAN_PROPERTY>true</MY_BOOLEAN_PROPERTY>
+            <my_string_property>haha</my_string_property>
+            <MY_STRING_PROPERTY>woohoo</MY_STRING_PROPERTY>
+          </environmentVariables>
         </configuration>
       </plugin>
     </plugins>