[
https://issues.apache.org/jira/browse/JENA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-1783.
---------------------------------
Fix Version/s: Jena 3.14.0
Resolution: Fixed
> 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
> Fix For: Jena 3.14.0
>
> Time Spent: 20m
> 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)