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

Allow interceptors to interpose between "regular" sources and default sources #1128

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

dmlloyd
Copy link
Contributor

@dmlloyd dmlloyd commented Mar 7, 2024

We split the interceptors and sources into two groups: those with negative priority and those with positive priority. The positive interceptors come before positive sources, which come before negative interceptors, which come before negative sources.

… sources

We split the interceptors and sources into two groups: those with negative priority and those with positive priority. The positive interceptors come before positive sources, which come before negative interceptors, which come before negative sources.
@dmlloyd
Copy link
Contributor Author

dmlloyd commented Mar 7, 2024

In draft until I can test it with Quarkus. Update: seems to work as expected.

@dmlloyd dmlloyd marked this pull request as ready for review March 7, 2024 18:31
@dmlloyd dmlloyd requested a review from radcortez March 11, 2024 15:17
@radcortez radcortez merged commit cf075f8 into smallrye:main Mar 12, 2024
8 checks passed
@github-actions github-actions bot added this to the 3.6.2 milestone Mar 12, 2024
@dmlloyd dmlloyd deleted the interpose branch March 12, 2024 13:29
@dmlloyd
Copy link
Contributor Author

dmlloyd commented Mar 12, 2024

Thanks!

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