openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Axis (Java)
Settings
|
Report Duplicate
136
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 18, 2024 — Sep 18, 2025
Showing page 6 of 441
Search / Filter on:
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").
Andreas Veithen
More...
almost 13 years ago
Some initial code with an EMF model for WSDD files.
Andreas Veithen
More...
almost 13 years ago
Created a branch to experiment with EMF.
Andreas Veithen
More...
almost 13 years ago
Removed unused property.
Andreas Veithen
More...
almost 13 years ago
Duplicate code reduction.
Andreas Veithen
More...
almost 13 years ago
Specify the version of the maven-shade-plugin in the global pluginManagement.
Andreas Veithen
More...
almost 13 years ago
Added some rudimentary tests to validate that we stay compatible with Spring's JAX-RPC remoting support.
Andreas Veithen
More...
almost 13 years ago
Created a new (intermediary) parent Maven module for the tests and moved the interop tests.
Andreas Veithen
More...
almost 13 years ago
Downgraded animal sniffer to version 1.8 to avoid issues on Java 5/6.
Andreas Veithen
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).
Andreas Veithen
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.
Andreas Veithen
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.
Andreas Veithen
More...
almost 13 years ago
Duplicate code reduction.
Andreas Veithen
More...
almost 13 years ago
Moved the tcpmon resource bundle to the right place.
Andreas Veithen
More...
almost 13 years ago
Moved the JMX support to a separate Maven module.
Andreas Veithen
More...
almost 13 years ago
Avoid servlet initialization error.
Andreas Veithen
More...
almost 13 years ago
Removed the org.apache.axis.components.image stuff and just use the Java 1.4 ImageIO API.
Andreas Veithen
More...
almost 13 years ago
Removed unused imports.
Andreas Veithen
More...
almost 13 years ago
Avoid generating dead code (the null check is already implicitly done by the instanceof operator and is unnecessary).
Andreas Veithen
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.
Andreas Veithen
More...
almost 13 years ago
Carefully crafted hack to ensure that the JaCoCo analysis contains the coverage generated by server-side code.
Andreas Veithen
More...
almost 13 years ago
Increased test coverage for image serialization/deserialization.
Andreas Veithen
More...
almost 13 years ago
Test case cleanup.
Andreas Veithen
More...
almost 13 years ago
Moved SimpleAxisServer and JettyAxisServer to axis-rt-compat. They are superseded by StandaloneAxisServer.
Andreas Veithen
More...
almost 13 years ago
Removed unused imports.
Andreas Veithen
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.
Andreas Veithen
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).
Andreas Veithen
More...
almost 13 years ago
Moved the SOAP Monitor Swing client to a separate Maven module.
Andreas Veithen
More...
almost 13 years ago
Correctly build and deploy the SOAP Monitor applet.
Andreas Veithen
More...
almost 13 years ago
Fixed the build of the XmlBeans serializers/deserializers and moved them to a separate Maven module.
Andreas Veithen
More...
almost 13 years ago
←
1
2
3
4
5
6
7
8
9
10
…
440
441
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree