Christian Winkler

Results 4 comments of Christian Winkler

The workaround with `DANGEROUS_disableRequiredPropertiesCheck(true)` does not work here because some properties are defined as primitives which leads to `NullPointerException` in the following. ``` Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because...

This is getting worse instead of better. With version 4.21.1 we see additional summary info printed to stdout which cannot be disabled by the `Scope.enter(...) `workaround, and even the messages...

The workaround I use here is to set all properties of the `path-tokenizer` element using default values. The get request then also includes all properties, avoiding the missing-property error.

I suppose (without having looked into the code) that this is added by the client. The client prefixes the aggregation's name in the request which then occurs identically in the...