This project provides a self 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 successful release
- Update library versions
- Fix encoding of password. Ldap requires the prefix
- hawtio can't cope with spaces in mbean info for parameters
- Update library versions
- Update library versions
- Logging changes
- Update library versions
- Update library versions
- Switch to PooledHttpClient
- Update library versions
- Update library versions
- Use bedework-parent for builds.
- Update library versions
- Update bw-util version to use new exception handling. Also update for new schema build code.
- ehcache needs a name.
- Simplify the configuration utilities.
- Turn selfreg into war
- Upgrade library versions
- Fix needed to deal with util.hibernate bug relating to static sessionFactory variable.