Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

DSC v6.5.1 - Fixes & Maintenance

Compare
Choose a tag to compare
@juliapampus juliapampus released this 09 Nov 13:37
· 93 commits to main since this release
3de79c9

In CHANGELOG.md:

Changed

  • Change base image from debian 10 to 11.
  • Increase checkstyle version from 9.0.1 to 9.1.
  • Increase postgresql version from 42.3.0 to 42.3.1.
  • Increase pmd version from 6.39.0 to 6.40.0.
  • Increase pitest-maven version from 1.7.2 to 1.7.3.
  • Increase dependency-check-maven version from 6.4.1 to 6.5.0.

Fixed

  • Setting spring.security.enabled=false will disable BasicAuth and other security checks.
  • Always use default base URL when creating self-links.
  • Check if dat is null before building an ids message. Remove stack trace, only log the error message.