-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Arc - tweak ContextNotActiveException for session scoped beans to mention optional enablement #45383
Conversation
…tion optional enablement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should do this also for the conversation context, but that's more complex and can be subject of a different PR. This PR LGTM.
I don't think ArC should solve that since we don't support it in any shape or form (and CDI Lite doesn't support it either). |
Status for workflow
|
Right, and since we don't support this scope annotation in any form we should probably fail the build. Currently, we silently ignore this scope declared on a class and fall back to |
Technically someone could provide the conversation context implementation and expect that to work, but I agree with a build failure, at least for now. |
Alright, I've created #45413 to track the conversation scope change. |
Fixes #45191
Using the reproducer from original issue, the exception now looks like this: