Skip to content

Do not send empty texts to formatting service

Daniel Gerhardt requested to merge formatting-exclude-empty into master

Empty properties are filtered by Jackson which causes a bad request response from the formatting service. As a consequence, an exception was thrown and the cache was not used in this case.

Merge request reports