18
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code simplification.
Andreas Veithen
as veithen
More... almost 7 years ago
Removing code processing leading whitespace in the serializer; this was originally used to implement pretty printing and is no longer necessary.
Andreas Veithen
as veithen
More... almost 7 years ago
Remove unused code.
Andreas Veithen
as veithen
More... almost 7 years ago
Upgrade mime4j and remove the workaround for AXIOM-467.
Andreas Veithen
as veithen
More... almost 7 years ago
Decouple implementation code and tests from the org.apache.axiom.attachments API and instead use org.apache.axiom.mime.
Andreas Veithen
as veithen
More... almost 7 years ago
Convert the roadmap to Markdown.
Andreas Veithen
as veithen
More... almost 7 years ago
Simplify code by introducing an XMLSampleAdapter.
Andreas Veithen
as veithen
More... almost 7 years ago
Add a method to OMFactory to import nodes created by another implementation.
Andreas Veithen
as veithen
More... almost 7 years ago
Add missing code coverage from cross-om-tests.
Andreas Veithen
as veithen
More... almost 7 years ago
Delete code scheduled for removal in Axiom 1.3.
Andreas Veithen
as veithen
More... almost 7 years ago
Remove unnecessary code.
Andreas Veithen
as veithen
More... almost 7 years ago
Deprecate the getSingleton methods in SOAP11Version and SOAP12Version.
Andreas Veithen
as veithen
More... almost 7 years ago
Update roadmap: the OMAttachmentAccessor interface has been repurposed and is no longer used in the way described in the roadmap.
Andreas Veithen
as veithen
More... almost 7 years ago
Remove the setMustUnderstand method that takes a String argument.
Andreas Veithen
as veithen
More... almost 7 years ago
Deprecate the setMustUnderstand method that takes a String argument.
Andreas Veithen
as veithen
More... almost 7 years ago
The deprecated serialize methods in OMNode have been removed in r1740205.
Andreas Veithen
as veithen
More... almost 7 years ago
Establish conventions for builders and implement them consistently.
Andreas Veithen
as veithen
More... almost 7 years ago
Apply the fix for AXIOM-397 to the deprecated copy of OMChildrenNamespaceIterator in axiom-compat as well.
Andreas Veithen
as veithen
More... about 7 years ago
Some initial support for Java 9.
Andreas Veithen
as veithen
More... about 7 years ago
Upgrade JaCoCo.
Andreas Veithen
as veithen
More... about 7 years ago
Update Groovy.
Andreas Veithen
as veithen
More... about 7 years ago
Add Javadoc.
Andreas Veithen
as veithen
More... about 7 years ago
Ensure that Iterator#remove() behaves correctly on iterators returned by getDescendants.
Andreas Veithen
as veithen
More... about 7 years ago
Upgrade maven-source-plugin in an attempt to fix sporadic OOM errors.
Andreas Veithen
as veithen
More... about 7 years ago
Fix Javadoc errors.
Andreas Veithen
as veithen
More... about 7 years ago
Deprecate MultipartWriter and replace it by a simpler API.
Andreas Veithen
as veithen
More... about 7 years ago
Deprecate the multipartWriterFactory property in OMOutputFormat.
Andreas Veithen
as veithen
More... over 7 years ago
Rename MIMEMessage to MultipartBody.
Andreas Veithen
as veithen
More... over 7 years ago
Make the MIMEMessage API more uniform.
Andreas Veithen
as veithen
More... over 7 years ago
Add more Javadoc to MIMEMessage.
Andreas Veithen
as veithen
More... over 7 years ago