You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by pleeplop <gi...@git.apache.org> on 2019/01/31 17:03:35 UTC

[GitHub] felix pull request #177: ClassNotFoundException caused by org.osgi.util.func...

GitHub user pleeplop opened a pull request:

    https://github.com/apache/felix/pull/177

    ClassNotFoundException caused by org.osgi.util.function.Function

    The manifest declares org.osgi.util.function as exported but it is not embedded.
    A quick fix is to declare the dependency with maven (see patch)


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

    $ git pull https://github.com/pleeplop/felix FELIX-6043

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

    https://github.com/apache/felix/pull/177.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 #177
    
----
commit 8434e2cbd07cb2d7c4c69b72764d5f992700be7a
Author: Adrien Lassere <ad...@...>
Date:   2019-01-31T16:59:35Z

    [FELIX-6043] add org.osgi.util.function

----


---

[GitHub] felix pull request #177: FELIX-6043 ClassNotFoundException caused by org.osg...

Posted by pleeplop <gi...@git.apache.org>.
Github user pleeplop closed the pull request at:

    https://github.com/apache/felix/pull/177


---