svn commit: r12755 - in /dev/incubator/tamaya: ./ 0.2-incubating/

2016-03-15 Thread anatole
Author: anatole
Date: Wed Mar 16 00:38:22 2016
New Revision: 12755

Log:
Added files for 0.2-incubating.

Added:
dev/incubator/tamaya/0.2-incubating/
dev/incubator/tamaya/0.2-incubating/DISCLAIMER
dev/incubator/tamaya/0.2-incubating/LICENSE
dev/incubator/tamaya/0.2-incubating/NOTICE
dev/incubator/tamaya/0.2-incubating/ReleaseNotes-0.2-incubating.html

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-bin.tar.gz
   (with props)

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-bin.tar.gz.asc

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-bin.zip
   (with props)

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-bin.zip.asc

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-src.tar.gz
   (with props)

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-src.tar.gz.asc

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-src.zip
   (with props)

dev/incubator/tamaya/0.2-incubating/apache-tamaya-0.2-incubating-distribution-src.zip.asc
Modified:
dev/incubator/tamaya/   (props changed)

Propchange: dev/incubator/tamaya/
--
--- svn:externals (added)
+++ svn:externals Wed Mar 16 00:38:22 2016
@@ -0,0 +1 @@
+https://dist.apache.org/repos/dist/dev/incubator/tamaya tamaya

Added: dev/incubator/tamaya/0.2-incubating/DISCLAIMER
==
--- dev/incubator/tamaya/0.2-incubating/DISCLAIMER (added)
+++ dev/incubator/tamaya/0.2-incubating/DISCLAIMER Wed Mar 16 00:38:22 2016
@@ -0,0 +1,10 @@
+Apache Tamaya is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
\ No newline at end of file

Added: dev/incubator/tamaya/0.2-incubating/LICENSE
==
--- dev/incubator/tamaya/0.2-incubating/LICENSE (added)
+++ dev/incubator/tamaya/0.2-incubating/LICENSE Wed Mar 16 00:38:22 2016
@@ -0,0 +1,202 @@
+Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that control, are controlled by, or are under common
+  control with that entity. For the purposes of this definition,
+  "control" means (i) the power, direct or indirect, to cause the
+  direction or management of such entity, whether by contract or
+  otherwise, or (ii) ownership of fifty percent (50%) or more of the
+  outstanding shares, or (iii) beneficial ownership of such entity.
+
+  "You" (or "Your") shall mean an individual or Legal Entity
+  exercising permissions granted by this License.
+
+  "Source" form shall mean the preferred form for making modifications,
+  including but not limited to software source code, documentation
+  source, and configuration files.
+
+  "Object" form shall mean any form resulting from mechanical
+  transformation or translation of a Source form, including but
+  not limited to compiled object code, generated documentation,
+  and conversions to other media types.
+
+  "Work" shall mean the work of authorship, whether in Source or
+  Object form, made available under the License, as indicated by a
+  copyright notice that is included in or attached to the work
+  (an example is provided in the Appendix below).
+
+  "Derivative Works" shall mean any work, whether in Source or Object
+  form, that is based on (or derived from) the Work and for which the
+  editorial revisions, annotations, elaborations, or other modifications
+  represent, as a whole, an original work of authorship. For the purposes
+  of this License, Derivative Works shall not include works that remain
+  separable from, or merely link (or bind by name) to the interfaces of,
+  the 

[2/2] incubator-tamaya git commit: Fixed several build warnings.

2016-03-15 Thread anatole
Fixed several build warnings.


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

Branch: refs/heads/master
Commit: 5a5d637cbd3d3286c5dcc0e5dac624d6c1177219
Parents: 8f37dd7
Author: anatole 
Authored: Tue Mar 15 10:42:00 2016 +0100
Committer: anatole 
Committed: Tue Mar 15 10:42:00 2016 +0100

