24.6. Version 5.1.0¶
24.6.1. Version Compatibility¶
GeoMesa 5.1.x is generally compatible with versions 5.0.x, 4.0.x and 3.5.x across different environments. This means that it is possible to upgrade in parts; i.e. upgrade GeoServer to 5.1.0 but keep NiFi at 3.5.2. Please note that previously deprecated functionality (see below) may no longer work once any part of the environment is upgraded to 5.1.0.
24.6.2. Dependency Version Upgrades¶
The following dependencies have been upgraded:
accumulo
2.1.2->2.1.3aircompressor
0.25->0.27arrow
15.0.2->17.0.0avro
1.11.3->1.11.4aws-java-sdk
1.12.625->1.12.735com.fasterxml.jackson
2.16.1->2.17.2commons-codec
1.16.0->1.17.1commons-io
2.15.1->2.16.1commons-lang3
3.14.0->3.15.0commons-logging
1.2->1.3.3commons-text
1.11.0->1.12.0failureaccess
1.0.1->1.0.2flatbuffers
23.5.26->24.3.25geotools
30.2->32.0guava
32.0.0-jre->33.2.1-jrejavax.measure
2.1.2->2.2jts
1.19.0->1.20.0micrometer
1.11.1->1.13.4netty
4.1.106.Final->4.1.114.Finalopentelemetry
1.27.0->1.34.1snakeyaml
2.0->2.2
24.6.3. Audit Logger Changes¶
The package for configuring audit logging has changed from org.locationtech.geomesa.utils.audit to
org.locationtech.geomesa.index.audit. See Query Auditing for additional details on audit logging.