Am Dienstag, dem 09.04.2024 um 14:34 + schrieb Mutter, Florian:
>
>
> We found the issue: On the cluster with the new kubernetes version
> the application did start on a smaller node. The node has only 8
> cores. The common ForkJoinPool was only 1/4th of the size. It seems
> that the applicat
Hi Steve,
just use this Sql.execute method
https://docs.groovy-lang.org/latest/html/api/groovy/sql/Sql.html#execute(java.lang.String,groovy.lang.Closure)
to send arbitrary statements and decide by the isResultSet flag in the
closure whether you have to obtain a result set from a select query, or
Hi Erick,
Groovy's XmlUtil is using javax.xml.transform.Transformer
OutputKeys.INDENT property.
Transformer transformer = factory.newTransformer();
transformer.setOutputProperty(OutputKeys.INDENT, "yes");
In Java 9, the indentation behavior changed. Please note
https://bugs.openjdk.org/browse