You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/20 15:21:30 UTC

[ws-axiom] branch master updated: Update 2.0.0 release notes

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new ea4a67eaf Update 2.0.0 release notes
ea4a67eaf is described below

commit ea4a67eaf79540b84d7816ef33464b6ea4a4529a
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Nov 20 15:21:27 2022 +0000

    Update 2.0.0 release notes
---
 src/site/markdown/release-notes/2.0.0.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/release-notes/2.0.0.md b/src/site/markdown/release-notes/2.0.0.md
index 385896e48..192279fda 100644
--- a/src/site/markdown/release-notes/2.0.0.md
+++ b/src/site/markdown/release-notes/2.0.0.md
@@ -1,7 +1,8 @@
 Apache Axiom 2.0.0 Release Note
 ===============================
 
-Axiom 2 introduces breaking changes to remove the dependency on `javax.activation`:
+Axiom 2 introduces breaking changes to remove the dependency of `axiom-api` on classes in the
+`javax.activation` package, in particular `DataHandler`:
 
 - Some classes that depend on `javax.activation` have been moved into a separate `axiom-activation`
   JAR. In some cases the package name has also been changed to avoid split packages. If you
@@ -20,3 +21,6 @@ Axiom 2 introduces breaking changes to remove the dependency on `javax.activatio
   `ContentTypeProvider` and `ContentTransferEncodingPolicy` on the `OMOutputFormat` to
   `DataHandlerContentTypeProvider.INSTANCE` and `ConfigurableDataHandler.CONTENT_TRANSFER_ENCODING_POLICY`
   respectively.
+
+- APIs that have been updated to remove the dependency on `DataHandler` have also been changed to
+  make use of `ContentType` instead of `String` where this is relevant.