| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps [libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) from 25.1.0 to 25.2.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-opensource-java/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commits) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
/gcbrun |
Sorry, something went wrong.
|
The libraries-bom brings in a new version of GAX which includes ApiClientSubstitutions. However this repository also includes the same class: . Having a copy of the same substitution class is causing the UserError that we see in the build. We need to hold off on upgrading the libraries-bom for now. |
Sorry, something went wrong.
|
Testing this after removing substitutions. |
Sorry, something went wrong.
|
/gcbrun |
Sorry, something went wrong.
|
Test still failing due to NettyInternalLoggerFactorySubstitution. Still can't upgrade the libraries bom |
Sorry, something went wrong.
This reverts commit 0dab8d8.
|
A newer version of com.google.cloud:libraries-bom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Sorry, something went wrong.
|
I am experiencing a similar issue when updating the bom version from version 25.1.0: Error: Substition: io.grpc.netty.shaded.io.netty.util.internal.logging.InternalLoggerFactory.newDefaultFactory(String) conflicts with previously registered: io.grpc.netty.shaded.io.netty.util.internal.logging.InternalLoggerFactory.newDefaultFactory(String)
com.oracle.svm.core.util.UserError$UserException: Substition: io.grpc.netty.shaded.io.netty.util.internal.logging.InternalLoggerFactory.newDefaultFactory(String) conflicts with previously registered: io.grpc.netty.shaded.io.netty.util.internal.logging.InternalLoggerFactory.newDefaultFactory(String)
at com.oracle.svm.core.util.UserError.abort(UserError.java:73)
at com.oracle.svm.core.util.UserError.guarantee(UserError.java:101)
at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.register(AnnotationSubstitutionProcessor.java:836)
at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleMethodInAliasClass(AnnotationSubstitutionProcessor.java:389)
at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleAliasClass(AnnotationSubstitutionProcessor.java:340)
at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.handleClass(AnnotationSubstitutionProcessor.java:310)
at com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.init(AnnotationSubstitutionProcessor.java:266)
at com.oracle.svm.hosted.NativeImageGenerator.createAnnotationSubstitutionProcessor(NativeImageGenerator.java:889)
at com.oracle.svm.hosted.NativeImageGenerator.setupNativeImage(NativeImageGenerator.java:816)
at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:534)
at com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:494)
at com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:426)
at com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:587)
at com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:126)
at com.oracle.svm.hosted.NativeImageGeneratorRunner$JDK9Plus.main(NativeImageGeneratorRunner.java:617)
|
Sorry, something went wrong.
|
Note that version 25.3.0 is out now. |
Sorry, something went wrong.
|
@lpellegr thank you for sharing your findings. We're in the process of relocating some code into a better suited location which is causing this temporary incompatibility with libraries-bom 25.2.0 and later. We hope to resolve this soon. Thank you for your patience. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps libraries-bom from 25.1.0 to 25.2.0.
Release notesSourced from libraries-bom's releases.
... (truncated)
CommitsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: