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 2021/10/29 11:47:42 UTC

[GitHub] [beam] suztomo edited a comment on pull request #15835: [BEAM-11205] Google Libraries BOM 24.0.0 and associated deps

suztomo edited a comment on pull request #15835:
URL: https://github.com/apache/beam/pull/15835#issuecomment-954348212


   ` ./gradlew -p sdks/java/io/google-cloud-platform test --tests=GcpApiSurfaceTest` fails:
   
   ```
   java.lang.AssertionError: 
   Expected: API surface to include only:
   	Classes in package "com.google.api.core"
   	Classes in package "com.google.api.client.googleapis"
   	Classes in package "com.google.api.client.http"
   ...
   but: The following disallowed classes appeared on the API surface:
   	interface com.google.common.base.ParametricNullness exposed via:
   		interface com.google.common.base.ParametricNullness
   		interface com.google.common.base.Function
   		class com.google.common.base.Optional
   		class com.google.cloud.bigtable.config.CallOptionsConfig
   		class com.google.cloud.bigtable.config.BigtableOptions
   		class org.apache.beam.sdk.io.gcp.bigtable.BigtableIO$Write
   		class org.apache.beam.sdk.io.gcp.bigtable.BigtableIO
   	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
   	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
   	at org.apache.beam.sdk.io.gcp.GcpApiSurfaceTest.testGcpApiSurface(GcpApiSurfaceTest.java:128)
   ```
   
   https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/19434/testReport/


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