Skip to content

Releases: leanstacks/skeleton-ws-spring-boot

v1.4.1

23 Sep 13:38
Compare
Choose a tag to compare

Release 1.4.1

Improvements

  • Upgraded to Spring Boot version 1.2.6.RELEASE

v1.4.0

21 Sep 11:06
Compare
Choose a tag to compare

Release 1.4.0

New Features

  • Created TransactionalEntity mapped superclass
  • Created ReferenceEntity mapped superclass
  • Added support for JODA temporal classes in JPA persistence
  • Added support for JODA temporal classes in Jackson JSON object mapping

v1.3.1

20 Aug 23:40
Compare
Choose a tag to compare

Release 1.3.1

New Features

  • Added password encoding utility to print encrypted (or hashed) password values for local testing

Improvements

  • Added MySQL connection pooling configuration to application properties
  • Updated Maven configuration to Java 1.8

v1.3.0

06 Jul 11:23
Compare
Choose a tag to compare

Release 1.3.0

New Features

  • Added example custom Actuator HealthIndicator class

Improvements

  • Upgraded to Spring Boot version 1.2.5-RELEASE

v1.2.1

04 Jul 12:19
Compare
Choose a tag to compare

Release 1.2.1

Improvements

  • Upgraded to Spring Boot version 1.2.4

V1.2.0

16 May 15:10
Compare
Choose a tag to compare

Release 1.2.0

New Features

  • Integration with Springfox Spring-Swagger API documentation generator
  • Create Controller Unit Tests with Mockito Mocked Application Components

Improvements

  • Upgraded to Spring Boot v1.2.3

v1.1.0

06 Apr 10:18
Compare
Choose a tag to compare

Release 1.1.0

New Features

  • Created Async Process Examples using @EnableAsync and @Async
  • Created an Implementation of Future<V> for JDK 7 and Lower

v1.0.1

02 Mar 20:15
Compare
Choose a tag to compare

Release 1.0.1

Improvements

  • Upgraded Spring Boot to version 1.2.2.RELEASE

v1.0.0

16 Feb 20:27
Compare
Choose a tag to compare

Release 1.0.0

New Features

  • Added Spring Security Featuring Database-Backed Basic Auth for Web Services
  • Created Spring Profiles for Components and Configuration
  • Added MySQL Support

Improvements

  • Updated Documentation

V0.3.0

14 Feb 17:16
Compare
Choose a tag to compare

Release 0.3.0

New Features

  • Added Support for Standard JUnit Transactional Tests
  • Added Support for Web Service Controller JUnit Transactional Tests Using MockMvc
  • Added BaseController Class with Common Exception Handlers -- @ExceptionHandler
  • Added Actuator Monitoring and Management HTTP Endpoints
  • Created Custom Info Actuator Endpoint Attributes using Maven POM project.* Properties
  • Created Custom counter Actuator Metrics for Business Service and Batch Methods