Jetty version mismatch

Hi Team,

We are currently using kafka-schema-registry-client version 8.1.1, which depends on Jetty 9.4.58.v20250814.

We would like to know if there are any plans to upgrade Jetty to the 12.0.x series in upcoming releases.

In our setup, we are also using camel-salesforce 4.18.0, which brings in a newer Jetty version. This is causing a version mismatch on the classpath, leading to runtime issues.

Could you please advise:

  • Whether an upgrade to Jetty 12 is planned, and

  • If there is a recommended approach to handle this compatibility in the meantime?

Thanks.

I’m not seeing this if I run mvn dependency:tree on the 8.1.1-post branch of schema-registry. It shows Jetty 12.0.25 which comes from here. What do you see that suggests Jetty 9 is coming from kafka-schema-registry-client? What is your app’s output if you run mvn dependency:tree / gradle dependencies?