Fix boolean parsing warning when reading configuration

Compiling the plugin raises a warning:

```
[removal] Boolean(String) in Boolean has been deprecated and marked for removal
```

Fix by calling  `parseBoolean` instead [1]

[1] https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/lang/Boolean.html#Boolean-java.lang.String-

Change-Id: I4da5f55db10b18f956301df620d5822e31585954
1 file changed
tree: 2a7d270346b1404c06c69db71f7344e6df000063
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

events-aws-kinesis

Provide producer and consumer of events streamed over AWS kinesis.

Build

Information on how to build this plugin can be found here

Configuration

Information on how to configure this plugin can be found here