GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/338
Removing very old deprecated types
Just some cleanup in `jena-base` and `jena-core`. All of the few types
being removed have been publicly deprecated for at least two years.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena RemovingVeryOldDeprecatedTypes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/338.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 #338
----
commit e7cd4600e70a139a86d7450704816cc34ef58539
Author: ajs6f <ajs6f@...>
Date: 2018-01-05T16:30:46Z
Removing types from jena-base that have been deprecated for more than two
years
commit ff5ba86d058fa1c30c8e31ec2534b9c79b90a823
Author: ajs6f <ajs6f@...>
Date: 2018-01-05T16:35:35Z
Removing types from jena-core that have been deprecated for more than two
years
----
---