GitHub user phinney opened a pull request:
https://github.com/apache/felix/pull/155
Felix Android Support
Three files changed: BundleWiringImpl, FelixConstansts and Felix
BundleRevisionImpl was unintentionally committed, and then re-committed
back to its original state. I couldn't find a why to revoke the unintentional
commit.
The attached file contains documentation explaining the implementation
changes
[Apache
Project.pdf](https://github.com/apache/felix/files/2389366/Apache.Project.pdf)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phinney/felix trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/155.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 #155
----
commit 710954ddb8fef66b79b089c64bc1f83d59034316
Author: phinney <phinney@...>
Date: 2018-09-17T14:28:57Z
Update BundleRevisionImpl.java
Add DexBundleClassLoader for android support
commit aac101b6b5e1107ae96516608c9f172fec4daf78
Author: phinney <phinney@...>
Date: 2018-09-17T14:35:53Z
Update FelixConstants.java
commit 346a85b635a6a0b738813447a5b209b6c3539511
Author: phinney <phinney@...>
Date: 2018-09-17T14:40:30Z
Update Felix.java
added new config entry FelixConstants.FELIX_REQUIRE_DEX_PROPERTY)
commit 70ba7d29b6882bf5585f16628b3b08ec61fb7373
Author: phinney <phinney@...>
Date: 2018-09-17T14:51:29Z
Update BundleWiringImpl.java
commit 2cfce7de6052c3a21b26aee5afa594c6f4096302
Author: phinney <phinney@...>
Date: 2018-09-17T15:01:31Z
Update BundleRevisionImpl.java
----
---