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.
Download
You can download the release manually...
...or reference the connector directly in Apache Maven...
<dependency>
<groupId>org.openengsb.connector</groupId>
<artifactId>org.openengsb.connector.gcontacts</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.gcontacts/2.0.0/xml/features
features:install openengsb-connector-gcontacts/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-2318 - adapt gcontacts connector to current openengsb-framework
* OPENENGSB-2582 - Domains and Connectors need to include our snapshot repo to work with deployed snapshots correctly
* OPENENGSB-2647 - domain.version.range does not follow semantic versioning
Improvement
* OPENENGSB-1835 - Enhance gcontacts connector with EDB/EKB access
* OPENENGSB-2577 - add short description to connector-manual
* OPENENGSB-2586 - Include issuetracker, buildserver and inceptionYear from root
Library Upgrade
* OPENENGSB-2641 - upgrade domain-contact to 2.0.0
Task
* OPENENGSB-2567 - move connector documentation to corresponding connector-repositories
* OPENENGSB-2568 - adapt connector to new flat package structure
* OPENENGSB-2652 - Release connector-gcontacts-2.0.0
* OPENENGSB-2660 - Rename CHANGELOG.md to CHANGELOG
* OPENENGSB-2661 - use openengsb-connector-parent-2.4.0