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 2021/09/11 14:45:21 UTC

[jena] branch main updated (7f63917 -> 9e63a56)

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 7f63917  Merge pull request #1070 from afs/service
     new 6a926d4  Clean-up
     new b9ac8ba  JENA-2157: Close iterator explicitly
     new 370a55c  JENA-2158: XSD 1.1 - allow year 0000
     new 2b5b11d  JENA-2160: Base URI handling for 'x:'
     new 9e63a56  Merge pull request #1069 from afs/small-changes

The 9219 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:
 .../main/java/org/apache/jena/riot/SysRIOT.java    |   4 +-
 .../java/org/apache/jena/riot/system/Checker.java  |   3 +-
 .../org/apache/jena/sparql/expr/NodeValue.java     |  12 +-
 .../jena/sparql/expr/nodevalue/XSDFuncOp.java      |   2 +
 .../java/org/apache/jena/riot/TestSysRIOT.java     |  53 +++-
 .../java/org/apache/jena/atlas/lib/IRILib.java     |   8 +-
 .../org/apache/jena/datatypes/xsd/XSDDateTime.java |   2 +-
 .../org/apache/jena/ext/xerces/impl/Constants.java |   3 +-
 .../jaxp/datatype/XMLGregorianCalendarImpl.java    |  14 +-
 .../src/main/java/org/apache/jena/irix/IRIs.java   |   9 +-
 .../org/apache/jena/util/PrefixMappingUtils.java   |  17 +-
 .../jena/tdb2/store/PrefixMapSwitchable.java       |   5 +-
 .../testing/Access/config-server-2.ttl             |   2 +-
 .../apache/jena/fuseki/webapp/FusekiWebapp.java    |   3 +-
 .../jena/tdb/store/tupletable/TupleTable.java      | 334 ++++++++++-----------
 .../jena/tdb/transaction/BlockMgrJournal.java      |  66 ++--
 16 files changed, 288 insertions(+), 249 deletions(-)