locationtech / geowave

GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Apache License 2.0
500 stars 190 forks source link

Investigate Issues with JCommander and booleans #1856

Open rfecher opened 2 years ago

rfecher commented 2 years ago

Since the latest version updates it seems JCommander has stopped working with some booleans unless we set the arity to 1 and explicitly use --<option> true instead of simply --<option>