Hi i'm doing some maintenance work on the bsf library which currently
depends on a jexl 1.x. There's a few imports that aren't exactly resolving.

import org.apache.commons.jexl.JexlContext;
moved to import org.apache.commons.jexl3.JexlContext;

import org.apache.commons.jexl.JexlHelper;
unknown what happened to this but seems to have been removed in 2.x

import org.apache.commons.jexl.Script;
i think moved to import org.apache.commons.jexl3.JexlScriptScript;

import org.apache.commons.jexl.ScriptFactory;
not sure what this maps to in the current code base

I found some notes in the release notes about a jexl-comat library but
couldn't find it published anywhere. I also poked around the website
looking for some kind of migration guide.

Any pointers to how i can update this code base?

Reply via email to