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

Łukasz Gajowy edited comment on BEAM-6007 at 1/13/20 5:29 PM:
--------------------------------------------------------------

I don't think so, I'm afraid. The mentioned PR changed a mechanism for loading 
artifacts from one that used URLClassloader to an implementation that uses the 
Classgraph library. It is not related to bytebuddy or 
ClassLoadingStrategy.Default.INJECTION in particular in any way. 

BTW: [~klonika99] seems not to be working on this so I'm changing the issue 
status to open. 

EDIT: I don't seem to be able to make the issue "open" again...


was (Author: lgajowy):
I don't think so, I'm afraid. The mentioned PR changed a mechanism for loading 
artifacts from one that used URLClassloader to an implementation that uses the 
Classgraph library. It is not related to bytebuddy or 
ClassLoadingStrategy.Default.INJECTION in particular in any way. 


BTW: [~klonika99] seems not to be working on this so I'm changing the issue 
status to open. 

> 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)

Reply via email to