You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/26 15:49:54 UTC

[1/8] incubator-commonsrdf git commit: Is travis happy with dist: trusty?

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/COMMONSRDF-46 96ca8ac2e -> 7779fca80


Is travis happy with dist: trusty?


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/90b681b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/90b681b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/90b681b2

Branch: refs/heads/COMMONSRDF-46
Commit: 90b681b2ea449f7a4ca83ea58f971c91792cf975
Parents: 9f73a14
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 13:48:11 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:04:02 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/90b681b2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f356e54..283b9c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
-# Use docker-based build environment
-sudo: false
+# Attempt to get a newer oraclejdk8..
+# See https://docs.travis-ci.com/user/ci-environment/
+sudo: required
+dist: trusty
 
 language: java
 jdk:


[2/8] incubator-commonsrdf git commit: Travis Travis..

Posted by st...@apache.org.
Travis Travis..


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

Branch: refs/heads/COMMONSRDF-46
Commit: c06abc8c4d52e435a5e1a6fd9b5c54268543f800
Parents: 90b681b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:01:07 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:04:06 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/c06abc8c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 283b9c3..9262dcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,15 @@ sudo: required
 dist: trusty
 
 language: java
-jdk:
-  - oraclejdk8
+
+# Workaround for travis-ci/travis-ci#4042
+addons:
+  apt:
+    packages:
+      - oracle-java8-installer    
+#jdk:
+#  - oraclejdk8
+
 
 cache:
   directories:


[5/8] incubator-commonsrdf git commit: no more jacoco report

Posted by st...@apache.org.
no more jacoco report


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/9b1b958a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/9b1b958a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/9b1b958a

Branch: refs/heads/COMMONSRDF-46
Commit: 9b1b958a4b74c4884f3cfb9a925590be0c0a4ff5
Parents: 9c4b058
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:18:41 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:18:41 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/9b1b958a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 00967a8..638fdb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,5 +26,5 @@ notifications:
     - commits@commonsrdf.incubator.apache.org
 
 after_success:
-  - mvn clean test jacoco:report coveralls:report
+  - mvn clean test coveralls:report
  


[8/8] incubator-commonsrdf git commit: Merge branch 'master' into COMMONSRDF-46

Posted by st...@apache.org.
Merge branch 'master' into COMMONSRDF-46


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/7779fca8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/7779fca8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/7779fca8

Branch: refs/heads/COMMONSRDF-46
Commit: 7779fca802793eabb0f3153e6780152825c7b23b
Parents: 96ca8ac 4f243b3
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 16:49:26 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 16:49:41 2016 +0100

----------------------------------------------------------------------
 .travis.yml                                        | 17 +++++++++--------
 .../commons/rdf/integrationtests/AllToAllTest.java | 16 +++++++---------
 .../commons/rdf/jsonldjava/JsonLdTripleLike.java   | 17 +++++++++++++++++
 .../rdf/jsonldjava/JsonLdBlankNodeTest.java        | 17 +++++++++++++++++
 .../apache/commons/rdf/rdf4j/ClosableIterable.java | 17 +++++++++++++++++
 5 files changed, 67 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7779fca8/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
----------------------------------------------------------------------


[4/8] incubator-commonsrdf git commit: Travis: Use dist trusty to force newer OracleJDK8 patch version

Posted by st...@apache.org.
Travis: Use dist trusty to force newer OracleJDK8 patch version


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/9c4b0587
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/9c4b0587
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/9c4b0587

Branch: refs/heads/COMMONSRDF-46
Commit: 9c4b058752017caa34d3d83fa91c32bafbeefbe6
Parents: 7410f79
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:10:17 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:10:17 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/9c4b0587/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a115f8e..00967a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,18 @@
-# Use docker-based build environment
-sudo: false
+# Attempt to get a newer oraclejdk8..
+# See https://docs.travis-ci.com/user/ci-environment/
+sudo: required
+dist: trusty
 
 language: java
 
-# Workaround for travis-ci/travis-ci#4042
-addons:
-  apt:
-    packages:
-      - oracle-java8-installer    
-#jdk:
-#  - oraclejdk8
+# If newer Oracle JDK is needed, uncomment:
+#addons:
+#  apt:
+#    packages:
+#      - oracle-java8-installer    
+# .. and comment out:
+jdk:
+  - oraclejdk8
 
 
 cache:


[6/8] incubator-commonsrdf git commit: javadoc tweaks

Posted by st...@apache.org.
javadoc tweaks


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

