Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.14.0
-
Fix Version/s: 1.15.0
-
Component/s: None
-
Labels:None
Description
The migration notes for 1.14.0 states that the configuration property to check for JDOQL VARIABLES class name validity is:
isis.reflector.validator.jdoqlVariablesClause
However, the corresponding facet factory defines the property differently:
public static final String ISIS_REFLECTOR_VALIDATOR_JDOQL_VARIABLES_CLAUSE_KEY = "isis.reflector.validator.variablesFromClause";
I would argue that the documentation's version is better, since the factory version is rather ambiguous with respect to the property that defines JDOQL FROM clause validation. I will raise a PR that changes the constant to match the documentation.