This project provides an event registration service for Bedework.
- JDK 17
- 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 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 github/maven release
- Use SOAP for event retrieval
- Much refactoring
- Very many other changes in UI and processing.
- Issues after problems with release of 4.0.0
- Update library versions
- Try to fix the comparison for properties. They are supposed to be in a fixed order by name - however the name of wrapped x-properties is a parameter. Use that parameter for the comparison.
- Update library versions
- Logging changes
- Update library versions
- Logging changes
- Update library versions
- Update library versions
- Update library versions
- Update library versions
- Lowercase account unless mixed case environment variable BEDEWORK_MIXEDCASE_ACCOUNTS is set to true
- Update library versions
- Refactor of bedework project
- Use bedework-parent for builds.
- Update library versions
- Redo release
- Update library versions
- Simplify the configuration utilities.
- Remove dependency on bw-xml
- Omitted to remove bw-xml as a dependency
- Upgrade library versions
- Fix needed to deal with util.hibernate bug relating to static sessionFactory variable.