Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Releases

...

4.

...

0.

...

3

The 24.20.4 release 3 is our latest first release to feature Jakarta EE 9. For more information 1 support and JDK-11 baseline. For a complete list of new features, API changes, etc... please see the release notes and migration guide.

...

3.

...

6.

...

2

The 23.16.7 release is our latest patch release for 2.1.x series. For more information 2 release is an updated version of 3.x to move to a fully JDK-11 baseline. This allows for new dependencies, security updates, and a few additional features, yet remains JEE 8.x compatible(javax.* namespace). For a complete list of new features, API changes, etc... please see the release notes and migration guide.

...

...

The 2.0.12 release is the last patch release for the 2.0.x series. For more information please see the release notes.

3.5.7

The 3.5.7 release is our latest release representing a significant amount of work on new features, enhancements, code cleanups, etc... For a complete list of new features, API changes, etc... please see the release notes and migration guideNote: 2.0.12 is the FINAL release of the 2.0.x series. Users are encouraged to upgrade to the latest 2.2.x releases.

Verifying Releases

When downloading from a mirror it is recommended to verify the integrity of the downloads. This should preferably be done by verifying the OpenPGP compatible signature available from the main Apache site. The KEYS file contains the public keys used for signing the release. It is recommended that a web of trust is used to confirm the identity of these keys.

You can check the OpenPGP signature with GnuPG via:

Code Block
languagebash
gpg --import KEYS
gpg --verify apache-cxf-*.tar.gz.asc

It is also possible to verify the integrity of the downloads using the SHA1 checksum with:

Code Block
languagebash
sha1sum --check apache-cxf-*.tar.gz.sha1

Previous releases

Previous releases are all archived in the apache archive:
Non-incubator releases: http https://archive.apache.org/dist/cxf/
Incubator releases: httphttps://archive.apache.org/dist/incubator/cxf/

Snapshots

Info
titleWarning about snapshots

These are snapshot builds - untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache CXF project or the Apache Software Foundation.

Snapshot distributions can be found at: (the latest one is at the bottom)

2.1.8 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.1.8-SNAPSHOT/

2.2.5 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.2.5-SNAPSHOT/

2.3.0 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.3.0-SNAPSHOT/

...

Maven

...

Repositories

If you use Maven 2 for building your applications, Apache CXF artifacts are available from the following repository URLS:

2.1.x and 2.0.x (non-incubator) Releases:

From 2.1.2 and 2.0.8, cxf is full releases from the Apache CXF Top Level Project. Thus, they   all supported CXF releases are synced into the maven central repository: http https://repo1.maven.org/maven2/

Incubator Releases:

http://people.apache.org/repo/m2-incubating-repositoryImage Removed

Snapshots:

https://repository.apache.org/content/groups/snapshots-group/Image RemovedFor information on where to retrieve Apache CXF SNAPSHOT maven artifacts, please refer to the page on building CXF.