Skip to content

Spec archival-annotation-vocabulary still requires the retired OCA\OpenRegister\Cron\ArchivalRetentionTask #2877

Description

@rubenvdlinde

openspec/specs/archival-annotation-vocabulary/spec.md (REQ line under "ArchivalRetentionTask sweeps expired rows hourly") states:

The platform SHALL register OCA\OpenRegister\Cron\ArchivalRetentionTask in appinfo/info.xml <background-jobs>

Two things are stale:

  1. The namespace. Every job moved to OCA\OpenRegister\BackgroundJob. appinfo/info.xml on development registers OCA\OpenRegister\BackgroundJob\ArchivalRetentionTask, so the code no longer satisfies the requirement as written.
  2. The element name. The spec says <background-jobs>; info.xml uses <job> entries.

This is a live (non-archived) spec, so it is the current statement of the contract — anything checking code against it is comparing to a class that does not exist. The archived copies under openspec/changes/archive/ are historical records and should NOT be rewritten.

Not fixed directly: this repo has another change in flight on a working branch with staged files, and editing a spec underneath it risks disturbing that work.

Found while sweeping the fleet for the retired namespace after integriq's e2e failed on an executable reference (ConductionNL/integriq#1590). filinq's two docblock references are fixed in ConductionNL/filinq#820.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

triageAwaiting triage

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions