This project provides a number of utility classes and methods for Bedework.
It was split off from the bw-util project to avoid some circular dependency issues
- JDK 8
- 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.
- Move bw-util/bw-util-calendar and bw-util/bw-util-vcard into this project
- Update javadoc plugin config
- Bump jackson version
- Updates for chnages to vpoll spec. Using participant not vvoter. Update to ical4j version and many related changes
- Use regular expressions to parse date time values in XcalUtil.getIcalFormatDateTime. Return null for bad values or null.
- Remove some references to log4j
- Update library versions
- Move a bunch of vcard related code from carddav into common utility project
- Add methods to allow easier setting of properties.
- Handle CONCEPT
- Handle uid and fix geo
- Move some icalspecific code into util2.IcalendarUtil
- Update library versions
- Update library versions
- bw-util version and add ESTIMATED-DURATION support
- Update library versions
- Update library versions
- Update library versions
- Fix WsXMLTranslator
- Use bedework parent
- Update library versions
- Update library versions
- Changes for vlocation
- Add EMAIL parameter to index
- Add a concept entity with a couple of methods and use it.
- Add a do not use flag to locations
- Add more information to message to identify property.