Skip to content

Split packages between geopackage-core and geopackage-java #49

@BenEsquivel-TomTom

Description

@BenEsquivel-TomTom

Version Information:

  • GeoPackage Core Java Version: 6.6.7
  • GeoPackage Core Java Source: Central Repository
  • IDE Name & Version: IntelliJ IDEA 2023.3.7
  • Maven Version: 3.9.9
  • Java Version: 21
  • Platform & OS: Windows

Issue Description

This library clashes with geopackage-java when trying to use geopackage-java within a modular java project. The reason for this is because both libraries contain the package mil.nga.geopackage. For Java 9+ projects, modules are not allowed to read the same package from two different modules.

Image

Suggested Fix:

In geopackage-core, rename package mil.nga.geopackage to mil.nga.core
In geopackage-java, update geopackage-core version and update import statements.

Thanks,
Ben

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions