Milchreis opened a new pull request, #154: URL: https://github.com/apache/commons-scxml/pull/154
hi, I had some trouble by using commons-scxml, because JEXL doesn't know my objects. Unfortunately JEXL is not very verbose and I took some time to understand that there are permissions. `commons-scxml` has no "easy" way to add some custom permissions and it needs a deeper understanding to see that the JexlEvaluator has to derive with an overridden `createJexlEngine`-method. This PR contains a new constructor for JexlEvaluator which allows a custom set of classes which is used in `createJexlEngine()`. Moreover there is a test now, which supportes the usage of classes outside the allowed java- and sxcml2-packages. I hope it finds a way into this great library 😊 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
