deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
146 stars 99 forks source link

Replace jgridshif by maintained version #1233

Open tfr42 opened 2 years ago

tfr42 commented 2 years ago

Currently deegree has the following dependency (origin: https://sourceforge.net/projects/jgridshift/):

<dependency>
        <groupId>jgridshift</groupId>
        <artifactId>jgridshift</artifactId>
        <version>1.0-deegreeversion</version>
</dependency>

Maintained version of jgridshift is available https://github.com/geosolutions-it/jgridshift:

<dependency>
        <groupId>it.geosolutions.jgridshift</groupId>
        <artifactId>jgridshift-core</artifactId>
        <version>1.3</version>
</dependency>

deegree version contains the following diffs: patch_gridshiftfile.txt

Propose to open PR for geosolutions-it/jgridshift with patch and then ask for new release including change which then use in deegree.

dstenger commented 1 year ago

PR was created in geosolutions-it/jgridshift repository: https://github.com/geosolutions-it/jgridshift/pull/6

tfr42 commented 1 year ago

PR was gemerged ​https://github.com/geosolutions-it/jgridshift/pull/6. Release 1.3.1 with PR published to ​https://repo.osgeo.org/repository/geotools-releases/it%2Fgeosolutions%2Fjgridshift%2Fjgridshift-core%2F1.3.1%2Fjgridshift-core-1.3.1.jar