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

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

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

Merge pull request #636 from afs/clean-newInstance

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