-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
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
Labels
bugSomething isn't workingSomething isn't working