zapov
zapov
@jpweit did you try it with v6.1.1 ?
Hi @jpweit I will assume you meant that it fixed the previous error? Or you meant what you wrote (that it didn't fix it) with previous error being `Comparison method`?...
Hi @jpweit and @jmreisswitz We've released v7 which further optimizes this use case. If you use library from https://github.com/ngs-doo/TemplaterExamples/releases/tag/v7.0.0 on your provided template and data it finishes in 5 seconds...
I'll close this as this sounds like a problem with plugin, not Templater. If you manage to reproduce it with vanilla version please reopen
Not really as its an option regarding whole compilation. The usual way to deal with it is to mark properties causing that with relevant converter like this: https://github.com/ngs-doo/dsl-json/blob/15d66f0bc5e0d018181d202517f6805e053f107b/examples/MavenJava/src/main/java/com/dslplatform/maven/Example.java#L46 Is that...
Timestamp without TZ is almost always the wrong type to use in PG. PG doesn't even save the TZ as it was specified, but it rather converts it to instance...
Hi @vstoyanov Yeah, it would be nice to improve support for declaring external classes for analysis. PR is welcome, some up-front proposal would be nice to have. btw. dsl-json somewhat...
Tnx for the report. Would be nice to have a test for this. As for the fix, I'd rather fix is as len
There is no support currently to dynamically specify fields. Its a known thing, but there is no support for it yet as its a runtime thing, while dsl-json tries to...
The closest thing currently you can do is use JsonIgnore marker on field annotation.