Skip to content

Automatic Module Name clashes with graphql-java Module #110

Closed
@brianoliver

Description

@brianoliver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions