[ 
https://issues.apache.org/jira/browse/JENA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16982682#comment-16982682
 ] 

ASF subversion and git services commented on JENA-1783:
-------------------------------------------------------

Commit f5c97c26694672e270e3833adb06c9a0cd4efa07 in jena's branch 
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=f5c97c2 ]

JENA-1783: Replace 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
>          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)

Reply via email to