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

DSC v6.5.0 - Configuration Force Reload

Compare
Choose a tag to compare
@juliapampus juliapampus released this 27 Oct 13:39
· 108 commits to main since this release
bb4fa0f

In CHANGELOG.md:

Added

  • New application.properties setting configuration.force.reload that forces reloading the configuration from the config.json instead of using the latest active configuration from the database. If not set, the default value is false.

Changed

  • Increase spring version from 2.5.5 to 2.5.6.
  • Increase messaging services version from 5.0.1 to 5.1.1.

Fixed

  • Only create agreements from contract offers with valid start and end date.
  • Check if agreement has expired before returning data.
  • Fix TransientObjectException while updating an artifact.
  • Add default constructor to ApiKey class, to avoid InstantiationException.