You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by ajs6f <gi...@git.apache.org> on 2017/10/01 14:29:01 UTC

[GitHub] jena pull request #280: Deprecate Jena's Callback in favor of Java API's ...

GitHub user ajs6f opened a pull request:

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

    Deprecate Jena's Callback<T> in favor of Java API's Consumer<T>

    Seems like we could deprecate `Callback<T>` in the next release and remove in the following, unless I am missing something about the contract for callbacks.

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

    $ git pull https://github.com/ajs6f/jena CallbackToConsumer

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

    https://github.com/apache/jena/pull/280.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 #280
    
----
commit 26592ee47d2203cfa8165d350c4f07908e760ee0
Author: ajs6f <aj...@apache.org>
Date:   2017-10-01T14:00:06Z

    Deprecate Jena's Callback<T> in favor of Java API's Consumer<T>

----


---

[GitHub] jena issue #280: Deprecate Jena's Callback in favor of Java API's Consume...

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

    https://github.com/apache/jena/pull/280
  
    +1


---

[GitHub] jena pull request #280: Deprecate Jena's Callback in favor of Java API's ...

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

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


---