-
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
fixes for RM-84612 #53
Conversation
…portMessageStoreSender / ProtobufMessageStoreSender init) 'raw' attribute removed from transport pins
…portMessageStoreSender / ProtobufMessageStoreSender init) 'raw' attribute removed from transport pins
build.gradle
Outdated
implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-4046816762-SNAPSHOT') { | ||
exclude group: "org.slf4j", module: "slf4j-log4j12" | ||
} | ||
implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-no-log4j-8506347590-SNAPSHOT') |
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.
Migrate to release version before merge
public TransportMessageStoreSender(Config config) { | ||
messageRouter = config.getFactory().getTransportGroupBatchRouter(); |
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.
Could we rename Config to Context because getting factory from config looks strange?
Test Results3 tests 3 ✅ 0s ⏱️ Results for commit 830d5fd. |
No description provided.