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 9d84685bb1 Fuseki GeoSPARQL Jena initialization
new 6f9acae1cc GH-3404: Canonicalize decimals during inlining for TDB2.
new 8756c93893 GH-3404: Tidy up NodeId and DecimalNode56
The 2 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/sparql/util/XSDNumUtils.java | 30 +++++-
.../java/org/apache/jena/sparql/util/TS_Util.java | 3 +-
.../apache/jena/sparql/util/TestXSDNumUtils.java | 65 +++++++++++++
.../java/org/apache/jena/tdb2/store/NodeId.java | 24 +++--
.../org/apache/jena/tdb2/store/NodeIdFactory.java | 2 +-
.../org/apache/jena/tdb2/store/NodeIdInline.java | 4 +
.../apache/jena/tdb2/store/value/DecimalNode.java | 2 +-
.../jena/tdb2/store/value/DecimalNode56.java | 48 +++++-----
.../jena/tdb2/store/value/TestNodeIdInline.java | 104 +++++++++++++++++++--
9 files changed, 236 insertions(+), 46 deletions(-)
create mode 100644
jena-arq/src/test/java/org/apache/jena/sparql/util/TestXSDNumUtils.java