Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

42 lines (40 loc) · 3.07 KB

OAuth Easy

OAuth2 authentication to manage OAuth 2.0 tokens (it needs a IdM url, realm and client_id to work) to allow login based on user and password.

Next release

Add Coverage testing to the project enhancement

  • Further information in the Pull Request #27

Upgrade to java 11 and fix the issue with SonarQube 7.9.1 LTS with incorrect sonar scanner maven plugin enhancement

  • Further information in the Pull Request #31

Modify changelog template to improve the readability of CHANGELOG.md question

  • Further information in the Pull Request #32

0.0.3

Update versions of plugins / dependencies for changelog creation

  • Further information in the Pull Request #21

Rename the KeyCloakUser class to KeycloakUser enhancement

  • Further information in the Pull Request #22

Remove Gson dependency to comply with Single Responsibility principle question

  • Further information in the Pull Request #23

Remove the email address from the Swagger configuration enhancement

  • Further information in the Pull Request #24

Refine the Dockerfile following best practices in maven projects enhancement

  • Further information in the Pull Request #25

0.0.2

0.0.1

Update documentation

  • Further information in the Pull Request #13

Documentation 15 headers license disclaimer question

  • Further information in the Pull Request #16

Feature 3 add travis ci enhancement

  • Further information in the Pull Request #18

bugfix: Put the correct .travis folder in the yml file

  • Further information in the Pull Request #19

Exclude .travis folder during the prepare stage and git add only the … bug

  • Further information in the Pull Request #20

Structure properly the project and reshaping the classes

  • Further information in the Pull Request #4

Add docker support to the spring project with environment variables enhancement

  • Further information in the Pull Request #5

Add logback support, separating dev from prod logging level bug enhancement

  • Further information in the Pull Request #8

Refactor based on sonar recommendations

  • Further information in the Pull Request #9