Re: Proguard

2024-06-10 Thread Rob Sargent
On Jun 10, 2024, at 12:28 AM, Lukas Eder wrote:Rob,On Mon, Jun 10, 2024 at 8:17 AM Rob Sargent wrote: On 6/9/24 06:01, Kevin Jones wrote: Warning: org.jooq.impl.DSL: can't find referenced class

Re: Proguard

2024-06-10 Thread Lukas Eder
On Mon, Jun 10, 2024 at 10:12 AM Rob Sargent wrote: > I was/am confused by this entry in OP's stack trace. Isn't that the IDE? > It's a library jOOQ uses for better IDE integration, especially for Kotlin users: https://github.com/JetBrains/java-annotations The dependency is optional. I hope t

Re: Proguard

2024-06-10 Thread Kevin Jones
Thanks Lukas, I'll check out the links, > That must be a bug in Proguard, I suspect? I don't see anything wrong with the declarations of those types. I don't know what to do about this exception, not knowing Proguard... I did get this working with the -keep interface org.jooq.** { ; } -keep cla

Liquibase and Jooq against MySql testcontainer In Gradle SpringBoot Project

2024-06-10 Thread Debapriya Patra
Hi, Does anyone integrated Liquibase in a mysql testcontainer to apply DB migrations and use Jooq to connect to the MySql test container DB to generate java files? I wanted to do this inside a gradle Spring Boot application. Can someone help me on this ? Any example or reference might be hel