Skip to content

Remove stale open_conext_monitor route block from routes.yaml#2039

Merged
baszoetekouw merged 1 commit into
mainfrom
fix/remove-stale-monitor-route
Jul 1, 2026
Merged

Remove stale open_conext_monitor route block from routes.yaml#2039
baszoetekouw merged 1 commit into
mainfrom
fix/remove-stale-monitor-route

Conversation

@johanib

@johanib johanib commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

The release/7.0 > main merge (f0e306e) silently reintroduced the open_conext_monitor route block that was correctly removed from main during the Symfony 6.4 upgrade (ae5fd8d).

release/7.0 pins openconext/monitor-bundle 4.2.0, which has no Symfony Flex recipe and requires this manual routes.yaml entry. main uses monitor-bundle 4.3.1, which auto-installs its own route file (config/routes/open_conext_monitor.yaml) via Flex, pointing at @OpenConextMonitorBundle/src/Controller instead. The Resources/config/routing.yml path referenced by the stale block no longer exists in 4.3.1, breaking route compilation and failing the build.

Monitoring routes (/internal/health, /internal/info) continue to work via the existing Flex-installed config/routes/open_conext_monitor.yaml.

The release/7.0 -> main merge (f0e306e) silently reintroduced the
open_conext_monitor route block that was correctly removed from main
during the Symfony 6.4 upgrade (ae5fd8d).

release/7.0 pins openconext/monitor-bundle 4.2.0, which has no Symfony
Flex recipe and requires this manual routes.yaml entry. main uses
monitor-bundle 4.3.1, which auto-installs its own route file
(config/routes/open_conext_monitor.yaml) via Flex, pointing at
@OpenConextMonitorBundle/src/Controller instead. The
Resources/config/routing.yml path referenced by the stale block no
longer exists in 4.3.1, breaking route compilation and failing the
build.

Monitoring routes (/internal/health, /internal/info) continue to work
via the existing Flex-installed config/routes/open_conext_monitor.yaml.
@baszoetekouw baszoetekouw merged commit 6402740 into main Jul 1, 2026
2 checks passed
@johanib johanib deleted the fix/remove-stale-monitor-route branch July 1, 2026 13:11
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.

2 participants