Tom Bollwitt

Results 3 issues of Tom Bollwitt

Transitive dependencies of excluded dependencies get added as libraryjars, so if you want to exclude a dependency then you also have to go through the dependency tree and exclude all...

The generated table definition uses 'int' data types for values that are longs. The 'curated' JSON document used Long.MAX_VALUE as the field value. The scalarNumericType() method should probably attempt convert...

The `TahuPayloadHandler` class is calling `HostApplicationEventHandler.onNodeDataArrived()` instead of calling `HostApplicationEventHandler.onNodeDataComplete()` at the end of of it's `handleNodeData()` method.