[ 
https://issues.apache.org/jira/browse/JENA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1783:
--------------------------------
    Summary: Clean up use of Class.newInstance   (was: Cleaun up use of 
Class.newInstance )

> 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
>
> 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)

Reply via email to