Skip to content

Downgrade grizzly to 4.0.2; grizzly-http-server has broken parentage#3028

Merged
reta merged 1 commit into
apache:mainfrom
cunningt:downgrade-grizzly
Apr 29, 2026
Merged

Downgrade grizzly to 4.0.2; grizzly-http-server has broken parentage#3028
reta merged 1 commit into
apache:mainfrom
cunningt:downgrade-grizzly

Conversation

@cunningt
Copy link
Copy Markdown
Contributor

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

<parent>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-bom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<relativePath>boms/bom/pom.xml</relativePath>
</parent>

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.

@cunningt
Copy link
Copy Markdown
Contributor Author

Glassfish Grizzly issue : eclipse-ee4j/glassfish-grizzly#2278

Copy link
Copy Markdown
Member

@reta reta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@reta
Copy link
Copy Markdown
Member

reta commented Apr 29, 2026

Things got worst and moving very slowly (still, fingers crossed for 5.0.1 to land soon), downgrading to unblock builds, thanks @cunningt

@reta reta merged commit f808208 into apache:main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants