You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2019/11/06 04:55:00 UTC

[jira] [Commented] (BEAM-6007) Create ClassLoadingStrategy with Java 11 compatible way

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

Kenneth Knowles commented on BEAM-6007:
---------------------------------------

[~reuvenlax] is this the same bug we've been chatting about?

> Create ClassLoadingStrategy with Java 11 compatible way
> -------------------------------------------------------
>
>                 Key: BEAM-6007
>                 URL: https://issues.apache.org/jira/browse/BEAM-6007
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Keisuke Kondo
>            Assignee: Keisuke Kondo
>            Priority: Minor
>
> Since sun.misc.Unsafe API was deprecated in Java 11,
>  
> {code:java}
> ClassLoadingStrategy.Default.INJECTION{code}
> is not work with Java 11.
> Author of byte-buddy library shared way to make it compatible with Java 11 on his blog post. (and way to keep compatibility with java 9 and prior version)
> [http://mydailyjava.blogspot.com/2018/04/jdk-11-and-proxies-in-world-past.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)