-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support @Inject of current flow like "@Inject Flow currentFlow" #1342
Labels
Component: Flow
mojarra-implemented
API issue implemented by Mojarra
myfaces-implemented
API issue implemented by MyFaces
Priority: Critical
Type: New Feature
Milestone
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
|
easy |
done in MF |
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Nov 4, 2023
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Nov 4, 2023
BalusC
added a commit
to eclipse-ee4j/mojarra
that referenced
this issue
Nov 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Flow
mojarra-implemented
API issue implemented by Mojarra
myfaces-implemented
API issue implemented by MyFaces
Priority: Critical
Type: New Feature
CDI Conversation scope is injectable into @ConversationScoped beans like this:
@Inject
Conversation currentConversation
The same should be true for the current Flow for @FlowScoped beans.
Affected Versions
[2.2]
The text was updated successfully, but these errors were encountered: