Closed Maia-Everett closed 12 years ago
Sorry for replying with such a huge delay. I have to fix my GitHub notifications.
The classnames have changed a bit, could you update the issue?
Sorry about the confusion. DefaultEvaluatorFactory is in querydsl-collections.
There is no way for the user to supply their own EvaluatorFactory.
DefaultEvaluatorFactory internally creates an instance of EvaluatorFactory with no way to override it with a custom subclass of EvaluatorFactory, short of subclassing DefaultEvaluatorFactory and copy-pasting all its methods.
Please provide a constuctor for DefaultEvaluatorFactory that accepts a custom instance of EvaluatorFactory.