thombergs / docx-stamper

Easy-to-use template engine for creating docx documents in Java.
MIT License
213 stars 90 forks source link

Add configured expression resolver to default comment proccessors #89

Closed LucasJC closed 1 year ago

LucasJC commented 3 years ago

This version registers configured expression resolver to ParagraphRepeatProcessor and RepeatDocPartProcessor which before defaulted to NoOpEvaluationContextConfigurer.

antoineCharpentier-19 commented 3 years ago

Please merge this pr. We need it for HashMap based contexts and have resorted to reflection to set the resolvers in the meantime, which really sucks.

thombergs commented 1 year ago

thanks for the contribution! I already merged in #92, which contains this change, though.