kennknowles opened a new pull request, #38021: URL: https://github.com/apache/beam/pull/38021
Used `bomupgrader.py` to update BOM and checked with `beam-linkage-check.sh origin/master update-google-bom ""` ``` > Task :checkJavaLinkage SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Mar 31, 2026 7:18:55 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: com.fasterxml.jackson.core:jackson-annotations:2.15.4 has 1 (out of 73) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:18:56 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: com.github.luben:zstd-jni:1.5.6-3 has 1 (out of 36) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:18:58 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: org.codehaus.woodstox:stax2-api:4.2.1 has 1 (out of 125) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:01 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: org.projectlombok:lombok:1.18.34 has 1 (out of 178) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: jaxen:jaxen:1.1.6 has 1 (out of 214) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: javax.xml.stream:stax-api:1.0-2 has 35 (out of 37) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: org.glassfish:javax.transaction:3.1 has 3 (out of 18) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: jakarta.xml.bind:jakarta.xml.bind-api:2.3.2 has 1 (out of 111) incompatible class files (class file major version is outside 45 <= v <= 52). Mar 31, 2026 7:19:02 PM com.google.cloud.tools.opensource.classpath.ClassDumper findSymbolReferences WARNING: javax.ws.rs:javax.ws.rs-api:2.1.1 has 1 (out of 138) incompatible class files (class file major version is outside 45 <= v <= 52). NOTE: This task published artifacts into your local Maven repository. You may want to remove them manually. [Incubating] Problems report is available at: file:///usr/local/google/home/klk/GitHub/apache/beam-release/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 2m 41s 1933 actionable tasks: 319 executed, 1614 up-to-date + RESULT=0 + set -e + set +x Tue Mar 31 07:19:22 PM UTC 2026: Done: 0 No new linkage errors ``` ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead. - [ ] Update `CHANGES.md` with noteworthy changes. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [how to make review process smoother](https://github.com/apache/beam/blob/master/CONTRIBUTING.md#make-the-reviewers-job-easier). To check the build health, please visit [https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md) GitHub Actions Tests Status (on master branch) ------------------------------------------------------------------------------------------------ [](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule) See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI or the [workflows README](https://github.com/apache/beam/blob/master/.github/workflows/README.md) to see a list of phrases to trigger workflows. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
