Releases
...
4.0.
...
3
The 24.0.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.
Description | File | sha256 | PGPMD5 |
---|---|---|---|
Source distribution | apache-cxf-24.0.4-incubator3-src.tar.gz | apache-cxf-24.0.43-incubator-src.tar.gz.md5 sha256 | apache-cxf-24.0.43-incubator-src.tar.gz.zipasc |
apache-cxf-24.0.4-incubator3-src.zip.md5Binary distribution | |||
Binary distribution | apache-cxf-2.0.4-incubator.zipapache-cxf-2.0.4-incubator3.zip.md5 |
2.0.3
For more information please see the release notes.
Description | File | MD5 | ||
---|---|---|---|---|
Source distributiontar.gz | apache-cxf-24.0.3-incubator-src.tar.gz.sha256 | apache-cxf-24.0.3-incubator-src.tar.gz.md5asc |
| |
apache-cxf-24.0.3-incubator-src.zip | apache-cxf-24.0.3-incubator-src.zip.md5Binary distributionsha256 | apache-cxf-24.0.3-incubator.tarzip.gz | ||
|
2.0.2
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). For a complete list of new features, API changes, etc... For more information please see the release notes and migration guide.
Description | File | sha256 | MD5PGP |
---|---|---|---|
Source distribution | apache-cxf-23.06.2-incubator-src.tar.gz | apache-cxf-23.06.2-incubator-src.tar.gz.md5 sha256 | apache-cxf-23.06.2-incubator-src.ziptar.gz.asc |
apache-cxf-23.06.2-incubator-src.zip.md5Binary distribution | |||
Binary distribution | apache-cxf-23.06.2-incubator.tar.zipgz | apache-cxf-23.06.2-incubator.ziptar.md5 |
2.0.1
For more information please see the release notes.
Description | File | MD5 | ||
---|---|---|---|---|
Source distribution | apache-cxf-2.0.1-incubator-src.tar.gzapache-cxf-2.0.1-incubator-src3.6.2.tar.gz.md5 asc | |||
apache-cxf-23.0.1-incubator-src6.2.zip | apache-cxf-23.0.1-incubator-src6.2.zip.md5Binary distributionsha256 | apache-cxf-23.06.1-incubator2.tarzip.gz | ||
|
2.0
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... For more information please see the release notes and migration guide.
Description | File |
---|
sha256 | PGP |
---|---|
Source distribution |
Binary distribution
Binary distribution |
2.0-RC
For more information please see the release notes.
Description
File
MD5
Source distribution
Binary distribution
2.0-M1
For more information see the release notes.
Description | File | MD5 |
---|---|---|
Source distribution | ||
| ||
Binary distribution | ||
|
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)
The snapshot Maven repository is http://people.apache.org/repo/m2-snapshot-repository.
Maven 2 Repositories
If you use Maven 2 for building your applications, Apache CXF artifacts are available from the following repository URLS:
Releases
http://people.apache.org/repo/m2-incubating-repository
Snapshots
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
sha1sum --check apache-cxf-*.tar.gz.sha1
|
Previous releases
Previous releases are all archived in the apache archive:
Non-incubator releases: https://archive.apache.org/dist/cxf/
Incubator releases: https://archive.apache.org/dist/incubator/cxf/
Maven Repositories
If you use Maven for building your applications, all supported CXF releases are synced into the maven central repository: https://repo1.maven.org/maven2/
For information on where to retrieve Apache CXF SNAPSHOT maven artifacts, please refer to the page on building CXF.http://people.apache.org/repo/m2-snapshot-repository