Eager bindings docs clarification#12896
Conversation
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
b4664fc to
fad3d03
Compare
|
@Mergifyio backport 3.0.x 2.9.x |
✅ Backports have been createdDetails
|
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Pull Request Checklist
Helpful things
Fixes
Resolves #10469
Purpose
Adds documentation around differences in eager bindings between development and production modes.
Background Context
Requested in #10469.
I verified the behavior by creating a Hello World Play application and creating a custom binding and logging inside the service like this:
Then I added a module:
And injected it into the HomeController:
Then I ran the app in both dev and production modes and verified the behavior is different and documented it.
References
#10469