Releases
2.5.1
The 2.5.1 release is our latest release. For more information please see the release notes and the migration guide.
Description |
File |
MD5 |
SHA1 |
PGP |
---|---|---|---|---|
Source distribution |
||||
|
||||
Binary distribution |
||||
|
2.4.5
The 2.4.5 release is our latest patch release for 2.4.x. For more information please see the release notes and the 2.4.x migration guide.
Description |
File |
MD5 |
SHA1 |
PGP |
---|---|---|---|---|
Source distribution |
||||
|
||||
Binary distribution |
||||
|
2.3.8
The 2.3.8 release is our latest patch release for 2.3.x. For more information please see the release notes.
Description |
File |
MD5 |
SHA1 |
PGP |
---|---|---|---|---|
Source distribution |
||||
|
||||
Binary distribution |
||||
|
Verifying Releases
When downloading from a mirror please check the MD5 and SHA1 checksums as well as verifying the OpenPGP compatible signature available from the main Apache site. The KEYS file contains the public keys used for signing 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:
gpg --verify apache-cxf-*.tar.gz.asc
You can check the MD5 checksum with:
md5sum --check apache-cxf-*.tar.gz.md5
You can check the SHA1 checksum with:
sha1sum --check apache-cxf-*.tar.gz.sha1
Previous releases
Previous releases are all archived in the apache archive:
Non-incubator releases: http://archive.apache.org/dist/cxf/
Incubator releases: http://archive.apache.org/dist/incubator/cxf/
Snapshots
Warning 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.3.9 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.3.9-SNAPSHOT/
2.4.6 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.4.6-SNAPSHOT/
2.5.2 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.5.2-SNAPSHOT/
The snapshot Maven repository is http://repository.apache.org/snapshots.
Maven 2 Repositories
If you use Maven 2 for building your applications, Apache CXF artifacts are available from the following repository URLS:
Releases:
All supported CXF releases are synced into the maven central repository: http://repo1.maven.org/maven2/
Snapshots:
Snapshots are available in Apache's snapshot repository: http://repository.apache.org/snapshots
Snapshot builds are relatively untested and unsupported and are provided for verification and testing purposes.