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

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

                Author: ASF GitHub Bot
            Created on: 05/Nov/18 16:40
            Start Date: 05/Nov/18 16:40
    Worklog Time Spent: 10m 
      Work Description: iemejia closed pull request #6939: [BEAM-5891] Update 
byte-buddy to 1.9.3
URL: https://github.com/apache/beam/pull/6939
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 1ba1ff797e7..26d2834fa7e 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -375,7 +375,7 @@ class BeamModulePlugin implements Plugin<Project> {
         bigdataoss_util                             : 
"com.google.cloud.bigdataoss:util:$google_cloud_bigdataoss_version",
         bigtable_client_core                        : 
"com.google.cloud.bigtable:bigtable-client-core:$bigtable_version",
         bigtable_protos                             : 
"com.google.api.grpc:grpc-google-cloud-bigtable-v2:$generated_grpc_beta_version",
-        byte_buddy                                  : 
"net.bytebuddy:byte-buddy:1.8.11",
+        byte_buddy                                  : 
"net.bytebuddy:byte-buddy:1.9.3",
         commons_compress                            : 
"org.apache.commons:commons-compress:1.16.1",
         commons_csv                                 : 
"org.apache.commons:commons-csv:1.4",
         commons_io_1x                               : 
"commons-io:commons-io:1.3.2",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 162574)
    Time Spent: 0.5h  (was: 20m)

> Update byte-buddy to 1.9.3
> --------------------------
>
>                 Key: BEAM-5891
>                 URL: https://issues.apache.org/jira/browse/BEAM-5891
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Keisuke Kondo
>            Assignee: Keisuke Kondo
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Version 1.8.11 of byte-buddy beam uses has a issue when working with Java 11 
> due to the deprecation of sun.misc.Unsafe.The latest version seems to include 
> a fix for this issue.
> [https://github.com/raphw/byte-buddy/issues/507
> ]
> Since changes may be also needed around ClassLoadingStrategy to work with 
> Java 11, it should be done following this update.
> http://mydailyjava.blogspot.com/2018/04/jdk-11-and-proxies-in-world-past.html



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

Reply via email to