This repository was archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Spring cross-context calls with interface #175
Merged
Conversation
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
Collaborator
yuanyuancin
commented
Oct 17, 2023
- add samples for spring cross-context calls
- add docs for spring cross-context calls
- optimize spring cross-context calls with interface
Closed
# Conflicts: # samples/pom.xml
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #175 +/- ##
============================================
- Coverage 25.24% 25.12% -0.13%
Complexity 102 102
============================================
Files 72 72
Lines 1632 1640 +8
Branches 102 103 +1
============================================
Hits 412 412
- Misses 1189 1197 +8
Partials 31 31
☔ View full report in Codecov by Sentry. |
TomorJM
approved these changes
Oct 17, 2023
...verless-runtime/arklet-core/src/main/resources/com/alipay/sofa/arklet/log/log4j/log-conf.xml
Show resolved
Hide resolved
lvjing2
reviewed
Oct 17, 2023
| # Spring 环境 | ||
|
|
||
| ## 基座调用模块 | ||
|
|
Collaborator
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.
补充几句说明
| if (targetClass.isInterface()) { | ||
| factory.addInterface(targetClass); | ||
| if (serviceType.isInterface()) { | ||
| factory.addInterface(serviceType); |
Collaborator
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.
单测需要覆盖
lvjing2
approved these changes
Oct 20, 2023
Collaborator
lvjing2
left a comment
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.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.