Brad Newman

Results 3 comments of Brad Newman

Are you able to build the Gradle example with the Kotlin DSL build file? What version of Gradle are you using with this project? The `fileCollection()` method that's getting `NoSuchMethodError`...

From the stack trace, the exception is before Kraal has decided whether there are irreducible loops or not - at this point, it's just using ASM to analyze the control...

@vietj I looked a little at the PostgreSQL JDBC driver, and I think they [query the pg_catalog](https://github.com/pgjdbc/pgjdbc/blob/4961557d1f96c1f5395976595644e496c5e94593/pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java#L488) under the covers when encountering an oid that they don't recognize.