Versions Compared

Key

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

Releases

4.0.3

The 4.0.3 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

Take the Apache CXF Users Survey!

The Apache CXF team would like your input to help improve the CXF project!

We're conducting an anonymous survey to help us identify where our efforts are
best spent in supporting the community. We'd like to get a feel for who our
users really are, what features are currently heavily used, what features
users would like to see, etc...

All users are encouraged to fill out the short (25 question) survey at:

http://www.surveymethods.com/EndUser.aspx?A185E9F3A2E3F7F7A4Image Removed

The results of the survey will be given back to the CXF community to help
determine priorities and directions.

Releases

2.2.10

The 2.2.10 release is our latest release. For more information please see the release notes.

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... please see the release notes and migration guide.

...

3.

...

5.

...

7

The 23.15.10 7 release is our latest patch release for 2.1.x series. 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 migration guide.

Description

File

MD5

SHA1

sha256

PGP

Source distribution

apache-cxf-

2

3.

1

5.

10

7-src.tar.gz

apache-cxf-

2

3.

1

5.

10

7-src.tar.gz.

md5

sha256

apache-cxf-

2

3.

1

5.

10

7-src.tar.gz.

sha1apache-cxf-2.1.10-src.tar.gz.

asc

 


apache-cxf-

2

3.

1

5.

10

7-src.zip

apache-cxf-

2

3.

1

5.

10

7-src.zip.

md5

sha256

apache-cxf-

2

3.

1

5.

10

7-src.zip.

sha1apache-cxf-2.1.10-src.zip.

asc

Binary distribution

apache-cxf-

2

3.

1

5.

10

7.tar.gz

apache-cxf-

2

3.

1

5.

10

7.tar.gz.

md5

sha256

apache-cxf-

2

3.

1.10.tar.gz.sha1apache-cxf-2.1.10

5.7.tar.gz.asc

 


apache-cxf-

2

3.

1

5.

10

7.zip

apache-cxf-

2

3.

1

5.

10

7.zip.

md5

sha256

apache-cxf-

2

3.

1

5.

10

7.zip.

sha1apache-cxf-2.1.10.zip.

asc

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

...

titleWarning about snapshots

...

Snapshot distributions can be found at: (the latest one is at the bottom)

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

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

http://repository.apache.org/snapshotsImage RemovedFor information on where to retrieve Apache CXF SNAPSHOT maven artifacts, please refer to the page on building CXF.