--
 modules/integration/cdi-se/pom.xml  | 3 +--
 .../org/apache/tamaya/integration/cdi/DefaultDynamicValue.java  | 1 -
 modules/integration/osgi/pom.xml| 5 +
 .../main/java/org/apache/tamaya/model/spi/ParameterModel.java   | 2 +-
 .../java/org/apache/tamaya/optional/OptionalConfiguration.java  | 4 +---
 modules/server/pom.xml  | 3 ---
 .../java/org/apache/tamaya/server/ConfigurationResource.java| 3 ---
 .../main/java/org/apache/tamaya/server/VersionProperties.java   | 2 +-
 8 files changed, 5 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/5a5d637c/modules/integration/cdi-se/pom.xml
--
diff --git a/modules/integration/cdi-se/pom.xml 
b/modules/integration/cdi-se/pom.xml
index c3bda9a..a0dfc3f 100644
--- a/modules/integration/cdi-se/pom.xml
+++ b/modules/integration/cdi-se/pom.xml
@@ -60,8 +60,7 @@ under the License.
 
 
 
-org.apache.tamaya.integration.cdi,
-org.apache.tamaya.integration.cdi.config,
+org.apache.tamaya.integration.cdi.config
 
 
 org.apache.tamaya.integration.cdi.internal

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/5a5d637c/modules/integration/cdi/src/main/java/org/apache/tamaya/integration/cdi/DefaultDynamicValue.java
--
diff --git 
a/modules/integration/cdi/src/main/java/org/apache/tamaya/integration/cdi/DefaultDynamicValue.java
 
b/modules/integration/cdi/src/main/java/org/apache/tamaya/integration/cdi/DefaultDynamicValue.java
index 3b436a5..98ee05a 100644
--- 
a/modules/integration/cdi/src/main/java/org/apache/tamaya/integration/cdi/DefaultDynamicValue.java
+++ 
b/modules/integration/cdi/src/main/java/org/apache/tamaya/integration/cdi/DefaultDynamicValue.java
@@ -20,7 +20,6 @@ package org.apache.tamaya.integration.cdi;
 
 import org.apache.tamaya.ConfigException;
 import org.apache.tamaya.Configuration;
-import org.apache.tamaya.ConfigurationProvider;
 import org.apache.tamaya.TypeLiteral;
 import org.apache.tamaya.inject.api.BaseDynamicValue;
 import org.apache.tamaya.inject.api.DynamicValue;

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/5a5d637c/modules/integration/osgi/pom.xml
--
diff --git a/modules/integration/osgi/pom.xml b/modules/integration/osgi/pom.xml
index f668edc..3d25028 100644
--- a/modules/integration/osgi/pom.xml
+++ b/modules/integration/osgi/pom.xml
@@ -48,11 +48,8 @@
 
 
 
-
org.apache.tamaya.integration.osgi.genereal.Activator
+org.apache.tamaya.integration.osgi.Activator
 
-
-org.tamaya.integration.osgi.general
-
 
 org.osgi.service.cm.ConfigurationAdmin
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/5a5d637c/modules/model/src/main/java/org/apache/tamaya/model/spi/ParameterModel.java
--
diff --git 
a/modules/model/src/main/java/org/apache/tamaya/model/spi/ParameterModel.java 
b/modules/model/src/main/java/org/apache/tamaya/model/spi/ParameterModel.java
index 7e28682..43d7174 100644
--- 
a/modules/model/src/main/java/org/apache/tamaya/model/spi/ParameterModel.java
+++ 
b/modules/model/src/main/java/org/apache/tamaya/model/spi/ParameterModel.java
@@ -169,7 +169,7 @@ public class ParameterModel extends AbstractModel {
 try {
 this.type = Class.forName("java.lang."+type);
 } catch (ClassNotFoundException e2) {
-Logger.getLogger(getClass().getName()).log(Level.WARNING, 
"Failed to load parameter type: " + type, e2);