Downgrade grizzly to 4.0.2; grizzly-http-server has broken parentage#3028
Open
cunningt wants to merge 1 commit intoapache:mainfrom
Open
Downgrade grizzly to 4.0.2; grizzly-http-server has broken parentage#3028cunningt wants to merge 1 commit intoapache:mainfrom
cunningt wants to merge 1 commit intoapache:mainfrom
Conversation
Contributor
Author
|
Glassfish Grizzly issue : eclipse-ee4j/glassfish-grizzly#2278 |
reta
requested changes
Apr 11, 2026
Member
reta
left a comment
There was a problem hiding this comment.
Thanks for the fix @cunningt , as per Grizzly issue thread (eclipse-ee4j/glassfish-grizzly#2278 (comment)), the 5.0.1 release is imminent, I will hold on with revert for now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm getting the following error on trying to build cxf 4.2.0 (I changed the version) :
[ERROR] Failed to execute goal on project cxf-systests-ci-grizzly: Could not resolve dependencies for project org.apache.cxf.systests:cxf-systests-ci-grizzly:jar:4.2.0-rhbac-SNAPSHOT: Failed to collect dependencies at org.glassfish.grizzly:grizzly-http-server:jar:5.0.0: Failed to read artifact descriptor for org.glassfish.grizzly:grizzly-http-server:jar:5.0.0: Could not find artifact org.glassfish.grizzly:grizzly-bom:pom:5.0.0-SNAPSHOT in fuse-repository (https://fuse-build-repository.fusesource-jenkins.hosted.psi.rdu2.redhat.com/repos itory/maven-public/) -> [Help 1]The error here is that grizzly-http-server has broken parentage : grizzly-http-server points to grizzly-project 5.0.0 which has a parent of grizzly-bom 5.0.0-SNAPSHOT (should be 5.0.0)
See the
https://repo1.maven.org/maven2/org/glassfish/grizzly/grizzly-project/5.0.0/grizzly-project-5.0.0.pom
Since this error is in the parentage, I don't think this can be fixed with a dependencyManagement override. Might be best to downgrade until a 5.0.1 or newer is available.