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 b6e6962dae remove mixed decl silence (now obsolete), add silence for 
if-function
     new 16ec4d84d7 Rename NodeValue constants for certain xsd:double cases
     new f5a3dfb9cc Restore using prefixes for text output
     new ca1ec6cfed GH-3674: Fix ROUND()
     new d61e8f8612 Notes for skipped tests
     new 73d6528caf Details for ASK eval test failure
     new 3b2658418c Use -XX:+EnableDynamicAgentLoading for surefire to avoid 
variable setting

The 6 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/expr/NodeValue.java     |  28 +-
 .../sparql/expr/nodevalue/NodeValueDouble.java     |   2 +-
 .../jena/sparql/expr/nodevalue/NodeValueFloat.java |   2 +-
 .../jena/sparql/expr/nodevalue/NodeValueOps.java   |   2 +-
 .../jena/sparql/expr/nodevalue/XSDFuncOp.java      |  40 ++-
 .../org/apache/jena/sparql/function/CastXSD.java   |   9 +-
 .../apache/jena/sparql/util/QueryExecUtils.java    | 167 ++++++-----
 .../org/apache/jena/sparql/util/XSDNumUtils.java   |  20 +-
 .../apache/jena/arq/junit/sparql/SparqlTests.java  |   6 +-
 .../jena/arq/junit/sparql/tests/QueryEvalTest.java | 101 ++++---
 .../org/apache/jena/sparql/expr/LibTestExpr.java   |   4 +-
 .../jena/sparql/expr/TestExpressionsMath.java      |  16 +-
 .../apache/jena/sparql/expr/TestFunctions2.java    | 323 ++++++++++-----------
 .../jena/sparql/expr/TestLeviathanFunctions.java   |   2 +-
 .../org/apache/jena/sparql/expr/TestXSDFuncOp.java |  98 +++++++
 jena-core/pom.xml                                  |   4 +
 jena-extras/jena-querybuilder/pom.xml              |   3 +-
 jena-fuseki2/jena-fuseki-core/pom.xml              |   3 +-
 18 files changed, 502 insertions(+), 328 deletions(-)

Reply via email to