136
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refined the EMF model for WSDD and refactered JavaDeployWriter to use EMF to serialize the WSDD file. Note that this is not working yet because Axis may generate QNames that are invalid (such as "ns:>fault"). More... almost 13 years ago
Some initial code with an EMF model for WSDD files. More... almost 13 years ago
Created a branch to experiment with EMF. More... almost 13 years ago
Removed unused property. More... almost 13 years ago
Duplicate code reduction. More... almost 13 years ago
Specify the version of the maven-shade-plugin in the global pluginManagement. More... almost 13 years ago
Added some rudimentary tests to validate that we stay compatible with Spring's JAX-RPC remoting support. More... almost 13 years ago
Created a new (intermediary) parent Maven module for the tests and moved the interop tests. More... almost 13 years ago
Downgraded animal sniffer to version 1.8 to avoid issues on Java 5/6. More... almost 13 years ago
Avoid using hardcoded port numbers in unit tests (to ensure that the build can be run concurrently with other builds). More... almost 13 years ago
Fixed a test case that didn't do what it is expected to do because the Options class nulls out some of the entries of the args array. More... almost 13 years ago
Added a mechanism that allows individual JARs to contribute items to the default client or server configuration. This is essential for splitting up the Axis JAR into smaller modules. More... almost 13 years ago
Duplicate code reduction. More... almost 13 years ago
Moved the tcpmon resource bundle to the right place. More... almost 13 years ago
Moved the JMX support to a separate Maven module. More... almost 13 years ago
Avoid servlet initialization error. More... almost 13 years ago
Removed the org.apache.axis.components.image stuff and just use the Java 1.4 ImageIO API. More... almost 13 years ago
Removed unused imports. More... almost 13 years ago
Avoid generating dead code (the null check is already implicitly done by the instanceof operator and is unnecessary). More... almost 13 years ago
* Added a mechanism (based on the Animal Sniffer Maven Plugin) to enforce Java API compatibility at the desired version level (1.4 or 1.5 depending on the module). * Dropped support for Java 1.3. More... almost 13 years ago
Carefully crafted hack to ensure that the JaCoCo analysis contains the coverage generated by server-side code. More... almost 13 years ago
Increased test coverage for image serialization/deserialization. More... almost 13 years ago
Test case cleanup. More... almost 13 years ago
Moved SimpleAxisServer and JettyAxisServer to axis-rt-compat. They are superseded by StandaloneAxisServer. More... almost 13 years ago
Removed unused imports. More... almost 13 years ago
Moved the SOAP Monitor runtime components (handler and servlet) to a separate Maven module. Removing them from axis-rt-core is important for security reasons. More... almost 13 years ago
Cut the dependency between soapmonitor-applet and axis-rt-core. The SOAP Monitor applet must be completely self-contained. (Note that previously this was working only because javac inlines constants that have a primitive type, i.e. axis-rt-core was actually only a build time dependency). More... almost 13 years ago
Moved the SOAP Monitor Swing client to a separate Maven module. More... almost 13 years ago
Correctly build and deploy the SOAP Monitor applet. More... almost 13 years ago
Fixed the build of the XmlBeans serializers/deserializers and moved them to a separate Maven module. More... almost 13 years ago