[
https://issues.apache.org/jira/browse/PROTON-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670605#comment-15670605
]
ASF GitHub Bot commented on PROTON-1352:
----------------------------------------
Github user gemmellr commented on a diff in the pull request:
https://github.com/apache/qpid-proton/pull/89#discussion_r88249149
--- Diff:
proton-j/src/main/java/org/apache/qpid/proton/message/impl/MessageImpl.java ---
@@ -769,6 +769,10 @@ public String toString()
sb.append("properties=");
sb.append(_properties);
}
+ if (_messageAnnotations != null) {
--- End diff --
This should have its own JIRA. We can skip the separate PR, this time ;)
> Trivial casting from UnsignedByte to ReceiverSettleMode and SenderSettleMode
> ----------------------------------------------------------------------------
>
> Key: PROTON-1352
> URL: https://issues.apache.org/jira/browse/PROTON-1352
> Project: Qpid Proton
> Issue Type: Improvement
> Components: proton-j
> Affects Versions: 0.15.0
> Reporter: Paolo Patierno
> Priority: Minor
>
> Currently it's not trivial at application level execute casting from
> UnsignedByte to SenderSettleMode or ReceiverSettleMode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]