Description
(reported by Max Ockner on the user mailing list)
Jexl 3.0 enforced that a JexlExpression does not contains statements. However, NUTCH-2368 intended that a JexlScript is allowed. Need to switch from JexlExpression to JexlScript in Generator.
But should also verify whether to fix other components where Jexl is used:
- JexlExchange
- JexlIndexingFilter
- CrawlDbReader