In Configuration the Mode/Strategy can be changed with setResolvingMode/Strategy.
However, in DefaultCheck constructor, SchemaProvider.getReportInputSchema is called and here, ResolvingMode.STRICT_RELATIVE is hardcoded.
The reportInputSchemaobject is only set in this method.
In Configuration the Mode/Strategy can be changed with
setResolvingMode/Strategy
. However, inDefaultCheck
constructor,SchemaProvider.getReportInputSchema
is called and here,ResolvingMode.STRICT_RELATIVE
is hardcoded. ThereportInputSchema
object is only set in this method.Or maybe I overlooked some configuration ...