Hello,
         
        I’m attempting to transition some code from
          a CCRI fork (specifically, tag geomesa-DCB-v3.1) based upon
          1.0.0-rc.7 to geomesa-1.1.0-rc.2. It seems that in the
          interim, there have been a number of breaking changes. Some
          appear obvious (package name changes), some less so.
         
        In particular, my code was making use of
          1.5-DBC’s
          org.locationtech.geomesa.core.data.SimpleFeatureEncoder – has
          this now been broken into the
          SimpleFeatureSerializer/Deserializer classes? In fact, the
          whole feature landscape seems to be more complex than it was
          in earlier versions.
         
        Is there a summary document of the breaking
          changes available?
          
         
        Thanks very much!
         
        Ben
         
        p.s. The download instructions on
          geomesa.org are a bit wonky. The instructions to clone a
          branch geomesa-accumulo1.5-1.1.0-rc.2 seem to be incorrect.
          The clone works with the tag geomesa-1.1.0-rc.2.
          
         
        Also, the link to the tar.gz for
          v1.1.0-rc.2 is broken, and the link to 1.1.0-rc.3-SNAPSHOT
          contains pom.xml files where the version number is 1.0.0-rc.8.