Branch: refs/heads/COMMONSRDF-46
Commit: c0a9b8043c72b3232e128dd83399222bfe4c0987
Parents: 9b1b958
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 16:38:31 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 16:42:01 2016 +0100

----------------------------------------------------------------------
 .../commons/rdf/integrationtests/AllToAllTest.java  | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/c0a9b804/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
----------------------------------------------------------------------
diff --git a/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java b/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
index 1b32e35..38733bc 100644
--- a/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
+++ b/integration-tests/src/test/java/org/apache/commons/rdf/integrationtests/AllToAllTest.java
@@ -74,14 +74,12 @@ public class AllToAllTest {
 		return allToAll;
 	}
 
-		/**
+	/**
 	 * This test creates a {@link Graph} with the first
 	 * {@link RDFTermFactory}, then inserts/queries with
 	 * triples using {@link RDFTerm}s created with the second factory.
 	 *
-	 * @param nodeFactory Factory to create {@link RDFTerm} instances
-	 * @param graphFactory Factory to create {@link Graph}
-	 * @throws Exception
+	 * @throws Exception Just in case..
 	 */
 	@Test
 	public void addTermsFromOtherFactory() throws Exception {
@@ -124,12 +122,12 @@ public class AllToAllTest {
 
 
 	/**
-	 * This is a variation of {@link #addTermsFromOtherFactory(RDFTermFactory, RDFTermFactory)},
-	 * but here {@link Triple} is created in the "foreign" nodeFactory before adding to the graph.
-	 *
-	 * @param nodeFactory Factory to create {@link RDFTerm} and {@link Triple}s
-	 * @param graphFactory Factory to create {@link Graph}
+	 * This is a variation of {@link #addTermsFromOtherFactory()}, but here
+	 * {@link Triple} is created in the "foreign" nodeFactory before adding to
+	 * the graph.
+	 * 
 	 * @throws Exception
+	 *             Just in case..
 	 */
 	@Test
 	public void addTriplesFromOtherFactory() throws Exception {


[7/8] incubator-commonsrdf git commit: ASF license headers

Posted by st...@apache.org.
ASF license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/4f243b35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/4f243b35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/4f243b35

Branch: refs/heads/COMMONSRDF-46
Commit: 4f243b351d1fd0b3468d2e1b646463e1d6be5ba0
Parents: c0a9b80
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 16:46:29 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 16:46:29 2016 +0100

----------------------------------------------------------------------
 .../commons/rdf/jsonldjava/JsonLdTripleLike.java   | 17 +++++++++++++++++
 .../rdf/jsonldjava/JsonLdBlankNodeTest.java        | 17 +++++++++++++++++
 .../apache/commons/rdf/rdf4j/ClosableIterable.java | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
----------------------------------------------------------------------
diff --git a/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java b/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
index ff06038..8004a02 100644
--- a/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
+++ b/jsonld-java/src/main/java/org/apache/commons/rdf/jsonldjava/JsonLdTripleLike.java
@@ -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.
+ */
 package org.apache.commons.rdf.jsonldjava;
 
 import org.apache.commons.rdf.api.TripleLike;

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
----------------------------------------------------------------------
diff --git a/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java b/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
index 0bf8fb6..1af375a 100644
--- a/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
+++ b/jsonld-java/src/test/java/org/apache/commons/rdf/jsonldjava/JsonLdBlankNodeTest.java
@@ -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.
+ */
 package org.apache.commons.rdf.jsonldjava;
 
 import java.util.UUID;

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4f243b35/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
----------------------------------------------------------------------
diff --git a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
index ab4290b..e8c6ad5 100644
--- a/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
+++ b/rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/ClosableIterable.java
@@ -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.
+ */
 package org.apache.commons.rdf.rdf4j;
 
 /**


[3/8] incubator-commonsrdf git commit: Revert "Is travis happy with dist: trusty?"

Posted by st...@apache.org.
Revert "Is travis happy with dist: trusty?"

This reverts commit 90b681b2ea449f7a4ca83ea58f971c91792cf975.


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/7410f79b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/7410f79b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/7410f79b

Branch: refs/heads/COMMONSRDF-46
Commit: 7410f79ba7ff1580efd731f58bddd498599faa9d
Parents: c06abc8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Oct 26 14:06:52 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Oct 26 14:06:52 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/7410f79b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9262dcf..a115f8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
-# Attempt to get a newer oraclejdk8..
-# See https://docs.travis-ci.com/user/ci-environment/
-sudo: required
-dist: trusty
+# Use docker-based build environment
+sudo: false
 
 language: java