18
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unify TestGetMustUnderstandWithParser.
Andreas Veithen
as veithen
More... almost 7 years ago
Optimize writing Base64 encoded data with the Serializer.
Andreas Veithen
as veithen
More... almost 7 years ago
Deprecate OMBuilderException.
Andreas Veithen
as veithen
More... almost 7 years ago
Use maven-bundle-plugin instead of maven-shade-plugin to include aspects and components into OSGi bundles. This should also solve AXIOM-424.
Andreas Veithen
as veithen
More... almost 7 years ago
Move the Base64 related code into a separate module for reuse by code that doesn't depend on axiom-api.
Andreas Veithen
as veithen
More... almost 7 years ago
Optimize Serializer for better CPU cache utilization.
Andreas Veithen
as veithen
More... almost 7 years ago
More optimizations.
Andreas Veithen
as veithen
More... almost 7 years ago
Use an integer instead of an enum to track the context in the serializer.
Andreas Veithen
as veithen
More... almost 7 years ago
More aggressively optimize outputting ASCII characters.
Andreas Veithen
as veithen
More... almost 7 years ago
Fix method visibility.
Andreas Veithen
as veithen
More... almost 7 years ago
Ensure that '>' in ']]>' is escaped as '>', as required by the XML specs.
Andreas Veithen
as veithen
More... almost 7 years ago
Revert accidental change r1795638.
Andreas Veithen
as veithen
More... almost 7 years ago
Fix method visibility.
Andreas Veithen
as veithen
More... almost 7 years ago
Deprecate OMConstants.
Andreas Veithen
as veithen
More... almost 7 years ago
Eliminate usages of StAXUtils.createXMLStreamWriter from axiom-testsuite.
Andreas Veithen
as veithen
More... almost 7 years ago
Move the stream API to a separate module.
Andreas Veithen
as veithen
More... almost 7 years ago
Cleanly separate the core streams API from the core model API.
Andreas Veithen
as veithen
More... almost 7 years ago
Enforce the no package cycle rule on components.
Andreas Veithen
as veithen
More... almost 7 years ago
Decouple XmlHandlerStreamWriter from the Axiom API.
Andreas Veithen
as veithen
More... almost 7 years ago
Start decoupling XmlHandlerStreamWriter from the Axiom API.
Andreas Veithen
as veithen
More... almost 7 years ago
Deprecate AbstractXMLStreamWriter.
Andreas Veithen
as veithen
More... almost 7 years ago
Axiom is no longer sensitive to problems with the namespace context maintained by the StAX implementation; remove the corresponding code from the StAX dialect support.
Andreas Veithen
as veithen
More... almost 7 years ago
Unify the remaining SOAPHeader code.
Andreas Veithen
as veithen
More... almost 7 years ago
Remove unused code.
Andreas Veithen
as veithen
More... almost 7 years ago
Use MultipartBody instead of Attachments in quick start sample.
Andreas Veithen
as veithen
More... almost 7 years ago
Convert the quick start samples page to Markdown.
Andreas Veithen
as veithen
More... almost 7 years ago
More cleanup of the Serializer class.
Andreas Veithen
as veithen
More... almost 7 years ago
Simplify the serialization logic and remove the CharInfo class.
Andreas Veithen
as veithen
More... almost 7 years ago
Inline constants that are only used once.
Andreas Veithen
as veithen
More... almost 7 years ago
Unify the processing of character data in attributes and mixed content.
Andreas Veithen
as veithen
More... almost 7 years ago