Skip to content

Comments

CAMEL-23057 Upgrade cxf to 4.2.0; upgrade undertow to 2.4.0.alpha#21580

Merged
davsclaus merged 2 commits intoapache:mainfrom
cunningt:cxf420
Feb 23, 2026
Merged

CAMEL-23057 Upgrade cxf to 4.2.0; upgrade undertow to 2.4.0.alpha#21580
davsclaus merged 2 commits intoapache:mainfrom
cunningt:cxf420

Conversation

@cunningt
Copy link
Contributor

Description

https://issues.apache.org/jira/browse/CAMEL-23057

Upgrade cxf to 4.2.0 and upgrade undertow to match (https://github.com/apache/cxf/blob/cxf-4.2.0/parent/pom.xml#L229-L230) the versions used in cxf 4.2.0. Note that these are alpha versions.

The other changes needed here are that undertow-servlet has changed groupId from io.undertow -> io.undertow.ee and the org.apache.cxf.feature.LoggingFeature logging feature was removed and replaced by org.apache.cxf.ext.logging.LoggingFeature (https://cxf.apache.org/docs/42-migration-guide.html)

I've run mvn verify on the camel-cxf modules and camel-undertow and the other components using undertow-servlet (camel-elytron, camel-oauth, camel-servlet).

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • [x ] If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • [x ] I checked that each commit in the pull request has a meaningful subject line and body.

  • [x ] I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

what about camel-undertow, does it cleanly upgrade from 2.3.x to 2.4.x

@cunningt
Copy link
Contributor Author

cunningt commented Feb 23, 2026

what about camel-undertow, does it cleanly upgrade from 2.3.x to 2.4.x

It seems to - all tests and integration tests passed for me locally for camel-undertow. We may need to make some changes on the camel-spring-boot side for the cxf upgrade / the undertow-servlet groupId change.

@davsclaus davsclaus merged commit c8921cf into apache:main Feb 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants