You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/04 16:05:00 UTC

[jira] [Work logged] (BEAM-3845) Avoid calling Class#newInstance

     [ https://issues.apache.org/jira/browse/BEAM-3845?focusedWorklogId=323511&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-323511 ]

ASF GitHub Bot logged work on BEAM-3845:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Oct/19 16:04
            Start Date: 04/Oct/19 16:04
    Worklog Time Spent: 10m 
      Work Description: lgajowy commented on issue #9613: [BEAM-3845] Remove deprecated Class.newInstance() method usage
URL: https://github.com/apache/beam/pull/9613#issuecomment-538460375
 
 
   @iemejia does this PR LGTY? :)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 323511)
    Time Spent: 1h 10m  (was: 1h)

> 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: Lukasz Gajowy
>            Priority: Minor
>              Labels: triaged
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)