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 2017/08/07 16:03:46 UTC

[1/2] incubator-tamaya-sandbox git commit: TAMAYA-274: Moved to Java 8, fixed Javadoc issues.

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/java8 31b9c0e1d -> e52a5a3ac


TAMAYA-274: Moved to Java 8, fixed Javadoc issues.


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

Branch: refs/heads/java8
Commit: 2eb290dec00b49e5fab1a35965a62397caa1ce3f
Parents: 31b9c0e
Author: anatole <an...@apache.org>
Authored: Mon Aug 7 17:58:46 2017 +0200
Committer: anatole <an...@apache.org>
Committed: Mon Aug 7 17:58:46 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/2eb290de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a788354..afc8a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ under the License.
         <tamaya.version>3.0-incubating-SNAPSHOT</tamaya.version>
         <commons-io.version>2.5</commons-io.version>
         <findbugs.skip>false</findbugs.skip>
-        <jdkVersion>1.7</jdkVersion>
+        <jdkVersion>1.8</jdkVersion>
         <osgi.version>5.0.0</osgi.version> <!-- 4.3.1 -->
         <osgi.compendium.version>${osgi.version}</osgi.compendium.version>
         <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>


[2/2] incubator-tamaya-sandbox git commit: TAMAYA-256: Added missing config file.

Posted by an...@apache.org.
TAMAYA-256: Added missing config file.


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

Branch: refs/heads/java8
Commit: e52a5a3ac66d585e8b9dec7b4112b53ead367a89
Parents: 2eb290d
Author: anatole <an...@apache.org>
Authored: Mon Aug 7 18:03:36 2017 +0200
Committer: anatole <an...@apache.org>
Committed: Mon Aug 7 18:03:36 2017 +0200

----------------------------------------------------------------------
 .../META-INF/javaconfiguration.properties        | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/e52a5a3a/vertx/src/test/resources/META-INF/javaconfiguration.properties
----------------------------------------------------------------------
diff --git a/vertx/src/test/resources/META-INF/javaconfiguration.properties b/vertx/src/test/resources/META-INF/javaconfiguration.properties
new file mode 100644
index 0000000..fbe9178
--- /dev/null
+++ b/vertx/src/test/resources/META-INF/javaconfiguration.properties
@@ -0,0 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy current the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+message=Good Bye from Apache Tamaya!
\ No newline at end of file