How to --enable-preview?

13 views
Skip to first unread message

arth...@gmail.com

unread,
May 19, 2020, 2:54:09 PM5/19/20
to jOOQ User Group
Hello! This mvn fails for java 14.
Preview is ON in usual build, works without jooq.
Fails with
<build>
<plugins>
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>3.13.2</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<jdbc>
<driver>org.postgresql.Driver</driver>
<url>jdbc:postgresql://localhost:5432/postgres</url>
<user>postgres</user>
<password>111111111</password>
</jdbc>
<generator>
<database>
<name>org.jooq.meta.extensions.jpa.JPADatabase</name>
<properties>
<property>
<key>packages</key>
<value>io.x.omain</value>
</property>
<property>
<key>useAttributeConverters</key>
<value>true</value>
</property>
<property>
<key>unqualifiedSchema</key>
<value>none</value>
</property>
</properties>
</database>
</generator>
</configuration>
</plugin>
</plugins>

Lukas Eder

unread,
May 20, 2020, 3:23:11 AM5/20/20
to jOOQ User Group
Hi there,

What failure are you getting? How can this be reproduced? ^

A good way to show how to reproduce things is to base your example off our MCVE template: https://github.com/jOOQ/jOOQ-mcve

Thanks,
Lukas

--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/915733a0-a492-4d40-8d40-a768574a6a45%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages