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 2019/09/10 23:31:09 UTC

[incubator-tamaya] branch 0.4-incubating-vote-RC4 created (now 330a7a4)

This is an automated email from the ASF dual-hosted git repository.

anatole pushed a change to branch 0.4-incubating-vote-RC4
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git.


      at 330a7a4  Added missing license headers.

This branch includes the following new commits:

     new 330a7a4  Added missing license headers.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-tamaya] 01/01: Added missing license headers.

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

anatole pushed a commit to branch 0.4-incubating-vote-RC4
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git

commit 330a7a4ed2271bfccc312b209f274195c462fa06
Author: Anatole Tresch <at...@gmail.com>
AuthorDate: Wed Sep 11 01:25:50 2019 +0200

    Added missing license headers.
---
 .travis.yml                                       | 16 ++++++++++++++++
 README.md                                         | 19 ++++++++++++++++++-
 code/api/bnd.bnd                                  | 16 ++++++++++++++++
 code/core/bnd.bnd                                 | 16 ++++++++++++++++
 code/core/src/test/resources/java-security.policy | 17 ++++++++++++++++-
 code/spi-support/bnd.bnd                          | 16 ++++++++++++++++
 maturity-model.md                                 | 17 +++++++++++++++++
 pom.xml                                           | 23 ++++++++++++++++++++---
 readme/ReleaseNotes-0.1-incubating.html           | 13 +++++++++++++
 readme/ReleaseNotes-0.2-incubating.html           | 20 +++++++++++++++++++-
 readme/ReleaseNotes-0.3-incubating.html           | 21 ++++++++++++++++++++-
 readme/ReleaseNotes-0.4-incubating.html           | 21 ++++++++++++++++++++-
 running-mutation-tests.adoc                       | 16 ++++++++++++++++
 13 files changed, 223 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a66eb0..1d98dde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +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 of 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.
 language: java
 dist: trusty
 sudo: required
diff --git a/README.md b/README.md
index 804d178..e050960 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,20 @@
+<!--
+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 of 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.
+-->
 # Apache Tamaya (incubating)
 
 Tamaya is a very powerful yet flexible configuration solution. Its core is built based on a few simple concepts.
@@ -26,7 +43,7 @@ installed on your computer.
 
 Then you can build Tamaya via:
 ```
-$ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m"
+$ export MAVEN_OPTS="-Xmx512m"
 $ mvn
 ```
 
diff --git a/code/api/bnd.bnd b/code/api/bnd.bnd
index 189d185..f05c362 100644
--- a/code/api/bnd.bnd
+++ b/code/api/bnd.bnd
@@ -1,3 +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 of 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.
 -buildpath: \
 	osgi.annotation; version=6.0.0,\
 	osgi.core; version=6.0,\
diff --git a/code/core/bnd.bnd b/code/core/bnd.bnd
index f174fa9..e952de8 100644
--- a/code/core/bnd.bnd
+++ b/code/core/bnd.bnd
@@ -1,3 +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 of 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.
 -buildpath: \
 	osgi.annotation; version=6.0.0,\
 	osgi.core; version=6.0,\
diff --git a/code/core/src/test/resources/java-security.policy b/code/core/src/test/resources/java-security.policy
index 95b6ab3..e1970b8 100644
--- a/code/core/src/test/resources/java-security.policy
+++ b/code/core/src/test/resources/java-security.policy
@@ -1,4 +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 of 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.
 grant {
     permission java.lang.RuntimePermission "setIO";
 };
diff --git a/code/spi-support/bnd.bnd b/code/spi-support/bnd.bnd
index 4a17e60..04c8241 100644
--- a/code/spi-support/bnd.bnd
+++ b/code/spi-support/bnd.bnd
@@ -1,3 +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 of 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.
 -buildpath: \
 	osgi.annotation; version=6.0.0,\
 	osgi.core; version=6.0,\
diff --git a/maturity-model.md b/maturity-model.md
index a490d1a..0520897 100644
--- a/maturity-model.md
+++ b/maturity-model.md
@@ -1,3 +1,20 @@
+<!--
+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 of 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.
+-->
 # The Apache Project Maturity Model
 Each item in the model has a unique ID to allow them to be easily referenced elsewhere.
 
diff --git a/pom.xml b/pom.xml
index 0b7da6f..eabee2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,8 +3,11 @@
     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 of
-    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
+    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. -->
@@ -226,7 +229,6 @@
         <module>buildconfigurations</module>
         <module>code</module>
         <module>examples</module>
