18
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typos.
Andreas Veithen
as veithen
More... over 10 years ago
Upgraded to latest Pax Exam version.
Andreas Veithen
as veithen
More... over 10 years ago
Upgraded to RAT 0.10.
Andreas Veithen
as veithen
More... over 10 years ago
Fixed typo.
Andreas Veithen
as veithen
More... over 10 years ago
Use source:jar-no-fork instead of source:jar.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Still need the JavaMail dependency in the apidocs module to generate the Javadoc.
Andreas Veithen
as veithen
More... almost 11 years ago
Upgraded to Apache super-POM version 13.
Andreas Veithen
as veithen
More... almost 11 years ago
Use jboss.version property consistently.
Andreas Veithen
as veithen
More... almost 11 years ago
Fixed an issue in the JBoss tests that occurs when JaCoCo is disabled.
Andreas Veithen
as veithen
More... almost 11 years ago
Skip JaCoCo on Java 1.8 (not supported yet).
Andreas Veithen
as veithen
More... almost 11 years ago
Upgraded to latest JaCoCo version.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Updated the changelog in the user guide to mention that JavaMail is no longer a dependency.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Made JavaMail an optional dependency of axiom-compat. This removes the JavaMail JAR from the distribution. Deleted the corresponding license file.
Andreas Veithen
as veithen
More... almost 11 years ago
Removed an item from the Axiom 1.3 road map that has already been addressed in r1508538 (AXIOM-418).
Andreas Veithen
as veithen
More... almost 11 years ago
Added an item about the SOAPVersion API to the Axiom 1.3 road map.
Andreas Veithen
as veithen
More... almost 11 years ago
* Added MediaType constants for the most common media types.
Andreas Veithen
as veithen
More... almost 11 years ago
* Fixed some code and documentation based on an incorrect/outdated interpretation of the StAX specs: the writeNamespace and writeDefaultNamespace methods in XMLStreamWriter are actually expected to update the namespace context, and explicit calls to setPrefix and setDefaultPrefix are therefore not required.
Andreas Veithen
as veithen
More... almost 11 years ago
Rely on transitive dependencies for StAX and Activation. That makes it easier to exclude/replace these dependencies in downstream projects.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: JavaMail is no longer required.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Also removed the JavaMail dependency from the implementations (LLOM and DOOM).
Andreas Veithen
as veithen
More... almost 11 years ago
Increased test coverage and removed some unused code.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Removed the dependency on JavaMail.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Removed MessagingException from the methods in the FileAccessor API. Note that in some rare cases, this will break source code compatibility, but it will not break binary compatibility.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Javadoc fix. The comment about MimeType actually applies to Geronimo's implementation, not the reference implementation.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-418: Added a replacement for the JavaMail ContentType class.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Some AxiomOptimizationEnabler improvements.
Andreas Veithen
as veithen
More... almost 11 years ago
* AXIOM-447 - Iteration 2: Added a WS-Addressing test scenario and implemented the necessary methods (for SOAP 1.1 and 1.2).
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: Use more meaningful names for application contexts.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447 - Iteration 2: Execute the test case from iteration 1 also with SOAP 1.2.
Andreas Veithen
as veithen
More... almost 11 years ago
AXIOM-447: No need to use PortAllocator.
Andreas Veithen
as veithen
More... almost 11 years ago