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 2022/07/17 08:39:13 UTC

[jena] branch main updated (8368ca2f63 -> be3dd367c3)

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 8368ca2f63 Merge pull request #1445 from afs/fuseki-setup
     new 1e8cab0748 GH-1446: Unstable marker interface
     new 0097a1688c GH-1447: Split E_BNode into two implementations
     new be3dd367c3 Merge pull request #1448 from afs/unstable

The 10089 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-arq/Grammar/arq.jj                            |   4 +-
 jena-arq/Grammar/main.jj                           |   4 +-
 jena-arq/Grammar/sparql_11.jj                      |   4 +-
 .../java/org/apache/jena/sparql/expr/E_BNode.java  | 182 ++++--
 .../java/org/apache/jena/sparql/expr/E_Random.java |  28 +-
 .../org/apache/jena/sparql/expr/E_StrUUID.java     |  19 +-
 .../java/org/apache/jena/sparql/expr/E_UUID.java   |  20 +-
 .../java/org/apache/jena/sparql/expr/ExprLib.java  |  20 +-
 .../java/org/apache/jena/sparql/expr/Unstable.java |  37 +-
 .../apache/jena/sparql/lang/QueryParserBase.java   |   9 +
 .../org/apache/jena/sparql/lang/arq/ARQParser.java |   4 +-
 .../jena/sparql/lang/sparql_11/SPARQLParser11.java |   4 +-
 .../jena/sparql/sse/builders/BuilderExpr.java      |   4 +-
 .../apache/jena/arq/querybuilder/ExprFactory.java  | 676 ++++++++++-----------
 .../jena/arq/querybuilder/ExprFactoryTest.java     |  85 +--
 15 files changed, 539 insertions(+), 561 deletions(-)
 copy jena-tdb/src/main/java/org/apache/jena/tdb/base/file/BufferAllocatorMem.java => jena-arq/src/main/java/org/apache/jena/sparql/expr/Unstable.java (59%)