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/03/10 17:17:06 UTC

[jena] branch main updated (9a6de9d -> 0fbe5e5)

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 9a6de9d  Bump Apache parent POM from 24 to 25
     new de655f5  Remove unused method
     new 37aa3f7  Set base on W3C tests if necessary
     new a1ec930  Print using prefixes for --dump
     new 9f9a018  Clean-up
     new 0cec68c  JENA-2303: Don't allocated an RDFLink twice
     new b9c6b2b  JENA-2303: Getters for components
     new 7dff96c  Convert file: to filename for password file.
     new 0fbe5e5  Merge pull request #1219 from afs/misc

The 9747 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:
 .../org/apache/jena/riot/tokens/TokenizerText.java | 28 ++++++++++-----------
 .../jena/sparql/modify/UpdateEngineWorker.java     |  7 ------
 .../apache/jena/arq/junit/riot/RiotSyntaxTest.java | 12 ++++++++-
 .../org/apache/jena/arq/junit/riot/RiotTests.java  | 29 +++++++++++++++++-----
 jena-cmds/src/main/java/arq/update.java            |  9 ++++---
 jena-cmds/src/test/java/arq/rdftests.java          |  8 +++++-
 .../org/apache/jena/util/PrefixMappingUtils.java   |  2 +-
 .../org/apache/jena/fuseki/main/FusekiServer.java  |  3 +++
 .../apache/jena/rdflink/RDFConnectionAdapter.java  |  1 -
 .../org/apache/jena/rdflink/RDFLinkModular.java    | 24 ++++++++++++++----
 .../apache/jena/shacl/parser/PropertyShape.java    |  2 +-
 .../java/org/apache/jena/shacl/parser/Shape.java   |  6 +++--
 .../jena/shacl/validation/ValidationProc.java      |  3 +--
 13 files changed, 88 insertions(+), 46 deletions(-)