Release 0.5.0 of Hadoop Pravega Connectors Some highlights of this release: - Fixed TLS security configurations for input and output format handlers - Tested and validated with Pravega 0.5.0 release This release includes the following list of commits (08b4498..v0.4.0): commit 08b44986b76c045ad5d87d6e4a9fa9111e5f420f Author: Vijay Srinivasaraghavan Date: Thu Aug 8 10:30:18 2019 -0700 [Issue-96] Prepare for 0.5 release (#97) Bumped Pravega/Connector version to 0.5.0 and updated Pravega sub-module commit id to r0.5 release. Signed-off-by: Vijay Srinivasaraghavan commit 6f0d855252ba9571057115e922643d8d36ec8065 Author: Vijay Srinivasaraghavan Date: Mon Jun 24 12:21:52 2019 -0700 [issue-94] Configure travis build to use JDK 8 (#95) Signed-off-by: Vijay Srinivasaraghavan commit 8be4c56d6c0a3d8e832a2486a928e22785d6fc36 Author: Vijay Srinivasaraghavan Date: Thu May 16 06:09:37 2019 -0700 [issue-80] Fix TLS security configuration (#83) * Updates security configurations to sync with Pravega Signed-off-by: Vijay Srinivasaraghavan commit cab99c1c55bbc6abd8975d76dce98df96d70a4b8 Author: Vijay Srinivasaraghavan Date: Thu May 9 10:24:37 2019 -0700 [issue-51] Add developer information to pom file for maven publishing (#77) Signed-off-by: Vijay Srinivasaraghavan commit d6fa8174ac1aa922750ee92f39dd50c5fef0bb26 Author: Vijay Srinivasaraghavan Date: Wed Apr 24 07:45:55 2019 -0700 [issue-78] Update connector to use Pravega r0.5 artifacts (#79) Signed-off-by: Vijay Srinivasaraghavan commit e788a2aa01641af58b1d2c9a81ba6bfd38e0243b Author: Vijay Srinivasaraghavan Date: Fri Apr 19 11:25:44 2019 -0700 Update issue templates added default template for new issues created commit d21d919f77f4a671e44b538ca009b6f5facd7f74 Author: Vijay Srinivasaraghavan Date: Fri Apr 12 10:22:07 2019 -0700 [issue-64] Add Pravega security configuration support (#76) * Fixes Input/Output format handler to accept Pravega security configurations * Fixes integration test to validate connector with and without security (auth and tls) * Updates Pravega to latest snapshot version Signed-off-by: Vijay Srinivasaraghavan commit d3aa9ddf997d9022c822b1f7f046557ad6e87b4e Author: Vijay Srinivasaraghavan Date: Wed Jan 16 12:35:22 2019 -0800 [issue-65] Update connector to support Pravega client API refactor (#66) * Updates Pravega to latest snapshot version 0.5.0-49.b80b627-SNAPSHOT * Updates Pravega sub-module to the commit point of snapshot version * Updates shadow gradle plugin version to fix the shade dependency issue * Fixes unit/integration tests Signed-off-by: Vijay Srinivasaraghavan