Github user ajs6f commented on the issue:
https://github.com/apache/jena/pull/133
I think we're all probably familiar with he semantics of `AutoCloseable`.
Examine the API note: for "... facilities... that support ... I/O-based and
non-I/O-based forms, try-with-resources blocks are in general unnecessary when
using non-I/O-based forms." That would include any iterator drawing from
in-memory constructs, a huge proportion of Jena usage.
Running through a list of warnings together is not a good use of anyone's
time. Let me suggest an alternative approach. Fork Jena's codebase, make a
branch with the change you desire to see, and correct the compiler warnings in
your branch. Then send Jena a PR and we can work from there.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---