Tuesday, April 12, 2022
Unchecked JNDI lookups in GeoTools (CVE-2022-24818)
Sunday, February 20, 2022
GeoTools 25.5 released
The GeoTools team is pleased to announce the release GeoTools 25.5:
GeoTools 25.5 is published to repo.osgeo.org for direct build integration. This release is made in conjunction with GeoServer 2.19.5. The GeoTools team is grateful to Astun Technology for allowing Ian Turton the time to prepare this release.
Bug Fixes
- GEOT-7073 GeoPackage store fails to use spatial indexes when multiple BBOX filters are used at the same time
- GEOT-7071 GetFeatureInfo in WMSLayer has problems in transinformation of I,J params
About GeoTools 25 Series
- Repackaged downloads with html readme and license files and ready-to-use bin download
- New gt-http module, allowing gt-wms and gt-wps-client to use your choice of http library
- Massive code-cleanup with PMD integrated into our build chain
- Quality of life improvements with increased use of variable arguments, and revised Map<String?> datastore connection parameters.
Monday, January 24, 2022
GeoTools 26.2 Released
The GeoTools team is pleased to share the availability GeoTools 26.2 :
Source code
.gitattributes
file specifying how linefeeds are handled for our repository. With this change you are no longer required to set global
core.autocrlf=input
to prevent conflict with other developers when editing text files.
git reset
as outlined below if encounter difficulty updating your checkout:
git pull --rebase
git reset --hard
Fixes and improvements
- Release notes now attached to GitHub tag, no longer stored in Jira as this required a credentials to access
- Rendering pre-process Mark Factories Hint available allowing improved performance
- YSLD support for rule vendor options
About GeoTools 26 Series
- main is now the default branch, repository now inclues
.gitattributes
file for consistent linefeed handling. - GML support improved with support for surface, multi curves, curved polygons and arcs with more than three control points
- Krovak North Orientated, used for EPSG:5514
Wednesday, December 22, 2021
GeoTools 25.4 released
The GeoTools team is pleased to announce the release GeoTools 25:
GeoTools 25.4 is published to repo.osgeo.org for direct build integration. This release is made in conjunction with GeoServer 2.19.4. The GeoTools team is grateful to GeoSolutions for allowing Andrea Aime the time to prepare this release.
Bug Fixes
- GEOT-7040 Don't linearize warp transformations while oversampling
- GEOT-7022 Concurrent CRS Factories access can result in deadlock
- GEOT-7038 Update log4j to a version that does not support RCE
About GeoTools 25 Series
- Repackaged downloads with html readme and license files and ready-to-use bin download
- New gt-http module, allowing gt-wms and gt-wps-client to use your choice of http library
- Massive code-cleanup with PMD integrated into our build chain
- Quality of life improvements with increased use of variable arguments, abd revised Map<String?> datastore connection parameters.
Wednesday, November 17, 2021
GeoTools 26.1 Released
The GeoTools team is pleased to share the availability GeoTools 26.1 :
About GeoTools 26 Series
- main is now the default branch
- GML support improved with support for surface, multi curves, curved polygons and arcs with more than three control points
- Krovak North Orientated, used for EPSG:5514
Friday, October 22, 2021
GeoTools 25.3 Released
The GeoTools team is pleased to announce the release GeoTools 25.3:
GeoTools 25.3 is published to repo.osgeo.org for direct build integration. This release is made in conjunction with GeoServer 2.19.3. The GeoTools team is grateful to Astun Technology for allowing Ian Turton the time to prepare this release.
Bug Fixes
- GEOT-6982 Update Mongo DB driver to 4.0.6 to mitigate CVE-2021-20328
- GEOT-6959 SimpleHttpClient does support proxy
- GEOT-6958 ImageMosaic stores made of multiple coverages (homogeneous + heterogeneous) may fail on heterogeneous read
- GEOT-6944 Deadlock at org.geotools.xsd.XSD.getSchema
- GEOT-6937 AppSchema JdbcMultipleValue will fill wrong values if targetColumn is a PK
- GEOT-6881 GreaterThanEqualTo and LessThanEqualTo incorrectly marked as unsupported in WFS query
- GEOT-6410 Conversion from boolean true/false in geoserver to SQL Server bit 0/1, is broken
About GeoTools 25 Series
- Repackaged downloads with html readme and license files and ready-to-use bin download
- New gt-http module, allowing gt-wms and gt-wps-client to use your choice of http library
- Massive code-cleanup with PMD integrated into our build chain
- Quality of life improvements with increased use of variable arguments, abd revised Map<String?> datastore connection parameters.
Monday, October 18, 2021
GeoTools 26.0 released
The GeoTools team is pleased to share the availability GeoTools 26.0 :
Upgrade
- Deprecated HTTPClient interfaces are now removed (previously these were deprecated after being relocated to a new package in the 25.x series)
- Changes occurred in some internal handling of units of measure, as a result of units library upgrade. Should not be of concern for most users.
Updated Libraries
- JTS 1.18.2
- commons-io 2.10.0
- Upgraded JDBC drivers
- oracle ojdbc9 19.12.0.0
- mysql-connector-java 8.0.26
- postgresql 42.2.23
- mysql-jdbc 9.4.0.jre8
- db2 bcc 11.5.6.0
- solr 8.9.0
- httpclient 4.5.13
- batik 1.14
Improvements and Fixes
- Removed unsupported epsg-oracle, georest, imagemosiac-jdbc, jdbc-ingres, gtopo30 modules.
- Removed dependency on xpp3 (now use standard StAX API).
- main is now the default branch.
- Ongoing quality assurance improvements covering topics from refactoring complicated methods to catching accidentally committed System.out.println statements
- Introduce vendor options for rules
- A new vendor option used to mark individual rules, symbolizers, or feature type style elements to be ignored (when rendering Maps or Legends).
- WPS 2.0 EMF model and xml binding configuration
- GML support has improved for unsupported wfs-ng module, with a separate gt-gml module created for improvements including surface, multi curves, curved polygons and arcs with more than three control points
- Krovak North Orientated, used for EPSG:5514
- Improve shapefile quadtree build performance
- MultithreadedHTTPClient now sets the user agent to "GeoTools".
About GeoTools 26 Series
- main is now the default branch
- GML support improved with support for surface, multi curves, curved polygons and arcs with more than three control points
- Krovak North Orientated, used for EPSG:5514