Skip to content

Many cleanup in UserManagementImpl

Antoine Mottier requested to merge big-cleanup into master
  • Use LoggerFactory instead of logger injection.
  • Replace printStackTrace with call to LOGGER.error.
  • Add logging when catching exception.
  • Add some trace and debug logging for debugging purpose.
  • Add annotations to temporarily ignore warnings related to usage of raw types.
  • Remove unused code.
  • Fix usage of deprecated code.
  • Fix various warnings.

Merge request reports