OpenEngSB Deploy 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.deploy</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.deploy/2.0.0/xml/features
features:install openengsb-domain-deploy/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-2319 - adapt deploy domain to current openengsb-framework
* OPENENGSB-2582 - Domains and Connectors need to include our snapshot repo to work with deployed snapshots correctly
Improvement
* OPENENGSB-1805 - Enhance deploy domain with EDB CUD Events
* OPENENGSB-2586 - Include issuetracker, buildserver and inceptionYear from root
New Feature
* OPENENGSB-2513 - move documentation to domain
* OPENENGSB-2575 - Include wsdl definition from 2.4.0 parent
Task
* 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
* OPENENGSB-2624 - release domain-deploy-2.0.0