agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
82 stars 34 forks source link

Agrest fails to build on Java 11 #497

Closed andrus closed 2 years ago

andrus commented 2 years ago

While Agrest works fine with java 11 projects, building with Java 11 fails with errors like this:

ERROR] /Users/andrus/work/agrest/agrest-4.x/agrest-engine/src/main/java/io/agrest/runtime/AgBuilder.java:[56,24] reference to Module is ambiguous
[ERROR]   both interface org.apache.cayenne.di.Module in org.apache.cayenne.di and class java.lang.Module in java.lang match
andrus commented 2 years ago

The fix does not affect users in any way, but keeps our codebase open to upgrades