Releases
...
4.0.
...
3
The 34.0.0-milestone1 release is a preview of the latest stuff we've been working on to allow users to test the changes and help us resolve any problems3 is our first release to feature Jakarta EE 9.1 support and JDK-11 baseline. For a complete list of new features, API changes, etc... please see the release notes and migration guide.
Description | File | MD5sha256 | SHA1 | PGP |
---|---|---|---|---|
Source distribution | apache-cxf-34.0.0-milestone13-src.tar.gz | apache-cxf-34.0.03-milestone1-src.tar.gz.md5sha256 | apache-cxf-34.0.0-milestone1-src.tar.gz.sha1apache-cxf-3.0.0-milestone1-src.tar.gz.asc |
|
apache-cxf-34.0.03-milestone1-src.zip | apache-cxf-34.0.03-milestone1-src.zip.md5sha256 | apache-cxf-34.0.0-milestone1-src.zip.sha1apache-cxf-3.0.0-milestone1-src.zip.asc | ||
Binary distribution | apache-cxf-34.0.0-milestone13.tar.gz | apache-cxf-34.0.0-milestone13.tar.gz.md5sha256 | apache-cxf-3.04.0-milestone1.tar.gz.sha1apache-cxf-3.0.0-milestone1.tar.gz.asc | |
apache-cxf-34.0.0-milestone13.zip | apache-cxf-34.0.0-milestone13.zip.md5sha256 | apache-cxf-34.0.0-milestone13.zip.sha1ascapache-cxf- |
3.
...
6.2
The 3.6.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)
...
2.7.10
The 2.7.10 release is our latest release. For a complete list if of new features, API changes, etc... please see the release notes and the migration guide.
Description | File | MD5 | SHA1sha256 | PGP |
---|---|---|---|---|
Source distribution | apache-cxf-23.7.10-src.tar.gz.sha1apache-cxf-2.7.106.2-src.tar.gz.asc |
| ||
apache-cxf-23.7.10-src.zip.sha1apache-cxf-2.7.106.2-src.zip.asc | ||||
Binary distribution | apache-cxf-2.7.10.tar.gz.sha1apache-cxf-2.7.10.3.6.2.tar.gz.asc |
| ||
apache-cxf-23.76.102.zip.md5sha256 | apache-cxf-23.7.10.zip.sha1apache-cxf-2.7.10.6.2.zip.asc |
...
3.
...
5.
...
7
The 23.65.13 7 release is our latest patch release for 2.6.x release. For more information 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 the migration guide.
Description | File |
---|
sha256 |
---|
SHA1
PGP | |
---|---|
Source distribution |
Binary distribution |
Verifying Releases
When downloading from a mirror please check the MD5 and SHA1 checksums as well as 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 | ||
---|---|---|
| ||
gpg --verify apache-cxf-*.tar.gz.asc
|
You can check the MD5 checksum with:
Code Block |
---|
md5sumimport KEYS gpg --checkverify apache-cxf-*.tar.gz.md5asc |
You can check It is also possible to verify the integrity of the downloads using the SHA1 checksum with:
Code Block | ||
---|---|---|
| ||
sha1sum --check apache-cxf-*.tar.gz.sha1 |
...
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 | ||
---|---|---|
| ||
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.6.12 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.6.12-SNAPSHOT/
2.7.9 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.7.9-SNAPSHOT/The snapshot
Maven
...
Repositories
If you use Maven 2 for building your applications, Apache CXF artifacts are available from the following repository URLS:
Releases:
All all supported CXF releases are synced into the maven central repository: http https://repo1.maven.org/maven2/
Snapshots:
Snapshots are available in Apache's snapshot repository: http://repository.apache.org/snapshots
...
For information on where to retrieve Apache CXF SNAPSHOT maven artifacts, please refer to the page on building CXF.