The version of JCommander used in GeoWave is over 5 years old and many other projects carry a transitive dependency on JCommander (like the guava problem).
We should update to the latest version. The main issue is the JCommander console can/should be no longer accessed in a static way. We should use the current JCommander instance to get the console.
The version of JCommander used in GeoWave is over 5 years old and many other projects carry a transitive dependency on JCommander (like the guava problem).
We should update to the latest version. The main issue is the JCommander console can/should be no longer accessed in a static way. We should use the current JCommander instance to get the console.