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 2020/10/12 20:23:05 UTC

[GitHub] [beam] iemejia commented on a change in pull request #13029: Update java IO dependencies

iemejia commented on a change in pull request #13029:
URL: https://github.com/apache/beam/pull/13029#discussion_r503510922



##########
File path: buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -536,8 +535,8 @@ class BeamModulePlugin implements Plugin<Project> {
         jackson_dataformat_yaml                     : "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jackson_version",
         jackson_datatype_joda                       : "com.fasterxml.jackson.datatype:jackson-datatype-joda:$jackson_version",
         jackson_module_scala                        : "com.fasterxml.jackson.module:jackson-module-scala_2.11:$jackson_version",
-        jaxb_api                                    : "jakarta.xml.bind:jakarta.xml.bind-api:$jaxb_api_version",
-        jaxb_impl                                   : "com.sun.xml.bind:jaxb-impl:$jaxb_api_version",
+        jaxb_api                                    : "jakarta.xml.bind:jakarta.xml.bind-api:3.0.0-RC3",

Review comment:
       This one seems to be Java 11 only so we cannot use it or we will break Java 8 users.

##########
File path: sdks/java/io/parquet/build.gradle
##########
@@ -25,7 +25,7 @@ applyJavaNature(
 description = "Apache Beam :: SDKs :: Java :: IO :: Parquet"
 ext.summary = "IO to read and write on Parquet storage format."
 
-def parquet_version = "1.10.0"
+def parquet_version = "1.11.1"

Review comment:
       This one you cannot do because of transitive dependency with Avro 1.9 BEAM-8388 for more details.




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