Changes
Summary
- #890: added "expiry" to Policy's `Subject` as new type `SujectExpiry` (details)
- #890: added missing factory methods for creating a Subject with SubjectExpiry (details)
- #890: enhanced PolicyCommandStrategies in order to "round up" passed in subject expiry (details)
- #890: enhanced OpenAPI docs about Policy subject "expiry" (details)
- #890: fixed review findings: (details)
- #890: fixed obsolete synchronized keyword on getInstance() (details)
- #890: automatically schedule persisting+publishing a DeleteSubject event when (details)
- #890: fixed time based unit tests which did not handle timezones correctly (details)
- #890: schedule expiry cleanup also after snapshot recovery (details)
- #890: adjusted @since javadoc annotations to 2.0.0 (details)
- #890: invalidate policy enforcer caches in concierge whenever the PolicyPersistenceActor publishes a PolicyTag message (details)
- #890: fixed and enhanced unit tests after invalidate policy enforcer caches in concierge whenever the PolicyPersistenceActor publishes a PolicyTag message (details)
- [#890] review: add missing word "active" to expiry description; fix broken link in cloudevent openapi. (details)
- [#890] review: remove unnecessary conditional; test chained expiry; add TODO. (details)
- [#890] suppress acknowledgement from akka pubsub logged as warning. (details)
- [#890] Fix off-by-1 error in revision of scheduled SubjectDeleted events; optimize PolicyEventForwarder to not query database in the absence of policy changes. (details)
- [#890] Ignore expiring subjects in policies validator; fix PolicyCommandEnforcementTest. (details)
- [#890] Fix ModifyPolicyEntryStrategyTest and ModifySubjectsStrategyTest. (details)
- fixed compile error after merge from master (details)
- #890: added documentation about policy subject expiry (details)
- #890: fix findings: (details)
- #890: fix review findings of fixing findings: (details)
- #890: fix review findings of fixing findings: (details)
- increase maxStackDepth to 25 in order to support basic protobuf experiments (details)
- [#890] Review: PolicyPersistenceActorTest.ensureSubjectExpiryIsCleanedUpAfterRecovery (details)