One of the classes jooq 2.1.0 generated (via jooq-codegen-maven 2.1.0) contained the same exact method twice, resulting in the compile error:
[ERROR] \...\target\generated-sources\jooq\org\jooq\util\maven\example \tables\records\OrdersRecord.java:[100,83] error: fetchOrderItemList() is already defined in OrdersRecord Is this a known thing? Is there a workaround? Thanks, Eric
