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 2017/08/19 17:00:43 UTC

[5/5] jena git commit: JENA-1372: Merge commit 'refs/pull/273/head' of github.com:apache/jena

JENA-1372: Merge commit 'refs/pull/273/head' of github.com:apache/jena

This closes #273.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/38157ff4
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/38157ff4
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/38157ff4

Branch: refs/heads/master
Commit: 38157ff487e3eb06a848ed3596b2f52dc4a6b323
Parents: 0f9abc6 6b2b54f
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Aug 19 17:59:37 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Aug 19 17:59:58 2017 +0100

----------------------------------------------------------------------
 .../jena/sparql/function/FunctionBase.java      | 22 ++++-
 .../jena/sparql/function/StandardFunctions.java |  5 +
 .../jena/sparql/function/library/FN_Apply.java  | 97 ++++++++++++++++++++
 .../function/library/FN_CollationKey.java       | 52 +++++++++++
 .../java/org/apache/jena/sparql/TC_General.java |  2 +
 .../apache/jena/sparql/expr/TestFunctions2.java |  1 -
 .../jena/sparql/function/library/LibTest.java   | 49 ++++++++++
 .../function/library/TS_LibraryFunctions.java   | 31 +++++++
 .../function/library/TestFnFunctions.java       | 85 +++++++++++++++++
 .../function/library/TestFunctionCollation.java | 18 +---
 .../org/apache/jena/atlas/lib/cache/Cache0.java |  7 +-
 11 files changed, 348 insertions(+), 21 deletions(-)
----------------------------------------------------------------------