Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.2 Maintenance Releases - GeoMesa will continue to cut releases on the 1.2.x line of GeoMesa targeted at bugfixes and stability improvements for existing Accumulo 1.6+ installations. Features may be backported from 1.3 to 1.2, but in general new functionality will be targeted to 1.3 in order to balance stability with innovation.

...

Scala 2.10/2.11 Cross Compile

  • GeoMesa now supports Scala 2.10 cross-compile. Artifact names have a Scala version suffix appended similar to Kafka and Spark.

    Code Block
    languagebash
    titleScala 2.10 compile instructions
    ./dev/change-scala-version.sh 2.10
    mvn -Dscala-2.10 clean package

Binary Distribution Updates

...