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>

----


---

Reply via email to