Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use references for connection middlewares #1819

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

ostrolucky
Copy link
Member

@ostrolucky ostrolucky commented Aug 31, 2024

This ensures created child definitions for connection specific middlewares inherit props like tags from parent and their definitions are set in root of the container, so that they are visible for other compiler passes that look for things through stuff like tags

Fixes #1817

This ensures created child definitions for connection specific middlewares inherit props like tags from parent and their definitions are set in root of the container, so that they are visible for other compiler passes that look for things through stuff like tags
@ostrolucky ostrolucky force-pushed the fix-inheriting-of-connection-middlewares branch from e4316cf to 2e56bc0 Compare August 31, 2024 15:02
@ostrolucky ostrolucky added the Bug label Aug 31, 2024
@ostrolucky ostrolucky added this to the 2.12.1 milestone Aug 31, 2024
@ostrolucky ostrolucky merged commit 16e1329 into 2.12.x Sep 1, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AsMiddleware will ignore the abstract definition's tags
1 participant