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

ASF GitHub Bot commented on GORA-536:
-------------------------------------

Github user djkevincr commented on the issue:

    https://github.com/apache/gora/pull/133
  
    This is great @carlosrmng Thank you very much for the PR :)


> Avoid calling Class#newInstance
> -------------------------------
>
>                 Key: GORA-536
>                 URL: https://issues.apache.org/jira/browse/GORA-536
>             Project: Apache Gora
>          Issue Type: Task
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 0.9
>
>
> Class::newInstance is deprecated starting in Java 9 - 
> https://bugs.openjdk.java.net/browse/JDK-6850612 - because it may throw 
> undeclared checked exceptions.
> The suggested replacement is {{getDeclaredConstructor().newInstance()}}, 
> which will wrap the checked exceptions in InvocationException.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to