2.0.0
Created modules of metarParser
- metarParser-commons: Module containing the i18n and the utility classes
- metarParser-entities: Module containing the model of the application
- metarParser-parsers: Module containing the parsers of the application
- metarParser-services: Module containing the METAR and TAF services
- metarParser-spi: Module containing the spi
The spi module allows the client to choose the source of airports. Two implementations are provided in the project:
- implementation base on local file
airport.dat
- implementation base on OurAirports online csv.
Custom implementations can be provided by extending the AirportProvider
Added Archunit test