Skip to content

Releases: leanstacks/skeleton-ws-spring-boot

v1.7.1

27 Jan 16:00
Compare
Choose a tag to compare

Release 1.7.1

Fixes

  • Corrected Actuator Security

v1.7.0

18 Jan 20:46
Compare
Choose a tag to compare

Release 1.7.0

Improvements

  • Upgrade to Spring Boot 1.4.3
  • Add Liquibase Support
  • Update Gradle Build to Use DSL Syntax for Plugins
  • Update Gradle Build to Produce Fully Executable JAR Artifact
  • Update Project Documentation

View complete changelog

v1.6.3

14 Nov 11:51
Compare
Choose a tag to compare

Release 1.6.3

Improvements

  • Upgraded Spring Boot to version 1.4.2
  • Renamed Spring Boot Gradle Plugin
  • Upgraded Guava to version 20.0
  • Upgraded Swagger to version 2.6.1
  • Upgraded Checkstyle to version 7.2
  • Upgraded PMD to version 5.5.2

v1.6.2

21 Oct 12:00
Compare
Choose a tag to compare

Release 1.6.2

Improvements

  • Upgraded to Spring Boot 1.4.1

v1.6.1

11 Aug 11:38
Compare
Choose a tag to compare

Release 1.6.1

Improvements

  • Upgraded to Spring Boot 1.4
  • Upgraded to JaCoCo 0.7.7.201606060606
  • Upgraded to PMD 5.5.1
  • Upgraded to Checkstyle 7.1
  • Upgraded to Swagger 2.5.0

Fixes

  • Corrected GreetingController update method use of URL identifier.

v1.6.0

18 Jul 12:38
Compare
Choose a tag to compare

Release 1.6.0

New Features

  • Gradle Default Tasks
  • Gradle Build Dashboard Report
  • Gradle PMD Reporting
  • Gradle Checkstyle Reporting
  • Gradle JaCoCo Code Coverage Reporting

Improvements

  • Upgraded to Spring Boot 1.3.6
  • Upgraded Gradle Wrapper to 2.14.1
  • Replaced AsyncResponse class with the Spring Framework AsyncResult class
  • Documentation

v1.5.2

04 Mar 13:50
Compare
Choose a tag to compare

Release 1.5.2

Improvements

  • Upgraded Spring Boot to version 1.3.3.RELEASE

v1.5.1

19 Feb 12:25
Compare
Choose a tag to compare

Release 1.5.1

Improvements

  • Upgraded Spring Boot to version 1.3.2.RELEASE
  • Upgraded Gradle Wrapper to version 2.11
  • Incorporated Gradle extra properties
  • Removed Gradle targetCompatibility attribute

Fixes

v1.5.0

22 Dec 11:13
Compare
Choose a tag to compare

Release 1.5.0

New Features

  • Added Gradle build support

Improvements

  • Updated Spring Boot to version 1.3.1.RELEASE
  • Updated Guava to version 19.0
  • Updated Swagger to version 2.3.0
  • Standardize web Filter implementations

Fixes

  • Corrected order of web Filter execution

v1.4.2

23 Oct 12:56
Compare
Choose a tag to compare

Release 1.4.2

Improvements

  • Upgraded to Spring Boot version 1.2.7.RELEASE

Fixes

  • Corrected the AccountUserDetailsService to comply with the Spring Security UserDetailsService interface contract definition.