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 120bcc0ee docs: add README for axiom-legacy-attachments
120bcc0ee is described below
commit 120bcc0ee137815e79468de858cd99f42949b790
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sat Feb 21 15:32:07 2026 +0000
docs: add README for axiom-legacy-attachments
---
axiom-legacy-attachments/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/axiom-legacy-attachments/README.md
b/axiom-legacy-attachments/README.md
new file mode 100644
index 000000000..b90bbe462
--- /dev/null
+++ b/axiom-legacy-attachments/README.md
@@ -0,0 +1,3 @@
+# axiom-legacy-attachments
+
+This module contains legacy MIME support for Apache Axiom.
`axiom-legacy-attachments` provides compatibility support for older
MIME-related integration paths and preserves behavior needed by existing users
while newer MIME APIs (notably in the `org.apache.axiom.mime` package in
`axiom-api`) and implementations are used elsewhere in the codebase. The code
includes historical design flaws; for example, it uses `OMException` even
though that exception was intended for `org.apache.axiom.om` [...]