Closed Kambaa closed 1 year ago
It works just fine for me:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for high-performance-java-persistence 1.0-SNAPSHOT:
[INFO]
[INFO] high-performance-java-persistence .................. SUCCESS [ 0.364 s]
[INFO] high-performance-java-persistence-core ............. SUCCESS [ 29.714 s]
[INFO] jooq ............................................... SUCCESS [ 0.006 s]
[INFO] jooq-core .......................................... SUCCESS [ 1.850 s]
[INFO] jooq-mysql ......................................... SUCCESS [ 7.396 s]
[INFO] jooq-pgsql ......................................... SUCCESS [ 11.235 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.089 s
[INFO] Finished at: 2023-04-03T08:44:47+03:00
[INFO] ------------------------------------------------------------------------
I suppose the problem comes from your MySQL DB version.
But, since the jooq
module is optional, I will create a new issue that allows enabling it explicitly.
Superseded by #88
I think some classes are missing and this makes it fail to compile test classes.