-
Notifications
You must be signed in to change notification settings - Fork 0
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
SD-1895 Add JIT 2.0 GET actions #266
Conversation
* Update example values
* Update JIT schema
…mps are returned later. Add all GET scenario groups.
import java.util.Arrays; | ||
import java.util.List; | ||
|
||
public record JitGetPortServiceCallFilters( |
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.
Isn't this PortCallService?
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.
Yes, thanks for noticing. As discussed, will fix all your observations in my other branch. The mentioned things are already in there.
Can one of you approve this PR, so I can merge and continue?
All JIT 2.0 GET actions are covered now. But it is not checked yet if the results are okay, returned from the endpoint (like matching IDs, matching result count etc). There are still 2 issues left in Jira, where I can put that into.
Since the
persistentMap
is not clean when every scenario starts,flushTimestamps
is called on the SSPAction & PortCall Action. Need to fix that in a different way later.