HubSpot / jinjava

Jinja template engine for Java
Apache License 2.0
690 stars 168 forks source link

Count Optional as resolvable inside EagerExpressionResolver #1186

Closed jasmith-hs closed 3 months ago

jasmith-hs commented 4 months ago

With https://github.com/HubSpot/jinjava/pull/1175 which serializes Optional values correctly, we can count them as resolvable inside of EagerExpressionResolver, since we know how to reconstruct them now.