-
Notifications
You must be signed in to change notification settings - Fork 12
Multiple arguments by option
#295
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
Conversation
…n for the protobuf-plugin.
armiol
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.
@dmdashenkov please address your TODOs and a single comment.
| GranterEventsEnrichment.class); | ||
| validator.validate(); | ||
| } | ||
|
|
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.
Please remove an excessive line.
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.
Done
Codecov Report@@ Coverage Diff @@
## master #295 +/- ##
============================================
+ Coverage 86.49% 86.71% +0.21%
============================================
Files 193 193
Lines 6903 6956 +53
Branches 527 540 +13
============================================
+ Hits 5971 6032 +61
+ Misses 815 801 -14
- Partials 117 123 +6Continue to review full report at Codecov.
|
# Conflicts: # build.gradle # server/src/main/java/org/spine3/server/event/enrich/ReferenceValidator.java # server/src/test/java/org/spine3/server/event/enrich/EventEnricherShould.java
|
@armiol PTAL again |
|
@armiol Fixed issue with spaces in |
|
@dmdashenkov LGTM. |
Support for multiple-argument
byannotations.The syntax is:
Wildcard syntax (
(by)="*.target_field|no_qualifier_field") is supported in cases when annotationenrichment_forgives a not ambiguous definition for the target type.For FQN field names in the
enrichment_formay be omitted (the same behavior as with a single-argumentbyannotation).