Skip to content

Update version of node#3954

Draft
afs wants to merge 1 commit into
apache:mainfrom
afs:node-version
Draft

Update version of node#3954
afs wants to merge 1 commit into
apache:mainfrom
afs:node-version

Conversation

@afs
Copy link
Copy Markdown
Member

@afs afs commented May 27, 2026

This is a precursor for PR #3949
Specifically "@babel/generator@^8.0.0-rc.4"

However, updating the node version may break some CI (some jenkins nodes) because the local platform is node 20 .
The proper fix is a container build, which I'd need some help setting up.


By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.

@afs
Copy link
Copy Markdown
Member Author

afs commented May 28, 2026

A partial quick-fix is to add exclusions to the build with mvn -fae -pl -jena-fuseki2/jena-fuseki-ui ....

It's partial because it does not work on first build of a version.

A build picks up an existing UI jar in jena-fuseki-main scope=test to run module tests. The tests do not require the UI.
Making the dependency optional=true does not work (apparently, "optional" applies to downstream, not at the point of use).

jena-fuseki-server does depend on jena-fuseki-ui.

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.

1 participant