perwendel / spark-template-engines

Repository for different Template engine implementations.
Apache License 2.0
134 stars 101 forks source link

Update to Velocity 2.0, where context keys are always String. #79

Open toyg opened 5 years ago

toyg commented 5 years ago

Fix for #68 . Velocity 2 enforces String as keys, so we end up with an unchecked cast that we have to suppress.

BlairStewart commented 1 year ago

@perwendel Any chance this can be merged, as this is a security issue that has been open for years now.