Skip to content

evolvedbinary/apache-ws-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of Apache Web Services Commons

CircleCI Java 8 License Maven Central

Apache WS-Commons is no longer officially maintained by Apache. This is a simple fork for the purposes of:

  1. Providing a new bug free implementation of org.apache.ws.commons.util.NamespaceContextImpl

NOTE: This fork was created for our own purposes, and we offer no guarantee that we will maintain it beyond our own requirements.

NOTE: As the SVN release tags appear to have been deleted, we have tried to reconstruct the following git tags:

  • ws-commons-util-1.0.2 contains only the original source code that we have inferred made up the last Apache release of WS-Commons Util.
  • ws-commons-1.0.1 contains only the original source code that we have inferred made up the last Apache release of WS-Commons Util and Java 5.

However, if you want an Apache WS-Commons that has been improved over the last Apache version, then this fork's artifacts are available from Maven Central as:

WS-Commons Util

    <dependency>    
        <groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.util</groupId>
        <artifactId>ws-commons-util</artifactId>
        <version>1.1.0</version>
    </dependency>

WS-Commons Java 5

    <dependency>    
        <groupId>com.evolvedbinary.thirdparty.org.apache.ws.commons.java5</groupId>
        <artifactId>ws-commons-java5</artifactId>
        <version>1.1.0</version>
    </dependency>

Perfoming a Release

To release a new version for Evolved Binary to Maven Central, simply run:

mvn -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119 -Darguments="-Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119" release:prepare

...

mvn -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119 -Darguments="-Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119" release:perform

Then visit https://central.sonatype.com/ and login, and release the staged artifacts to Maven Central

About

Fork of Apache Web Services Commons

Resources

License

Stars

Watchers

Forks

Packages

No packages published