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 2021/02/11 11:22:35 UTC

[jena] branch main updated (6e164ac -> 70e2469)

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 6e164ac  upgrade to Lucene 8.8.0
     new d537511  JENA-2031: Use IRIx in function iri()
     new 68456ce  JENA-2032: Include https in prefix list
     new 414981c  JENA-2036: Remove references to ElasticSearch
     new 691bea2  jena-text clean-up
     new 3246bcc  jena-text whitespace cleanup
     new 70e2469  Merge pull request #920 from afs/more

The 8846 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:
 .../jena/sparql/expr/nodevalue/NodeFunctions.java  |  59 ++----
 .../apache/jena/sparql/expr/TestExpressions2.java  |  51 +++--
 .../org/apache/jena/sparql/expr/TestFunctions.java |  67 +++----
 .../apache/jena/sparql/expr/TestNodeFunctions.java |  15 +-
 .../src/main/java/org/apache/jena/irix/IRIs.java   |  15 +-
 .../src/main/java/org/apache/jena/irix/IRIx.java   |   4 +-
 .../org/apache/jena/reasoner/rulesys/Rule.java     | 209 +++++++++++----------
 jena-fuseki2/jena-fuseki-fulljar/pom.xml           |  22 ---
 jena-fuseki2/jena-fuseki-server/pom.xml            |  36 ----
 jena-fuseki2/jena-fuseki-war/pom.xml               |  22 ---
 .../query/text/analyzer/ConfigurableAnalyzer.java  |  53 +++---
 .../jena/query/text/assembler/TextVocab.java       |  33 ++--
 12 files changed, 237 insertions(+), 349 deletions(-)