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 191ed13769 CHANGES for Jena 5.5.0
     new 7ab18bd17b Remove out-of-date comments
     new 44959c1027 Replace use of TestEnv in TestGSP and TestDSP
     new 6ade8335a3 Address deprecation warnings
     new c349ea6892 Improve port warning about HTTP/HTTP
     new 8fdd316f2d Correct IRI user info message
     new af87ae0720 Tidy code
     new f03da03386 Make adding commands more robust
     new 754f6cf114 GH-3319: Write only the request mode, without assembler RDFS
     new ff9a14c6f6 Add G.listLength
     new 90067cd577 Allow override of ExprNode.getVarsMentioned()
     new b8b5864a05 Single-threaded LRU cache based on LinkedHashMap
     new abbb08b1c6 Include test with a JSON-LD document cache
     new 066dacaccd GH-3317: Suppress SIS warnings
     new ed40acfe53 GH-3318: Log duplicate database entries

The 14 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:
 .../java/org/apache/jena/sparql/expr/ExprNode.java |   2 +-
 .../java/org/apache/jena/sparql/expr/ExprVar.java  |   2 +-
 .../apache/jena/sparql/util/graph/GraphList.java   |  65 +++----
 .../src/main/java/org/apache/jena/system/G.java    |  10 +
 .../jena/riot/lang/TestLangJsonLD_DocLoader.java   |  52 +++++-
 .../java/org/apache/jena/atlas/lib/AlarmClock.java |   2 +-
 .../main/java/org/apache/jena/atlas/lib/Cache.java |   2 +-
 .../org/apache/jena/atlas/lib/CacheFactory.java    |   8 +
 .../org/apache/jena/atlas/lib/cache/CacheOps.java  |   6 +-
 .../apache/jena/atlas/lib/cache/CachePlainLRU.java | 122 ++++++++++++
 .../java/org/apache/jena/atlas/lib/TestCache.java  | 179 +++++++++---------
 .../java/org/apache/jena/atlas/lib/TestCache2.java |  25 ++-
 .../src/main/java/org/apache/jena/cmd/Cmds.java    |  12 +-
 .../xsd/impl/XSDAbstractDateTimeType.java          |  39 ++--
 .../main/java/org/apache/jena/util/FileUtils.java  |   5 +-
 .../org/apache/jena/rdfxml/xmlinput1/TestURIs.java |   2 +-
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |  40 ++--
 .../org/apache/jena/fuseki/mgt/ActionDatasets.java |   6 +-
 .../apache/jena/fuseki/mod/FusekiServerRunner.java |  14 +-
 .../apache/jena/fuseki/mod/admin/FMod_Admin.java   |  24 ++-
 .../mod/admin/TestAdminAddDatasetTemplate.java     |   2 +-
 .../org/apache/jena/geosparql/InitGeoSPARQL.java   |  11 +-
 .../org/apache/jena/sparql/exec/http/TestDSP.java  |  51 +++--
 .../org/apache/jena/sparql/exec/http/TestGSP.java  | 205 ++++++++++-----------
 .../java/org/apache/jena/test/conn/EnvTest.java    |   2 +-
 .../main/java/org/apache/jena/rfc3986/IRI3986.java |   6 +-
 .../java/org/apache/jena/shacl/test_vocab/SHT.java |  14 +-
 27 files changed, 548 insertions(+), 360 deletions(-)
 create mode 100644 
jena-base/src/main/java/org/apache/jena/atlas/lib/cache/CachePlainLRU.java

Reply via email to