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 fact, these settings are also necessary when connecting to H2 but using geotools at another point in the project to connect to a Geopackage because geotools circles through all available DB drivers and tries to initialise them (which is probably not best practice?).
Additionally, currently this repository is required:
<repositories>
<repository>
<id>HeiGIT main</id>
<name>Central Repository for OSHDB dependency related artefacts</name>
<url>https://repo.heigit.org/artifactory/main</url>
</repository>
</repositories>
Expected Solution
Add that information to the documentation. Also make sure that people who read the documentation on the Helper classes are made aware of this necessity.
The text was updated successfully, but these errors were encountered:
This part is only temporary until we can upgrade to the next ignite version. We didn't update this part on purpose, as it will become irrelevant in the future.
<repositories>
<repository>
<id>HeiGIT main</id>
<name>Central Repository for OSHDB dependency related artefacts</name>
<url>https://repo.heigit.org/artifactory/main</url>
</repository>
</repositories>
SlowMo24
added
the
addressing
Someone is addressing this issue. You should contact them, before making any contributions.
label
Apr 19, 2023
Problem Description
Since the switch to Java 17 there are some additional settings required when connecting to Ignite:
In fact, these settings are also necessary when connecting to H2 but using geotools at another point in the project to connect to a Geopackage because geotools circles through all available DB drivers and tries to initialise them (which is probably not best practice?).
Additionally, currently this repository is required:
Expected Solution
Add that information to the documentation. Also make sure that people who read the documentation on the Helper classes are made aware of this necessity.
The text was updated successfully, but these errors were encountered: