Skip to content

v1.12

Compare
Choose a tag to compare
@albogdano albogdano released this 11 Mar 11:16
· 1662 commits to master since this release
  • Updated Elasticsearch to 1.4.4, Hazelcast to 3.4.1, AWS SDK to 1.9.22
  • Added Utils.roundHalfUp() methods useful for rounding up prices
  • Executor service instance now terminates orderly
  • User IP collected on login for security purposes
  • Refactored Utils.toClass() method to enable support for camel case in class names
  • Added option to configure executor thread pool size
  • Changed Utils.asyncExecute() behavior - now executes a task synchronously if the thread pool rejects it
  • Added a Mustache compilation method - Utils.compileMustache()
  • Added method for listing DynamoDB tables
  • Added updateTable() method for DynamoDB tables
  • Lots of smaller fixes and improvements