agera-edc / DataSpaceConnector

DataspaceConnector project
Apache License 2.0
1 stars 0 forks source link

Core: standardize the use of Clock #284

Closed algattik closed 2 years ago

algattik commented 2 years ago

Upstream https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/issues/1364

Standardize the use of Clock in the codebase, rather than constructs like Instant.now() which cannot be mocked easily. The Clock could be provided centrally.

Acceptance criteria

Tasks

algattik commented 2 years ago

Two PRs were merged upstream, ADR PR is still outstanding