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 2022/02/13 12:22:34 UTC

[jena] branch main updated (95e0213 -> a708438)

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

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from 95e0213  Merge pull request #1197 from afs/jena2280-fix
     new c369f5c  Add GraphUtils.getAsRDFNode
     new 42d789d  Add FusekiServer.Builder.getDataServiceBuilder
     new a604954  Add graph transaction support functions
     new f5f52c8  Fixing whitespace
     new e066262  Init logging for InitGeoSPARQL
     new f2a55ca  Match operation
     new eec7fd7  Write TDB1 in version output
     new 5f945d4  Only API related source in lib-src
     new 2caba2c  Tidy up properties section
     new a708438  Merge pull request #1196 from afs/misc

The 9690 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.


Summary of changes:
 apache-jena/pom.xml                                |  14 ---
 .../main/java/org/apache/jena/riot/other/G.java    |  31 ++++++-
 .../java/org/apache/jena/sparql/core/Match.java    |  33 ++++++-
 .../apache/jena/sparql/util/graph/GraphUtils.java  |  27 ++++--
 .../main/java/org/apache/jena/graph/GraphUtil.java | 102 ++++++++++-----------
 .../org/apache/jena/rdf/model/ResourceFactory.java |  93 ++++++++++---------
 .../org/apache/jena/fuseki/main/FusekiServer.java  |  18 +++-
 .../org/apache/jena/geosparql/InitGeoSPARQL.java   |   4 +-
 .../org/apache/jena/shacl/sys/ValidationGraph.java |  10 +-
 .../src/main/java/org/apache/jena/tdb/TDB.java     |  32 +++----
 pom.xml                                            |  39 +++++---
 11 files changed, 236 insertions(+), 167 deletions(-)