In this release all all interfaces and implementations have been adapted to the latest domain/openengsb versions. In addition EDB/EKB access has been implemented.
You can download the release manually...
Description | Download Link | PGP | SHA1 | MD5 |
---|---|---|---|---|
Binary Distribution | download | PGP | SHA1 | MD5 |
Source Distribution | download | PGP | SHA1 | MD5 |
Features Descriptor | download | PGP | SHA1 | MD5 |
Docbook Distribution | download | PGP | SHA1 | MD5 |
Manuals | download | PGP | SHA1 | MD5 |
...or reference the connector directly in Apache Maven...
<dependency> <groupId>org.openengsb.connector</groupId> <artifactId>org.openengsb.connector.notificationsample</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.connector/org.openengsb.connector.notificationsample/2.0.0/xml/features features:install openengsb-connector-notificationsample/2.0.0
The KEYS used to sign the release can be found here.
You can browse the documentation online here:
* OPENENGSB-2324 - adapt notification sample connector to current openengsb-framework
* OPENENGSB-2647 - domain.version.range does not follow semantic versioning
* OPENENGSB-2577 - add short description to connector-manual
* OPENENGSB-2638 - Upgrade domain-notification to 2.0.0
* OPENENGSB-2567 - move connector documentation to corresponding connector-repositories
* OPENENGSB-2568 - adapt connector to new flat package structure
* OPENENGSB-2657 - Release connector-notificationsample-2.0.0
* OPENENGSB-2660 - Rename CHANGELOG.md to CHANGELOG
* OPENENGSB-2661 - use openengsb-connector-parent-2.4.0