There are actually two bugs:
- ExplicitlyAllowedValuesDBListQueryBuilder#build produce a null "namespace" which is not the intent of the code at all, that one is an old bug
- the velocity engine does not accept null namespace anymore (because a null namespace name can cause problem) but it should fallback on an arbitrary namespace name (which is what it used to do but which has been broken)
|