You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a modular java system it's not possible to use the graphql-java module and the java-loader as that have the same automatic module name 'com.graphqljava'
Automatic-Module-Name: com.graphqljava
I think the automatic module name for the java-dataloader module should be:
Automatic-Module-Name: org.dataloader
To match the package names.
The text was updated successfully, but these errors were encountered:
In a modular java system it's not possible to use the graphql-java module and the java-loader as that have the same automatic module name 'com.graphqljava'
I think the automatic module name for the java-dataloader module should be:
To match the package names.
The text was updated successfully, but these errors were encountered: