OpenEngSB Appointment Domain - Version 2.0.0 2012-01-09
This release upgrades the domain to a) work with the latest version of the OpenEngSB and b) incorporated the latest features of the new version (EDB integration, WSDLs for easy bridge integration, dedicated documentation).
Download
You can download the release manually...
...or reference the domain directly in Apache Maven...
<dependency>
<groupId>org.openengsb.domain</groupId>
<artifactId>org.openengsb.domain.appointment</artifactId>
<version>2.0.0</version>
</dependency>
...to install the features either drop the features.xml into the deploy folder or add the following into the OpenEngSB shell...
features:addurl mvn:org.openengsb.domain/org.openengsb.domain.appointment/2.0.0/xml/features
features:install openengsb-domain-appointment/2.0.0
The KEYS used to sign the release can be found here.
Online Documentation
You can browse the documentation online here:
Release Notes
Bug
* OPENENGSB-2315 - adapt appointment domain to current openengsb-framework
* OPENENGSB-2582 - Domains and Connectors need to include our snapshot repo to work with deployed snapshots correctly
Improvement
* OPENENGSB-1748 - Enhance appointment domain with EDB CUD Events
* OPENENGSB-2586 - Include issuetracker, buildserver and inceptionYear from root
New Feature
* OPENENGSB-2492 - Include and provide documentation in own feature
* OPENENGSB-2494 - Provide wsdl files for events and domain itself
* OPENENGSB-2575 - Include wsdl definition from 2.4.0 parent
Task
* OPENENGSB-2491 - Release openengsb-domain-appointment 2.0.0
* OPENENGSB-2493 - Use CHANGELOG instead of CHANGLOG.md
* OPENENGSB-2495 - Add README file
* OPENENGSB-2566 - upgrade openengsb-domain-parent to 2.3.0 in all domains
* OPENENGSB-2596 - Adapt domain.name in domains to be e.g. AppointmentDomain instead of Appointment alone