You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/10 16:40:53 UTC

[GitHub] [beam] kennknowles commented on a change in pull request #17028: [BEAM-14065] Upgrade vendored bytebuddy to version 1.12.8

kennknowles commented on a change in pull request #17028:
URL: https://github.com/apache/beam/pull/17028#discussion_r823926434



##########
File path: vendor/bytebuddy-1_12_8/build.gradle.kts
##########
@@ -28,12 +28,12 @@ vendorJava(
   mapOf(
     "dependencies" to listOf("net.bytebuddy:byte-buddy:1.11.0"),
     "relocations" to mapOf(
-            "net.bytebuddy" to "org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy"),
+            "net.bytebuddy" to "org.apache.beam.vendor.bytebuddy.v1_12_8.net.bytebuddy"),

Review comment:
       Lines 21 (`description` field) and line 29 (the actual bytebuddy version that gets downloaded and re-namespaced) each need an update




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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org