Network (http, DAV,servlet etc) related utilities
This project provides a number of network (http, DAV,servlet etc) related classes and methods for Bedework.
- JDK 11
- Maven 3
mvn clean install
Releases of this fork are published to Maven Central via Sonatype.
To create a release, you must have:
- Permissions to publish to the
org.bedework
groupId. 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.
- 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
- Update library versions.
- Remove a bunch of unnecessary throws clauses
- Update library versions.
- Update library versions.
- Update library versions.
- Update library versions.
- Use bedework-parent
- Update library versions.
- HttpServletUtils: Use the principal name if REMOTE_USER is not set. Keycloak shib code needs this.
- Update library versions.
- ConfiguredXSLTFilter: Use name defined in PresentationState
- Update library versions.
- Fix up a bunch of introduced config errors
- Add support for the Saxon XSLT support
- Allow "on" in ReqPar
- HttpServletUtils: Implement stripping of domain from principal
- Update library versions.
- Update library versions.
- Update util-conf version.
- Sonatype failure- redo release.