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 2020/12/12 11:10:03 UTC

[jena] branch master updated (9f4bb3c -> 28dcacc)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from 9f4bb3c  Merge pull request #884 from afs/jena2012-check-string
     new 1495ad8  Remove inactive code
     new 04bae43  JENA-2014: Fix for comparing fractional seconds
     new 1967e17  JENA-2013: Treat xsd:dateTimeStamp as a derived type of xsd:dateTime
     new a254043  JENA-2011: Handle IPv6 localhost address for Jetty
     new ef67c34  Fix up tabs/spaces
     new 28dcacc  Merge pull request #885 from afs/fixes-2011-2013-2014

The 8747 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     |  20 +-
 .../{NodeValueDT.java => NodeValueDateTime.java}   |  27 +-
 .../sparql/expr/nodevalue/NodeValueVisitor.java    |   2 +-
 .../apache/jena/sparql/expr/TestExpressions.java   |  33 +-
 .../org/apache/jena/sparql/expr/TestNodeValue.java | 112 +++--
 .../ext/xerces/jaxp/datatype/DurationImpl.java     | 529 +++++++++++----------
 .../apache/jena/fuseki/authz/LocalhostFilter.java  |  14 +-
 .../org/apache/jena/shacl/parser/ShapesParser.java |   2 -
 8 files changed, 382 insertions(+), 357 deletions(-)
 rename jena-arq/src/main/java/org/apache/jena/sparql/expr/nodevalue/{NodeValueDT.java => NodeValueDateTime.java} (78%)