You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by rvesse <gi...@git.apache.org> on 2017/12/15 15:02:31 UTC

[GitHub] jena pull request #330: [WIP] Obfuscation Support

GitHub user rvesse opened a pull request:

    https://github.com/apache/jena/pull/330

    [WIP] Obfuscation Support

    Early WIP on obfuscation support based on our internal implementation approach.  Note various TODOs here and there, I am focusing on getting the basics working before extending it to be more general or adding user facing utilities like CLI tools etc

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rvesse/jena obfuscate

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/330.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #330
    
----
commit 9294d37a939356d088405535c0475213962fb6d0
Author: Rob Vesse <rv...@apache.org>
Date:   2017-12-15T11:24:40Z

    Initial stub for obfuscation
    
    Interface and trivial implementations

commit d3069453a718721248f8c14b6cf38e6de6e8844c
Author: Rob Vesse <rv...@apache.org>
Date:   2017-12-15T14:59:08Z

    Additional work on obfuscation support
    
    - Add a multi-pass implementation
    - Add basic unit tests

----


---

[GitHub] jena issue #330: [WIP] Obfuscation Support

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/330
  
    Good to see this.


---