AntiPattern
Missing Framework Hooks
missing-framework-hooks
Missing or mis-scoped framework integration points makes request handling silently degrade: validators don’t run without @Validated, redirects/forwards stop after migration, per-call selectors rebuild unnecessarily, and filters forget to execute in reactive pipelines.