You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by njbartlett <gi...@git.apache.org> on 2017/01/30 13:43:28 UTC

[GitHub] felix pull request #88: [converter] compile with org.osgi.util.function 1.0

GitHub user njbartlett opened a pull request:

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

    [converter] compile with org.osgi.util.function 1.0

    The project contained a copy of `org.osgi.util.function` version 1.1,
    which includes a small API change. Compiling against the released
    1.0 version of `org.osgi.util.function` will allow converter to be
    used in existing software that already uses that API, while still
    being compatible with the 1.1 version when it is released.
    
    The code has been changed simply to handle checked exceptions within
    two distinct lambdas.
    
    Signed-off-by: Neil Bartlett <nj...@gmail.com>

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

    $ git pull https://github.com/njbartlett/felix converter-func

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

    https://github.com/apache/felix/pull/88.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 #88
    
----
commit 270f9beb719cc51cb48cc204034146a26f64296c
Author: Neil Bartlett <nj...@gmail.com>
Date:   2017-01-30T13:37:52Z

    [converter] compile with org.osgi.util.function 1.0
    
    The project contained a copy of org.osgi.util.function version 1.1,
    which includes a small API change. Compiling against the released
    1.0 version of org.osgi.util.function will allow converter to be
    used in existing software that already uses that API, while still
    being compatible with the 1.1 version when it is released.
    
    The code has been changed simply to handle checked exceptions within
    two distinct lambdas.
    
    Signed-off-by: Neil Bartlett <nj...@gmail.com>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] felix pull request #88: [converter] compile with org.osgi.util.function 1.0

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---