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 2023/04/15 17:10:15 UTC

[jena] branch main updated (fbb313cc04 -> 0e83738b0e)

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 fbb313cc04 Merge pull request #1838 from afs/changes
     new cfa607dfdf Tidy comments
     new ce9df327bd Add G.asString
     new b6db3d732c Deprecate example of old-stye Fuseki configuration
     new 3fb8bb05f3 Add debug setting for Fuseki Module loading
     new ff0dc1a59e Tidy logging setup in development
     new 3573422cea Fuseki log logging
     new 3f039c10bb Lib.isPropertyOrEnvVarSetToTrue
     new e01d3e684e GH-1840: Use try-with-resource
     new 95cb63aae8 JENA-2350: Pass JsonLdOptions to Titanium for JSON-LD 1.1
     new 0e83738b0e Merge pull request #1841 from afs/misc

The 10664 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/lang/LangJSONLD10.java    | 20 ++---
 .../org/apache/jena/riot/lang/LangJSONLD11.java    | 92 +++++++++++++---------
 .../main/java/org/apache/jena/riot/other/G.java    |  7 ++
 .../apache/jena/riot/lang/TestLangJSONLD11.java    | 90 +++++++++++++++++++++
 .../main/java/org/apache/jena/atlas/lib/Lib.java   | 28 ++++++-
 .../java/org/apache/jena/atlas/logging/LogCtl.java | 19 +++--
 .../apache/jena/atlas/logging/LogCtlLog4j2.java    | 37 ++-------
 .../org/apache/jena/base/module/Subsystem.java     | 12 +--
 .../module/SubsystemRegistryServiceLoader.java     | 24 +++++-
 .../main/java/org/apache/jena/sys/JenaSystem.java  |  3 +-
 .../apache/jena/fuseki/servlets/HttpAction.java    |  5 +-
 .../apache/jena/fuseki/system/FusekiLogging.java   | 23 ++++--
 .../jena/fuseki/main/sys/FusekiModulesLoaded.java  | 21 +++++
 .../ExFuseki_99_CustomOperation_GlobalDefault.java |  8 +-
 .../apache/jena/tdb/setup/StoreParamsCodec.java    |  3 +-
 .../jena/tdb/store/nodetable/NodeTableCache.java   | 78 +++++++++---------
 .../apache/jena/tdb2/params/StoreParamsCodec.java  |  3 +-
 17 files changed, 317 insertions(+), 156 deletions(-)
 create mode 100644 jena-arq/src/test/java/org/apache/jena/riot/lang/TestLangJSONLD11.java