You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/12/22 17:55:04 UTC

[04/11] jena git commit: JENA-1267: Wire in jena-rdfconnection and jena-integration-tests

JENA-1267: Wire in jena-rdfconnection and jena-integration-tests


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

Branch: refs/heads/master
Commit: ac1ad26febd9db92f58d83b46f3e419ce2316b71
Parents: 89b1027
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Dec 16 15:03:17 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Dec 16 15:03:17 2016 +0000

----------------------------------------------------------------------
 apache-jena-libs/pom.xml                        |  6 ++++++
 apache-jena/pom.xml                             | 22 ++++++++++++++++++++
 .../org/apache/jena/riot/system/Serializer.java |  2 +-
 pom.xml                                         | 22 ++++++++++++++------
 4 files changed, 45 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ac1ad26f/apache-jena-libs/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-libs/pom.xml b/apache-jena-libs/pom.xml
index 1b35e63..9b3a6dd 100644
--- a/apache-jena-libs/pom.xml
+++ b/apache-jena-libs/pom.xml
@@ -46,6 +46,12 @@
       <version>3.2.0-SNAPSHOT</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-rdfconnection</artifactId>
+      <version>3.2.0-SNAPSHOT</version>
+    </dependency>
+
   </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/jena/blob/ac1ad26f/apache-jena/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index a5aac4c..11aad0b 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -125,6 +125,28 @@
 
     <dependency>
       <groupId>org.apache.jena</groupId>
+      <artifactId>jena-rdfconnection</artifactId>
+      <version>3.2.0-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-rdfconnection</artifactId>
+      <version>3.2.0-SNAPSHOT</version>
+      <classifier>sources</classifier>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-rdfconnection</artifactId>
+      <version>3.2.0-SNAPSHOT</version>
+      <classifier>javadoc</classifier>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.jena</groupId>
       <artifactId>jena-cmds</artifactId>
       <version>3.2.0-SNAPSHOT</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/jena/blob/ac1ad26f/jena-arq/src/main/java/org/apache/jena/riot/system/Serializer.java
----------------------------------------------------------------------
diff --git a/jena-arq/src/main/java/org/apache/jena/riot/system/Serializer.java b/jena-arq/src/main/java/org/apache/jena/riot/system/Serializer.java
index 1c2e090..eb64cb5 100644
--- a/jena-arq/src/main/java/org/apache/jena/riot/system/Serializer.java
+++ b/jena-arq/src/main/java/org/apache/jena/riot/system/Serializer.java
@@ -27,7 +27,7 @@ import org.apache.jena.sparql.core.Quad;
  * This class is public to allow system initialization to inject
  * handler functions for {@link Quad}.
  * 
- * See also {@code Node} and {@ocde Triple}.  
+ * See also {@code Node} and {@code Triple}.  
  */
 public class Serializer {
     /*package*/ static Function<Quad, Object> quadWriteReplaceFunction = null;

http://git-wip-us.apache.org/repos/asf/jena/blob/ac1ad26f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 932fee3..af6a72c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
   <url>http://jena.apache.org/</url>
   <version>3.2.0-SNAPSHOT</version>
 
-  <!-- Needed for -Papache-release -->
   <!-- The org.apache:apache version is also in jena-parent pom.xml -->
   <parent>
     <groupId>org.apache</groupId>
@@ -73,7 +72,8 @@
         
         <module>jena-core</module>
         <module>jena-arq</module>
-        <module>jena-tdb</module> 
+        <module>jena-tdb</module>
+        <module>jena-rdfconnection</module>
         <module>apache-jena-libs</module>
         <module>jena-cmds</module>
         
@@ -82,6 +82,8 @@
         <!--<module>jena-fuseki1</module>-->
         <module>jena-fuseki2</module>
 
+        <module>jena-integration-tests</module>
+
         <module>jena-permissions</module>
 
         <!-- Slow to build - exclude from dev build -->
@@ -95,10 +97,11 @@
     </profile>
 
     <profile>
-      <!-- From the start, up until profile "dev"
-           Use this is building lcoally and there are no SNAPSHOTs
-           in the "snapshots" repository.
-           This profile does a more complete "dev" build
+      <!-- From the start, up until profile "dev".
+           Use this (or a full build) when building locally
+           and there are no SNAPSHOTs in the "snapshots" repository.
+           This profile does a more complete "dev" build,
+           does not assume anything is already built,
            and does not include the longer running modules.
       -->
       
@@ -142,6 +145,7 @@
         <module>jena-core</module>
         <module>jena-arq</module>
         <module>jena-tdb</module>
+        <module>jena-rdfconnection</module>
         <module>apache-jena-libs</module>
         <module>jena-cmds</module>
 
@@ -155,6 +159,12 @@
         <module>jena-fuseki2</module>
         <module>jena-permissions</module>
 
+        <!-- Tests of artifacts that require 
+             For example, use Fuseki as a test server
+             to test remote client APIs.
+        -->
+        <module>jena-integration-tests</module>
+
         <module>jena-jdbc</module>
         <!-- Removed because this breaks the build after the 
              upgrade of Apache parent PM to v18 - see JENA-1184