Skip to content

TODO Items List

Sean Zhang edited this page Sep 10, 2016 · 2 revisions

3.0.0

  1. Serializer(s): create and orginize
  • Hessian: implemented
  • Apache Avro: create
  • JSON: optimize
  • ProtoBuf: create
  • Kryo: create
  • SOAP/XML: create
  1. Reflections/Generics: optimize
  2. POJO mapping: optimize

2.0.4

  • Code obfuscation as default build action in parent pom.
  • Automatically standard statements generation on mybatis initialization.
    • Now seven basic statements: "insertXXX", "deleteXXX", "updateXXX", "selectXXX", "countXXXByCriteria", "selectXXXByCriteria", "countXXXByCriteria"
    • And four sub-statements: "fields", "values", "set", "where"

Clone this wiki locally