Adam Gent
Adam Gent
@rob-bygrave I will put the change in version (RC) on rainbowgum to try it out today. Thanks!
I think we can probably close it as it looks good to me.
Allow custom encoder and custom output for MetaLog.
For others: https://jstach.io/jstachio/io.jstach.jstache/io/jstach/jstache/JStacheLambda.html I guess the big problem is that the documentation just builds on previous examples. I assume you saw this in the Javadoc? : > If we want...
> So the paragraph I quoted was detached from its example? Or maybe just didn't refer to its example? It's still confusing (for me anyway). Yes it is a terrible...
@dsyer Also there is a full code example in the Javadoc on the template parameter: https://jstach.io/jstachio/io.jstach.jstache/io/jstach/jstache/JStacheLambda.html#template() I admit its discoverability is poor. Perhaps I will repeat it on the class...
I did some work on this and found some issues with TYPE_USE annotations across compile time boundaries. See https://github.com/jspecify/jspecify/issues/365 The short of it is types that are not in the...
Note mostly to myself but a possible solution to checking for Nullable TYPE_USE given the JDK bug is using Jandex: https://smallrye.io/jandex/jandex/3.1.2/core/browsing.html
Thanks @cpovirk This is pretty exciting and I'm looking forward to continue making JStachio one of the safest templating languages. I think even those in the `Optional` as parameters camp...
Mainly a note to myself but I followed the same i18n technique JMustache uses in spring-comparing-template-engines: https://github.com/jreijn/spring-comparing-template-engines/pull/127/commits/5d0bbe19cc2a2c7d7bc95a5108abce18854b4eac And it worked rather well.