Releases: leanstacks/skeleton-ws-spring-boot
Releases · leanstacks/skeleton-ws-spring-boot
v1.4.1
Release 1.4.1
Improvements
- Upgraded to Spring Boot version 1.2.6.RELEASE
v1.4.0
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
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
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
Release 1.2.1
Improvements
- Upgraded to Spring Boot version 1.2.4
V1.2.0
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
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
Release 1.0.1
Improvements
- Upgraded Spring Boot to version 1.2.2.RELEASE
v1.0.0
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
V0.3.0
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