Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 1.58 KB

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. (Patch version X.Y.0 is implied if not specified.)

Added

  • Redirect from ../swagger to the correct url for the Swagger UI

Changed

  • Artifactory Location
  • Multiple Deploys

Changed

  • Updated Dockerfile to use the latest openjdk-debian-stretch 11 version rather than specific.
  • Updated SLD template to use lowercase property names
  • spring-boot-starter-parent to > 2.2.0-RELEASE
  • travis with integration tests

Added

  • CHANGELOG.md
  • README.md
  • Converted project to Spring Boot 2.
  • OAuth2 Security for Internal App.
  • Dockerized project in preparation for building a docker image suitable for deployment.
  • pipeline.yml and two Jenkinsfiles

Changed

  • Changed the pom to create a jar.
  • Updated Jenkinsfiles to use new pipeline library and added new variables to pipeline.yml
  • Updated Dockerfile to use new openJDK image, and changed RUN command to comply with best practices
  • Updated Jenkins build and deploy pipeline to pull configuration from GitLab via new pipeline library