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/28 11:16:31 UTC

[jena] branch main updated (260e9bdd39 -> 998c167c7c)

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 260e9bdd39 Update CHNAGES for Jena 4.8.0
     new 8c50230312 Add JenaSystem.init() to PrefixMapping.Factory
     new 0ea78681c2 Remove unstable tests
     new 128a33449e Stabilize Fuseki+GeoSPARQL test
     new 1afbacbe18 Typo
     new 881ab70aa8 Comment about static initializers
     new 193bc7d4c1 Correct MAX_VALUE_BITS. Comments for decimal values for DoubleNode62 constants
     new 8bf62f9050 Cmd line setting for TDB1 on new dataset
     new 4d36fa93ae GH-1854: GeosparqlServer does not need to be a thread
     new 998c167c7c Merge pull request #1853 from afs/cleanup

The 10695 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/shared/PrefixMapping.java | 31 ++++++------
 .../org/apache/jena/fuseki/build/FusekiConfig.java | 32 ++----------
 .../jena/fuseki/geosparql/GeosparqlServer.java     | 42 ++--------------
 .../apache/jena/fuseki/geosparql/EmptyTest.java    | 58 ++++++++++++++--------
 .../org/apache/jena/fuseki/geosparql/Helper.java   | 58 ++++++++++++++++++++++
 .../org/apache/jena/fuseki/geosparql/MainTest.java | 53 ++++++++++----------
 .../org/apache/jena/fuseki/geosparql/TDB2Test.java | 51 ++++++++++---------
 .../org/apache/jena/fuseki/geosparql/TDBTest.java  | 29 ++++++-----
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |  4 +-
 .../java/org/apache/jena/fuseki/TestAdminAPI.java  | 31 +++++++-----
 .../java/org/apache/jena/tdb/StoreConnection.java  |  2 +-
 .../java/org/apache/jena/tdb/sys/SystemTDB.java    |  1 +
 .../apache/jena/tdb2/store/value/DoubleNode62.java |  8 +--
 .../apache/jena/tdb2/store/value/FloatNode.java    |  4 +-
 .../jena/tdb2/store/value/TestDoubleNode62.java    |  2 +-
 15 files changed, 221 insertions(+), 185 deletions(-)
 create mode 100644 jena-fuseki2/jena-fuseki-geosparql/src/test/java/org/apache/jena/fuseki/geosparql/Helper.java