You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit samskivert/jmustache@9eda17f changes the default escape characters used by JMustache. This breaks the code-generation of bigDecimalAsString in the Java language because the annotation @JsonSerialize(using = ToStringSerializer.class)
is written as @JsonSerialize(using = ToStringSerializer.class)
You could avoid this by disabling the escaper in JMustache
The text was updated successfully, but these errors were encountered:
The commit samskivert/jmustache@9eda17f changes the default escape characters used by JMustache. This breaks the code-generation of bigDecimalAsString in the Java language because the annotation
@JsonSerialize(using = ToStringSerializer.class)
is written as
@JsonSerialize(using = ToStringSerializer.class)
You could avoid this by disabling the escaper in JMustache
The text was updated successfully, but these errors were encountered: