We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simplify code checks using Optional in ClientRequestProcessor#getRouteInfoByTopic method
Simplify code checks using Optional
Simplify the code.
No response
The text was updated successfully, but these errors were encountered:
[ISSUE apache#7747]Simplify code checks using Optional in ClientReque…
98ae766
…stProcessor#getRouteInfoByTopic method
[ISSUE #7747] Simplify code checks using Optional in ClientRequestPro…
5e50bad
…cessor#getRouteInfoByTopic method (#7748)
@mxsm hello, I think it's can write to
boolean standardJsonOnly = Boolean.TRUE.equals(requestHeader.getAcceptStandardJsonOnly()); if (request.getVersion() >= MQVersion.Version.V4_9_4.ordinal() || standardJsonOnly) {
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Before Creating the Enhancement Request
Summary
Motivation
Simplify code checks using Optional in ClientRequestProcessor#getRouteInfoByTopic method
Describe the Solution You'd Like
Simplify code checks using Optional
Describe Alternatives You've Considered
Simplify the code.
Additional Context
No response
The text was updated successfully, but these errors were encountered: