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 409ba9b72 Update roadmap: MTOMXMLStreamWriter is now an abstract
class, still needs to become an interface and move out of impl package
409ba9b72 is described below
commit 409ba9b721c6c857e55604aba1933afccd773453
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Feb 22 07:30:07 2026 +0000
Update roadmap: MTOMXMLStreamWriter is now an abstract class, still needs
to become an interface and move out of impl package
---
docs/roadmap.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/roadmap.md b/docs/roadmap.md
index 1891c1e17..53eca5cee 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -66,11 +66,11 @@ Axiom 1.3 to meet the following requirements:
#### `MTOMXMLStreamWriter`
-This should become an interface:
-
-* This would enable the implementation of proxies.
+This is currently an abstract class in the `org.apache.axiom.om.impl` package.
Two changes are needed:
+
+* It should become an interface. This would enable the implementation of
proxies.
-* This would allow us to move the implementation code out of `axiom-api`.
+* It should be moved out of the `impl` package, since it is a public API.
#### `SOAPVersion`