https://github.com/evolvedbinary/apache-xmlrpc
Fork of Apache XML-RPC
https://github.com/evolvedbinary/apache-xmlrpc
Last synced: 10 months ago
JSON representation
Fork of Apache XML-RPC
- Host: GitHub
- URL: https://github.com/evolvedbinary/apache-xmlrpc
- Owner: evolvedbinary
- License: apache-2.0
- Created: 2021-06-12T15:23:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T15:40:15.000Z (over 3 years ago)
- Last Synced: 2025-07-09T03:18:50.565Z (11 months ago)
- Language: Java
- Homepage:
- Size: 1.35 MB
- Stars: 11
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fork of Apache XML-RPC
[](https://circleci.com/gh/evolvedbinary/apache-xmlrpc/tree/main)
[](https://adoptopenjdk.net/)
[](https://opensource.org/licenses/Apache2.0)
[](https://search.maven.org/search?q=g:com.evolvedbinary.thirdparty.org.apache.xmlrpc)
[Apache XML-RPC](https://ws.apache.org/xmlrpc/) is no longer officially maintained by Apache.
This is a simple fork for the purposes of:
1. Applying the latest security patches.
2. Providing support for Jakarta EE 5+, i.e.: `jakarta.javax`
* The Apache XML-RPC source code was imported to Git from the archived SVN Apache XML-RPC repository at: https://svn.apache.org/repos/asf/webservices/archive/xmlrpc/
* The security patches were obtained from the Fedora project's package at: https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/34/Everything/source/tree/Packages/x/xmlrpc-3.1.3-28.fc34.src.rpm
* Whilst 6 patches are available, the 2nd patch for OSGI metadata has not been applied as `PR: XMLRPC-184` (see commit: f0b8977) exists in the main line of this code base and already adds some conflicting OSGI metadata support.
*NOTE*: This fork was created for our own purposes, and we offer no guarantee that we will maintain it beyond our own requirements.
*NOTE*: The version 4.x.x line contains only the original source code plus the security updates, whereas the 5.x.x line also contains changes to switch from the `javax.servlet` package namespace to Jakarta EE's `jakarta.servlet` package namespace.
However, if you want a possibly more secure Apache XML-RPC than the last official version (3.1.3), then this fork's artifacts are available
from Maven Central as:
## XML-RPC Server
```xml
com.evolvedbinary.thirdparty.org.apache.xmlrpc
xmlrpc-server
5.0.0
```
## XML-RPC Client
```xml
com.evolvedbinary.thirdparty.org.apache.xmlrpc
xmlrpc-client
5.0.0
```
## XML-RPC Common
```xml
com.evolvedbinary.thirdparty.org.apache.xmlrpc
xmlrpc-common
5.0.0
```
## Perfoming a Release
To release a new version for Evolved Binary to Maven Central, simply run:
``` bash
mvn -Dmaven.site.skip=true -Dmaven.site.deploy.skip=true -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119 -Darguments="-Dmaven.site.skip=true -Dmaven.site.deploy.skip=true -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119" release:prepare
...
mvn -Dmaven.site.skip=true -Dmaven.site.deploy.skip=true -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119 -Darguments="-Dmaven.site.skip=true -Dmaven.site.deploy.skip=true -Dgpg.keyname=D4A08A8AB731BF576354A8183EF2B4866A540119" release:perform
```
Then visit https://oss.sontatype.org and login, and release the staged artifacts to Maven Central