Skip to content

fix(geofencing-subscriptions): drop duplicate local x-correlator header/parameter - #424

Open
hdamker wants to merge 1 commit into
camaraproject:mainfrom
hdamker:fix/geofencing-subscriptions-x-correlator-collision
Open

fix(geofencing-subscriptions): drop duplicate local x-correlator header/parameter#424
hdamker wants to merge 1 commit into
camaraproject:mainfrom
hdamker:fix/geofencing-subscriptions-x-correlator-collision

Conversation

@hdamker

@hdamker hdamker commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

correction

What this PR does / why we need it:

geofencing-subscriptions.yaml defines a local x-correlator header and parameter that differ from the common ones in CAMARA_common.yaml only by a trailing period in the description. Bundling collides on the name and Redocly renames the common header to x-correlator-2. This PR drops the local definitions and references the common component directly, matching location-retrieval.yaml and location-verification.yaml.

Which issue(s) this PR fixes:

N/A — no separate issue filed; fix identified and applied directly.

Special notes for reviewers:

Verified with redocly bundle --component-renaming-conflicts-severity=error: the rename fires before this change and the bundle is clean after.

Changelog input

fix(geofencing-subscriptions): reference common x-correlator header/parameter directly instead of a diverging local copy, removing a bundler name collision

Additional documentation

This section can be blank.

docs

…er/parameter

Local defs differed from the common ones only by a trailing period, so
Redocly's bundler renamed the common x-correlator header to x-correlator-2
on collision. Reference the common component directly instead, matching
location-retrieval.yaml and location-verification.yaml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant