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/05 22:24:44 UTC

[1/3] jena git commit: Typo

Repository: jena
Updated Branches:
  refs/heads/master f3536acd4 -> b6bee6242


Typo

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

Branch: refs/heads/master
Commit: 2546889c8897d9b32691eb2f2742300e43256ea5
Parents: f3536ac
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Dec 5 22:22:20 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Dec 5 22:22:20 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/jena/fuseki/server/FusekiServerListener.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2546889c/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServerListener.java
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServerListener.java b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServerListener.java
index 4156134..21f742b 100644
--- a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServerListener.java
+++ b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/server/FusekiServerListener.java
@@ -27,7 +27,7 @@ import org.apache.jena.fuseki.FusekiException;
 import org.apache.jena.tdb.StoreConnection ;
 
 /** Setup configurtation.
- * The order is controled by {@code web.xml}:
+ * The order is controlled by {@code web.xml}:
  * <ul>
  * <li>{@link FusekiServerEnvironmentInit}
  * <li>{@link ShiroEnvironmentLoader}


Re: [2/3] jena git commit: prerequisites.maven

Posted by Andy Seaborne <an...@apache.org>.
The release process ocumentation says "You must use maven3. Ideally, the 
latest maven release." so puttingin a test for that seemed like a good idea.

IIRC early 3.x weren't reliable for me; 3.3 is over a year old.  3.3.5 
is "known to work" and buig fixes on 3.3 (I'm using 3.3.9 which is over 
a year old)

As for fixes, its the plugins and keeping versions in step.

     Andy

On 06/12/16 09:57, Rob Vesse wrote:
> Was 3.3.5 chosen for a particular reason? Is there a fix/feature that we rely on that needs that as a minimum?
>
> On 05/12/2016 22:24, "andy@apache.org" <an...@apache.org> wrote:
>
>     prerequisites.maven
>
>
>     Project: http://git-wip-us.apache.org/repos/asf/jena/repo
>     Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/90855b83
>     Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/90855b83
>     Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/90855b83
>
>     Branch: refs/heads/master
>     Commit: 90855b8395a761b5d8c775787c3b8853ff25b343
>     Parents: 2546889
>     Author: Andy Seaborne <an...@apache.org>
>     Authored: Mon Dec 5 22:23:26 2016 +0000
>     Committer: Andy Seaborne <an...@apache.org>
>     Committed: Mon Dec 5 22:23:26 2016 +0000
>
>     ----------------------------------------------------------------------
>      pom.xml | 4 ++++
>      1 file changed, 4 insertions(+)
>     ----------------------------------------------------------------------
>
>
>     http://git-wip-us.apache.org/repos/asf/jena/blob/90855b83/pom.xml
>     ----------------------------------------------------------------------
>     diff --git a/pom.xml b/pom.xml
>     index 8c0c22f..932fee3 100644
>     --- a/pom.xml
>     +++ b/pom.xml
>     @@ -33,6 +33,10 @@
>          <version>18</version>
>        </parent>
>
>     +  <prerequisites>
>     +    <maven>3.3.5</maven>
>     +  </prerequisites>
>     +
>        <licenses>
>          <license>
>            <name>The Apache Software License, Version 2.0</name>
>
>
>
>
>
>

Re: [2/3] jena git commit: prerequisites.maven

Posted by Rob Vesse <rv...@dotnetrdf.org>.
Was 3.3.5 chosen for a particular reason? Is there a fix/feature that we rely on that needs that as a minimum?

On 05/12/2016 22:24, "andy@apache.org" <an...@apache.org> wrote:

    prerequisites.maven
    
    
    Project: http://git-wip-us.apache.org/repos/asf/jena/repo
    Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/90855b83
    Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/90855b83
    Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/90855b83
    
    Branch: refs/heads/master
    Commit: 90855b8395a761b5d8c775787c3b8853ff25b343
    Parents: 2546889
    Author: Andy Seaborne <an...@apache.org>
    Authored: Mon Dec 5 22:23:26 2016 +0000
    Committer: Andy Seaborne <an...@apache.org>
    Committed: Mon Dec 5 22:23:26 2016 +0000
    
    ----------------------------------------------------------------------
     pom.xml | 4 ++++
     1 file changed, 4 insertions(+)
    ----------------------------------------------------------------------
    
    
    http://git-wip-us.apache.org/repos/asf/jena/blob/90855b83/pom.xml
    ----------------------------------------------------------------------
    diff --git a/pom.xml b/pom.xml
    index 8c0c22f..932fee3 100644
    --- a/pom.xml
    +++ b/pom.xml
    @@ -33,6 +33,10 @@
         <version>18</version>
       </parent>
     
    +  <prerequisites>
    +    <maven>3.3.5</maven>
    +  </prerequisites>
    +
       <licenses>
         <license>
           <name>The Apache Software License, Version 2.0</name>
    
    





[2/3] jena git commit: prerequisites.maven

Posted by an...@apache.org.
prerequisites.maven


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

Branch: refs/heads/master
Commit: 90855b8395a761b5d8c775787c3b8853ff25b343
Parents: 2546889
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Dec 5 22:23:26 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Dec 5 22:23:26 2016 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/90855b83/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c0c22f..932fee3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,10 @@
     <version>18</version>
   </parent>
 
+  <prerequisites>
+    <maven>3.3.5</maven>
+  </prerequisites>
+
   <licenses>
     <license>
       <name>The Apache Software License, Version 2.0</name>


[3/3] jena git commit: Fix comment

Posted by an...@apache.org.
Fix comment


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

Branch: refs/heads/master
Commit: b6bee624235fd7e8ab43d0567055dc3e073185f0
Parents: 90855b8
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Dec 5 22:24:18 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Dec 5 22:24:18 2016 +0000

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-server/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b6bee624/jena-fuseki2/jena-fuseki-server/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-server/pom.xml b/jena-fuseki2/jena-fuseki-server/pom.xml
index c5726f1..5b70986 100644
--- a/jena-fuseki2/jena-fuseki-server/pom.xml
+++ b/jena-fuseki2/jena-fuseki-server/pom.xml
@@ -51,9 +51,9 @@
       <version>${project.version}</version>
     </dependency>
 
-    <!-- Include commands in the server jar so 
-         "java -cp server-jar jena...." works
-         Convencie in deployments.
+    <!-- Include jena-cmds in the server jar so 
+         "java -cp server-jar jena.cmd ..." works
+         as a convenience in deployments.
     -->
     <dependency>
       <groupId>org.apache.jena</groupId>