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/06/11 09:20:20 UTC

[jena] branch master updated (f66b921 -> b310880)

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 f66b921  Merge pull request #754 from afs/tdb2-dev
     new 368e8a1  JENA-1901 Provide default implementations for some of SecurityEvaluator's methods
     new 26f6b85  Fix style
     new b310880  Merge pull request #748 from strangepleasures/JENA-1901

The 8442 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:
 .../apache/jena/permissions/SecurityEvaluator.java | 39 +++++----
 .../jena/permissions/SecurityEvaluatorTest.java    | 94 ++++++++++++++++++++++
 2 files changed, 117 insertions(+), 16 deletions(-)
 create mode 100644 jena-permissions/src/test/java/org/apache/jena/permissions/SecurityEvaluatorTest.java