Skip to content

Releases: giest4life/rain-predictor

v1.3.0-alpha

02 Oct 03:13
Compare
Choose a tag to compare
v1.3.0-alpha Pre-release
Pre-release

Simplified and improved Lucene Search and added some basic unit tests for searching

v1.2.0-alpha

06 Sep 18:05
Compare
Choose a tag to compare
v1.2.0-alpha Pre-release
Pre-release

This is a pre-release version that has the following major changes:

  • The HTML + JS view has been separated into a separate client application
  • JDBC Templates and associated code has been added for upcoming CRUD features
  • The Cities model has been changes to a more generic Location model
  • Remove dependency from Google location API. Location data is now provided by geonames
  • Removed unnecessary factory methods for reading CSV city name data and lucene query parsers
  • Lucene index has been changed to a file on the server and it does not re-new index on each restart
  • Maven build process and directories for management of sensitive resources and properties has been changed

v1.1.0-alpha

08 Aug 18:02
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release
  • API Keys no longer hard coded in inside java code
  • Added maven replace and maven properties plugin to generate properties file at package time
  • Spring now injects properties values read from properties files into beans
  • Created separate service for getting coordinates from google location api

v1.0.2-alpha

07 Aug 20:15
Compare
Choose a tag to compare
v1.0.2-alpha Pre-release
Pre-release
Merge branch 'master' of github.com:giest4life/rain-predictor

v1.0.1-alpha

07 Aug 20:05
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release
Updated version to 0.1.1

v1.0.0-alpha

07 Aug 19:21
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
Initial commit