You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2018/11/18 22:20:58 UTC

[1/2] incubator-tamaya-extensions git commit: Fixed poms.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master e190b34f2 -> db90ee8b6


Fixed poms.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/e64144f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/e64144f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/e64144f3

Branch: refs/heads/master
Commit: e64144f34eeadc143e69b62c0a4f5fea1f38b70b
Parents: e190b34
Author: Anatole Tresch <at...@gmail.com>
Authored: Sun Nov 18 23:01:14 2018 +0100
Committer: Anatole Tresch <at...@gmail.com>
Committed: Sun Nov 18 23:01:14 2018 +0100

----------------------------------------------------------------------
 modules/collections/pom.xml | 2 +-
 modules/consul/pom.xml      | 3 +--
 modules/etcd/pom.xml        | 3 +--
 modules/hazelcast/pom.xml   | 3 +--
 4 files changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/collections/pom.xml
----------------------------------------------------------------------
diff --git a/modules/collections/pom.xml b/modules/collections/pom.xml
index ecc922f..a1ab8a4 100644
--- a/modules/collections/pom.xml
+++ b/modules/collections/pom.xml
@@ -21,7 +21,7 @@ under the License.
 
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
-        <artifactId>tamaya-sandbox</artifactId>
+        <artifactId>tamaya-extensions</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/consul/pom.xml
----------------------------------------------------------------------
diff --git a/modules/consul/pom.xml b/modules/consul/pom.xml
index aa8dfe4..bcb3fc9 100644
--- a/modules/consul/pom.xml
+++ b/modules/consul/pom.xml
@@ -21,9 +21,8 @@ under the License.
 
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
-        <artifactId>tamaya-sandbox</artifactId>
+        <artifactId>tamaya-extensions</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>tamaya-consul</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/etcd/pom.xml
----------------------------------------------------------------------
diff --git a/modules/etcd/pom.xml b/modules/etcd/pom.xml
index f8a9361..e6a4e2b 100644
--- a/modules/etcd/pom.xml
+++ b/modules/etcd/pom.xml
@@ -21,9 +21,8 @@ under the License.
 
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
-        <artifactId>tamaya-sandbox</artifactId>
+        <artifactId>tamaya-extensions</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>tamaya-etcd</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/modules/hazelcast/pom.xml b/modules/hazelcast/pom.xml
index af7bced..e5563e7 100644
--- a/modules/hazelcast/pom.xml
+++ b/modules/hazelcast/pom.xml
@@ -21,9 +21,8 @@
 
     <parent>
         <groupId>org.apache.tamaya.ext</groupId>
-        <artifactId>tamaya-sandbox</artifactId>
+        <artifactId>tamaya-extensions</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>tamaya-hazelcast</artifactId>


[2/2] incubator-tamaya-extensions git commit: Removed unnecessary method.

Posted by an...@apache.org.
Removed unnecessary method.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/db90ee8b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/db90ee8b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/db90ee8b

Branch: refs/heads/master
Commit: db90ee8b63f5c6770c3a35af80c1e7b7b8a53ed1
Parents: e64144f
Author: Anatole Tresch <at...@gmail.com>
Authored: Sun Nov 18 23:20:44 2018 +0100
Committer: Anatole Tresch <at...@gmail.com>
Committed: Sun Nov 18 23:20:44 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/tamaya/microprofile/TamayaConfiguration.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/db90ee8b/modules/microprofile/src/main/java/org/apache/tamaya/microprofile/TamayaConfiguration.java
----------------------------------------------------------------------
diff --git a/modules/microprofile/src/main/java/org/apache/tamaya/microprofile/TamayaConfiguration.java b/modules/microprofile/src/main/java/org/apache/tamaya/microprofile/TamayaConfiguration.java
index 8d202cb..469deba 100644
--- a/modules/microprofile/src/main/java/org/apache/tamaya/microprofile/TamayaConfiguration.java
+++ b/modules/microprofile/src/main/java/org/apache/tamaya/microprofile/TamayaConfiguration.java
@@ -87,8 +87,4 @@ public class TamayaConfiguration implements Configuration{
         return new DefaultConfigurationSnapshot(this, keys);
     }
 
-    @Override
-    public ConfigurationSnapshot getSnapshot() {
-        return new DefaultConfigurationSnapshot(this);
-    }
 }