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 <[email protected]>
Date: 2017-12-15T11:24:40Z
Initial stub for obfuscation
Interface and trivial implementations
commit d3069453a718721248f8c14b6cf38e6de6e8844c
Author: Rob Vesse <[email protected]>
Date: 2017-12-15T14:59:08Z
Additional work on obfuscation support
- Add a multi-pass implementation
- Add basic unit tests
----
---