Davin Kevin
Davin Kevin
Thank you for your answer @Wilfred > This isn't possible I'm afraid. --ignore-matchine-lines isn't passed to the external diff tool as far as I can see. Maybe something to report...
"very much backward compatible", is it enough for prod use case? If you assure it is backward compatible, yeah it's useless. But I know it's very complicated to do so....
Helping on this *yes*, but it really depends how much effort. I'm mainly a consumer of the `grafana` dashboard, nothing else. The dashboard you just delivered in the Grafana system...
+1 Same problem, JaCoCo and PowerMock not working.
It could be cool to update the documentation for common used database (`postgresql`, `mysql`…) and with common build tools (`gradle`, `maven`), because the current documentation is still on 9.19 😅....
> > It could be cool to update the documentation for common used database (postgresql, mysql…) and with common build tools (gradle, maven), because the current documentation is still on...
I confirm it worked for me, but it's not a very good pattern for `gradle` build tool. By doing that, all flyway dependencies leak to the build classpath, for all...
I have the following error when trying to build a very simple "insert" example with graalvm and JOOQ. ``` [INFO] Executing: /opt/graalvm-ce-java11-19.3.0.2/bin/native-image -cp /root/.m2/repository/info/picocli/picocli/4.1.4/picocli-4.1.4.jar:/root/.m2/repository/org/postgresql/postgresql/42.2.9/postgresql-42.2.9.jar:/root/.m2/repository/org/jooq/jooq/3.12.3/jooq-3.12.3.jar:/root/.m2/repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar:/root/.m2/repository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar:/project/target/picocli-jooq-1.0-SNAPSHOT.jar -H:+TraceClassInitialization --initialize-at-build-time=org.jooq.SQLDialect$ThirdParty --no-fallback --allow-incomplete-classpath --report-unsupported-elements-at-runtime -H:Class=com.gitlab.davinkevin.picoclijooq.JooqInsert...
I successfully build a very simple application triggering a JOOQ insert with `native-image` and able to remove some parameters from the `native-image` execution: https://gitlab.com/davinkevin/picocli-jooq (and for the information, the build...
This parameter is now globally available in kubernetes v1.20+, is this planned to be integrated into Contour? Thank you 👍