vladmihalcea / high-performance-java-persistence

The High-Performance Java Persistence book and video course code examples
Apache License 2.0
1.31k stars 489 forks source link

Cannot successfully testCompile, are some classes inside JOOQ missing ? #87

Closed Kambaa closed 1 year ago

Kambaa commented 1 year ago

I think some classes are missing and this makes it fail to compile test classes.

resim

resim

vladmihalcea commented 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.

vladmihalcea commented 1 year ago

Superseded by #88