You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 153 Next »

Releases

3.2.0

The 3.2.0 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 migration guide for more details.

3.1.13

The 3.1.13 release is our latest patch release for 3.1.x. For a complete list of new features, API changes, etc... please see the release notes and migration guide.

3.0.15

The 3.0.15 release is our latest patch release for 3.0.x. For a complete list of new features, API changes, etc... please see the release notes and the migration guide.

This is the last planned release of the 3.0.x versions of CXF. Users are strongly encouraged to migrate to 3.2.x as soon as possible.

2.7.18

The 2.7.18 release is our last patch release for 2.7.x. For a complete list if new features, API changes, etc... please see the release notes and the migration guide.

This is the last planned release of the 2.7.x versions of CXF. Users are strongly encouraged to migrate to 3.1.x as soon as possible.

Verifying Releases

When downloading from a mirror please check the SHA1/MD5 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 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:

gpg --import KEYS
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)

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

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

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

The snapshot Maven repository is http://repository.apache.org/snapshots.

Maven Repositories

If you use Maven 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.

  • No labels