18
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 20 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AXIOM-447: Create the servlet context programmatically instead of using an exploded WAR. This should make it easier to create parameterized tests.
Andreas Veithen
as veithen
More... almost 11 years ago
Set up the project so that Jetty logs to log4j as well.
Andreas Veithen
as veithen
More... almost 11 years ago
Simplified the creation of the test client application context.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Implemented another optimization strategy to select the optimal strategy to be used by getPayloadSource().
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Moved SOAP related code to a sub-package; we may later implement POX as well.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Implemented a specific optimization to prevent PayloadRootAnnotationMethodEndpointMapping from consuming/building the Axiom message.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed unused import.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Include the new Axiom/Spring-WS integration in the code coverage analysis.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed an old test case that doesn't contain any assertions.
Andreas Veithen
as veithen
More... almost 11 years ago
Javadoc correction.
Andreas Veithen
as veithen
More... almost 11 years ago
Instead of extending DefaultHandler, implement the relevant interfaces.
Andreas Veithen
as veithen
More... almost 11 years ago
Fixed SVN properties on Java and POM files.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447 - Iteration 1 - Implementation: Created implementations for SoapMessageFactory and related APIs. The only implemented features are those necessary to support Spring-WS in a simple scenario without databindings.
Andreas Veithen
as veithen
More... almost 11 years ago
Configured repository dictated auto-props (new in Subversion 1.8).
Andreas Veithen
as veithen
More... almost 11 years ago
Added a getSAXResult method to OMContainer. That method allows to append child nodes to an OMContainer using a SAXResult and is required for AXIOM-447.
Andreas Veithen
as veithen
More... almost 11 years ago
Instead of creating an element with a dummy name and rename it later, temporarily store the namespace declarations and add them later.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447 - Iteration 1 - Tests: Implemented a simple test scenario that uses Spring-WS on the client and server side without data binding (but with JDOM2).
Andreas Veithen
as veithen
More... almost 11 years ago
Removed the setBuilder method from OMElement. It is an internal method that should not be part of the public API.
Andreas Veithen
as veithen
More... almost 11 years ago
OMTextImpl#nodeType should be final.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-445: Fixed the Javadoc of the dataHandlerObject field in the OMText implementations.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed some attributes in the OMText implementations that were only used by the deprecated getNamespace() method and that are actually not necessary.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed useless/irrelevant/redundant Javadoc.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed unnecessary initializers.
Andreas Veithen
as veithen
More... almost 11 years ago
Added minimal test coverage for the (deprecated) OMText#getNamespace() method.
Andreas Veithen
as veithen
More... almost 11 years ago
Added Javadoc.
Andreas Veithen
as veithen
More... almost 11 years ago
Javadoc cleanup.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed a constant that is not part of the public API and that is never used.
Andreas Veithen
as veithen
More... almost 11 years ago
Simple measure to reduce the test execution time.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed irrelevant todo item
Andreas Veithen
as veithen
More... almost 11 years ago
Fixed some SAX serialization test cases.
Andreas Veithen
as veithen
More... almost 11 years ago