bugfix: 实例化 action 时没有走 DependencyInjectionPart 相关逻辑#174
Closed
kyochou wants to merge 1 commit into
Closed
Conversation
Owner
这部分可能会引起多次实例化;触发条件:action 没有交给其他容器管理时,且有两及以上的 action method ,会触发多次。 此问题已经在 main...dev#diff-74b89b0500bab525190ccdc192d7af42c339c50db67900560f5432896c7704aeR89 中修复 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

在 ActionCommandParser.buildAction 时, springboot 已经将 action 实例化过了. 这里如果不走容器中取, 就会导致 action 实例化给两次.