All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The change log file consists of sections listing each version and the date they were released along with what was added, changed, deprecated, removed, fix and security fixes.
- Added - Lists new features
- Changed - Lists changes in existing functionality
- Deprecated - Lists once-stable features that will be removed in upcoming releases
- Removed - Lists deprecated features removed in this release
- Fixed - Lists any bug fixes
- Security - Lists security fixes to security vulnerabilities
- Updated Testify Version
- Insured that
local-resources-bom
dependencies are test scoped.
- Changed groupId from
org.testifyproject.resources
toorg.testifyproject.local-resources
- Updated Testify Dependency Version to 1.0.0
- Updated local resources versions to the latest released version
Updated versions of Testify and Build-Tools dependencies
- Updated to the latest Testify API version 0.9.6
- Updated and added LocalResourceInstance paramter to LocalResourceProvider#stop method
- Upgraded Testify API version to 0.9.4 and adopted Semantic Testing
- Updated ResourceProvider implementations to use LocalResourceProvider updated method signature
- Updated LocalResourceInstance getServer() reference to getResource()
- Updated LocalResourceInstanceBuilder server() reference to resource()
- Added sonatype plugin repos
- Centralized the generation of a jar with resource version classifier
- Contributing documentation
- Issue with artifacts not being deployed due to missing javadoc artifacts
- Issue with artifacts not being deployed due to missing javadoc artifacts
- ResourceProvider implementations for:
- HSQL Database
- ElasticSearch
- Apache Storm
- Apache Kafka
- Apache YARN
- Apache HDFS
- Apache ZooKeeper
- Titan Graph Database