This project provides a number of classes and methods for processing of logs for Bedework. It also provides a runnable cli.
- JDK 21
- 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.bedeworkgroupId. gpginstalled with a published key (release artifacts are signed).
To perform a new release use the release script:
./bedework/build/quickstart/linux/util-scripts/release.sh "" "-SNAPSHOT"
When prompted, indicate all updates are committed
For full details, see Sonatype's documentation for using Maven to publish releases.
- First version
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Build bw-logs as the app for log processing. Add new script and update script to use that module
- Update library versions
- Move response classes and ToString into bw-base module.
- pre-jakarta release