0.8.0-rc2
Pre-release
Pre-release
Staging repository
To test the release, use the staging repository by including following in your pom.xml
:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1104</url>
</repository>
</repositories>
Main Changes since 0.8.0-rc1
Fix Maven dependencies
Fix dependency issues with Jackson Databind and Json Path (#116)
For more details about the new features see the RELEASE_NOTES.md and the README.md. All changes can be found under the 0.8.0 milestone.