[
https://issues.apache.org/jira/browse/JENA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981639#comment-16981639
]
Andy Seaborne commented on JENA-1783:
-------------------------------------
Scattering of places, some quite old. Some in the assemblers but also the old
jena-core I/O system, SPARQL (functions and proper functions with <java:> ).
Might have missed some as well "newInstance" is a named used in a few places.
ConsoleHandlerStream is what prompted me - tweaks to using java.util.logging.
> Clean up use of Class.newInstance
> ----------------------------------
>
> Key: JENA-1783
> URL: https://issues.apache.org/jira/browse/JENA-1783
> Project: Apache Jena
> Issue Type: Task
> Affects Versions: Jena 3.13.1
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Class ::newIntance() is "deprecated" at Java9.
> The migration is to replace "class.newInstance()" with
> "class.getConstructor().newInstance()".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)