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

Davor Bonaci updated BEAM-3845:
-------------------------------
    Component/s:     (was: project-management)
                 sdk-java-core

> Avoid calling Class#newInstance
> -------------------------------
>
>                 Key: BEAM-3845
>                 URL: https://issues.apache.org/jira/browse/BEAM-3845
>             Project: Beam
>          Issue Type: Task
>          Components: sdk-java-core
>            Reporter: Ted Yu
>            Assignee: Davor Bonaci
>            Priority: Minor
>
> 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 
> wraps the checked exceptions in InvocationException.



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

Reply via email to