Controller Logger Versions Save

AOP based API logging for Spring Boot

v1.2.3

5 years ago

Added tests and fixed minor bugs.

v1.2.2

5 years ago

v1.2.1

6 years ago

Contains fixes for a bug which prevented logging of the value returned by controller methods.

v1.2.0

6 years ago

Changelog:

  1. Implemented new data scrubbing feature.
  2. Switched from UserDetail.getUsername() to Authentication.getUsername() as a more abstract way of extracting security user's username.
  3. Fixed a bug that prevented logging of function's return value.
  4. Corrected several typos in code and readme.