Versions Compared

Key

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

Releases

...

4.

...

0.

...

4

The 24.60.0 release 4 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

MD5

SHA1sha256

PGP

Source distribution

apache-cxf-24.60.04-src.tar.gz

apache-cxf-24.60.04-src.tar.gz.md5sha256

apache-cxf-24.6.0-src.tar.gz.sha1apache-cxf-2.6.0-.4-src.tar.gz.asc

 


apache-cxf-24.60.04-src.zip

apache-cxf-24.60.04-src.zip.md5sha256

apache-cxf-2.64.0-src.zip.sha1apache-cxf-2.6.0.4-src.zip.asc

Binary distribution

apache-cxf-24.60.04.tar.gz

apache-cxf-24.60.04.tar.gz.md5sha256

apache-cxf-2.64.0.tar.gz.sha1apache-cxf-2.6.04.tar.gz.asc

 


apache-cxf-24.60.04.zip

apache-cxf-24.60.04.zip.md5sha256

apache-cxf-2.64.0.zip.sha1apache-cxf-2.6.04.zip.asc

...

3.

...

6.3

The 23.56.3 release is our latest patch release for 2.5.x. For more information 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 the migration guide.

Description

File

MD5sha256

SHA1

PGP

Source distribution

apache-cxf-23.56.3-src.tar.gz

apache-cxf-23.56.3-src.tar.gz.md5sha256

apache-cxf-2.5.3-src.tar.gz.sha1apache-cxf-2.5..6.3-src.tar.gz.asc 


apache-cxf-23.56.3-src.zip

apache-cxf-23.56.3-src.zip.md5sha256

apache-cxf-2.5.3-src.zip.sha1apache-cxf-2.5.6.3-src.zip.asc

Binary distribution

apache-cxf-23.56.3.tar.gz

apache-cxf-23.56.3.tar.gz.md5sha256

apache-cxf-2.5.3.tar.gz.sha1apache-cxf-2.56.3.tar.gz.asc

 


apache-cxf-23.56.3.zip

apache-cxf-23.56.3.zip.md5sha256

apache-cxf-2.5.3.zip.sha1apache-cxf-2.5.6.3.zip.asc

...

3.

...

5.

...

8

The 23.45.7 8 release is our latest patch release for 2.4.x. 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 2.4.x migration guide.

...

...

The 2.3.10 release is our latest patch release for 2.3.x. For more information please see the release notes.

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
languagebash

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
languagebash

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
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.3.11 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.3.11-SNAPSHOT/

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

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

2.6.1 http://repository.apache.org/snapshots/org/apache/cxf/apache-cxf/2.6.1-SNAPSHOT/The snapshot Maven repository is http://repository.apache.org/snapshots.

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.