/bw-util-network

Network (http, DAV,servlet etc) related utilities

Primary LanguageJavaApache License 2.0Apache-2.0

bw-util-network Build Status

Network (http, DAV,servlet etc) related utilities

This project provides a number of network (http, DAV,servlet etc) related classes and methods for Bedework.

Requirements

  1. JDK 11
  2. Maven 3

Building Locally

mvn clean install

Releasing

Releases of this fork are published to Maven Central via Sonatype.

To create a release, you must have:

  1. Permissions to publish to the org.bedework groupId.
  2. gpg installed with a published key (release artifacts are signed).

To perform a new release:

mvn -P bedework-dev release:clean release:prepare

When prompted, select the desired version; accept the defaults for scm tag and next development version. When the build completes, and the changes are committed and pushed successfully, execute:

mvn -P bedework-dev release:perform

For full details, see Sonatype's documentation for using Maven to publish releases.

Release Notes

4.1.0

* Split off from bw-util
* Dav: Add getExtMkcolResponse method
* Dav: Fix parsing of multi-status. Was not handling no propstat correctly
* Http: Add proppatch method
* Http: Parameterize ProcessResponse interface