Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 707 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.2] - 2018-12-19

Changed

  • Project is now built with java 1.8 to keep backwards compatibility with this jvm.

[1.0.1.JAVA.11] - 2018-12-18

Fixed

  • Added @Configuration on DockerPostgresAutoConfiguration class; Spring > 5.1.x does not load beans from nested classes when top level class has no @Configuration.

[1.0.0.JAVA.11] - 2018-12-18

Changed

  • Project is built with java 11
  • Dependencies upgraded to be able to run on java 11