Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 4. Apache CXF Issues
4.1. Summary of Apache CXF 2.6.0 to 2.7.0 Migration 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
JBoss Fuse uses Apache CXF 2.7.0. Since the last release, Apache CXF has been upgraded from version 2.6.0 to version 2.7.0. This introduces a few migration issues.
Upgrading JAX-RS endpoints to JAX-RS 2.0 without recompiling 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
If you have compiled your application bundles against the JSR-311 (JAX-RS 1.1) API and would like to get them running in CXF 2.7.x without recompiling them against JSR-339 (JAX-RS 2.0) API, use one of the following approaches:
- Import the
javax.ws.rs
,javax.ws.rs.core
andjavax.ws.rs.ext
bundles with the[1.1, 3)
version range and deploy theorg.apache.servicemix.specs.jsr339-api-m10-2.1.0
specification bundle, or - Deploy the
org.apache.servicemix.specs.jsr339-api-m10-2.2.0
specification bundle (when it is released).