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/09/09 15:28:37 UTC

[1/3] incubator-commonsrdf git commit: Merge branch 'quad' into parser-with-quads

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/jena 4e9b11b1f -> 387eaaed2


Merge branch 'quad' into parser-with-quads


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

Branch: refs/heads/jena
Commit: c84a9ea2481719cee0c120879263b837eb1a1c12
Parents: 0a5be9d a1d6554
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jul 7 11:28:09 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jul 7 11:28:09 2016 +0100

----------------------------------------------------------------------
 .../org/apache/commons/rdf/api/GraphLike.java   | 21 +++++++++++++++---
 .../java/org/apache/commons/rdf/api/Quad.java   | 23 +++++++++++---------
 .../org/apache/commons/rdf/api/QuadLike.java    | 18 +++++++++++----
 .../apache/commons/rdf/api/RDFTermFactory.java  |  2 +-
 .../org/apache/commons/rdf/api/TripleLike.java  | 14 +++++++++---
 .../commons/rdf/simple/DatasetGraphView.java    |  2 +-
 6 files changed, 58 insertions(+), 22 deletions(-)
----------------------------------------------------------------------



[3/3] incubator-commonsrdf git commit: Merge branch 'parser-with-quads' into jena

Posted by st...@apache.org.
Merge branch 'parser-with-quads' into jena


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

Branch: refs/heads/jena
Commit: 387eaaed22697fae673d424c07ff74aa0d23cfb6
Parents: 4e9b11b b1b657f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Sep 9 16:28:30 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Sep 9 16:28:30 2016 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/3] incubator-commonsrdf git commit: Merge branch 'master' into parser-with-quads

Posted by st...@apache.org.
Merge branch 'master' into parser-with-quads


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

Branch: refs/heads/jena
Commit: b1b657f67b2bb3aa65afc32916d6f03b593053bd
Parents: c84a9ea 9782a58
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Sep 9 16:28:11 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Sep 9 16:28:11 2016 +0100

----------------------------------------------------------------------
 LICENSE-header.txt                              |  16 +
 RELEASE-PROCESS.md                              |  20 ++
 api/pom.xml                                     |   5 +-
 .../org/apache/commons/rdf/api/GraphLike.java   |   6 +-
 .../java/org/apache/commons/rdf/api/Quad.java   |   2 +
 .../org/apache/commons/rdf/api/QuadLike.java    |   6 +-
 .../apache/commons/rdf/api/RDFTermFactory.java  |   1 +
 .../java/org/apache/commons/rdf/api/Triple.java |   2 +
 .../org/apache/commons/rdf/api/TripleLike.java  |   6 +-
 api/src/site/resources/profile.jacoco           |   0
 api/src/site/resources/profile.japicmp          |   0
 pom.xml                                         | 307 ++++++++++++-------
 simple/src/site/resources/profile.jacoco        |   0
 simple/src/site/resources/profile.japicmp       |   0
 src/conf/checkstyle-suppressions.xml            |  32 ++
 src/conf/checkstyle.xml                         | 197 ++++++++++++
 src/conf/findbugs-exclude-filter.xml            |  27 ++
 src/conf/pmd.xml                                |  25 ++
 src/site/markdown/implementations.md            |  63 +++-
 src/site/markdown/index.md                      |  58 +++-
 src/site/resources/images/class-diagram.nomnoml |  49 ++-
 src/site/resources/images/class-diagram.png     | Bin 57632 -> 56161 bytes
 src/site/site.xml                               |   3 +-
 23 files changed, 664 insertions(+), 161 deletions(-)
----------------------------------------------------------------------