HubSpot / jinjava

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

Fix NPE in dictsort. #1180

Closed hs-lsong closed 4 months ago

hs-lsong commented 4 months ago

Some map may have null values or keys. Let's skip them when sorting -- treated them as equal to anything.