-        <module>distribution</module>
     </modules>
 
     <dependencyManagement>
@@ -877,6 +879,21 @@
 
     <profiles>
         <profile>
+            <id>distribution</id>
+            <activation>
+                <property>
+                    <name>build-dist</name>
+                </property>
+                <property>
+                    <name>performRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <modules>
+                <module>distribution</module>
+            </modules>
+        </profile>
+        <profile>
             <id>coverage</id>
             <build>
                 <defaultGoal>install org.pitest:pitest-maven:mutationCoverage</defaultGoal>
diff --git a/readme/ReleaseNotes-0.1-incubating.html b/readme/ReleaseNotes-0.1-incubating.html
index 384c03d..08431e6 100644
--- a/readme/ReleaseNotes-0.1-incubating.html
+++ b/readme/ReleaseNotes-0.1-incubating.html
@@ -1,3 +1,16 @@
+<!-- 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 of
+    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. -->
 <html>
 <head>
     <title>Apache Tamaya 0.1-incubating Release Notes</title>
diff --git a/readme/ReleaseNotes-0.2-incubating.html b/readme/ReleaseNotes-0.2-incubating.html
index e28c801..2c33b4d 100644
--- a/readme/ReleaseNotes-0.2-incubating.html
+++ b/readme/ReleaseNotes-0.2-incubating.html
@@ -1,6 +1,23 @@
+<!-- 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 of
+    the License at
 
-Release Notes - Tamaya - Version 0.2-incubating
+         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. -->
+<html>
+<head>
+    <title>Release Notes - Tamaya - Version 0.2-incubating</title>
+</head>
+<body>
+
+<h1>Release Notes - Tamaya - Version 0.2-incubating</h1>
 <h2>        Sub-task
 </h2>
 <ul>
@@ -121,3 +138,4 @@ Release Notes - Tamaya - Version 0.2-incubating
     <li>[<a href='https://issues.apache.org/jira/browse/TAMAYA-51'>TAMAYA-51</a>] -         change version to 0.2-incubating-SNAPSHOT
     </li>
 </ul>
+</body></html>
\ No newline at end of file
diff --git a/readme/ReleaseNotes-0.3-incubating.html b/readme/ReleaseNotes-0.3-incubating.html
index e27e860..2da3ca1 100644
--- a/readme/ReleaseNotes-0.3-incubating.html
+++ b/readme/ReleaseNotes-0.3-incubating.html
@@ -1,5 +1,23 @@
+<!-- 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 of
+    the License at
 
-Release Notes - Tamaya - Version 0.3-incubating
+         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. -->
+<html>
+<head>
+    <title>Release Notes - Tamaya - Version 0.3-incubating</title>
+</head>
+<body>
+
+<h1>Release Notes - Tamaya - Version 0.3-incubating</h1>
 
 <h2>        Sub-task
 </h2>
@@ -172,3 +190,4 @@ Release Notes - Tamaya - Version 0.3-incubating
     <li>[<a href='https://issues.apache.org/jira/browse/TAMAYA-259'>TAMAYA-259</a>] -         Add tests to feature module.
     </li>
 </ul>
+</body></html>
\ No newline at end of file
diff --git a/readme/ReleaseNotes-0.4-incubating.html b/readme/ReleaseNotes-0.4-incubating.html
index dd86a5a..6a31647 100644
--- a/readme/ReleaseNotes-0.4-incubating.html
+++ b/readme/ReleaseNotes-0.4-incubating.html
@@ -1,5 +1,23 @@
+<!-- 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 of
+    the License at
 
-Release Notes - Tamaya - Version 0.4-incubating
+         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. -->
+<html>
+<head>
+    <title>Release Notes - Tamaya - Version 0.4-incubating</title>
+</head>
+<body>
+
+<h1>Release Notes - Tamaya - Version 0.4-incubating</h1>
 
 <h2>        Sub-task
 </h2>
@@ -266,3 +284,4 @@ Release Notes - Tamaya - Version 0.4-incubating
     <li>[<a href='https://issues.apache.org/jira/browse/TAMAYA-408'>TAMAYA-408</a>] -         Release 0.4-incubating
     </li>
 </ul>
+</body></html>
\ No newline at end of file
diff --git a/running-mutation-tests.adoc b/running-mutation-tests.adoc
index 2c3faad..b229af7 100644
--- a/running-mutation-tests.adoc
+++ b/running-mutation-tests.adoc
@@ -1,3 +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 of 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.
 = How to run mutation tests
 
 The Tamaya Core and API projects support