fmidev / fmi-avi-messageconverter

API classes for aviation weather message handling
MIT License
4 stars 6 forks source link

Upgrade FreeBuilder to 2.3.0, applying primitive optional support #40

Open petringo opened 5 years ago

petringo commented 5 years ago

Upgrade FreeBuilder to 2.3.0. Apply primitive optional support in model objects, e.g. change change Optional<Integer> to OptionalInt.

ilkkarinne commented 5 years ago

Upgrade done, primitive optional support still to be done