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/25 19:40:06 UTC

[jena] branch main updated (d078b00 -> 153bebf)

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 d078b00  Merge pull request #1206 from afs/xloader
     new 58b83a0  Consolidate xloader loggers in one place
     new 8215ebc  Protect against null enumeration
     new a66ae8a  Tidy Char3986 code
     new 2d6aa4e  JENA-2291: Avoid core FileManager/LocationMapper initialization if replaced
     new c94054e  Tidy up development debug printing in the optimizer
     new b300185  White space
     new 153bebf  Merge pull request #1205 from afs/misc

The 9712 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/riot/system/IO_JenaReaders.java    |  8 +-
 .../jena/sparql/algebra/optimize/OptimizerStd.java | 87 +++++++++++-----------
 .../jena/sparql/engine/main/JoinClassifier.java    | 38 +++++-----
 .../sparql/engine/main/LeftJoinClassifier.java     | 47 ++++++------
 .../main/java/org/apache/jena/irix/Chars3986.java  | 77 ++++++++++---------
 .../java/org/apache/jena/util/FileManager.java     | 51 +++++++------
 .../java/org/apache/jena/util/FileManagerImpl.java |  2 +-
 .../org/apache/jena/tdb2/xloader/BulkLoaderX.java  |  9 +++
 .../apache/jena/tdb2/xloader/ProcBuildIndexX.java  | 27 +++----
 .../jena/tdb2/xloader/ProcBuildNodeTableX.java     | 29 +++-----
 .../apache/jena/tdb2/xloader/ProcIngestDataX.java  | 12 +--
 .../apache/jena/fuseki/servlets/ActionExecLib.java | 18 +++--
 .../apache/jena/fuseki/main/sys/FusekiModule.java  |  2 +-
 13 files changed, 209 insertions(+), 198 deletions(-)