PROTON-1352, PROTON-1353: merge PR for settlement mode valueOf, message annotations in toString
This closes #89 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f550d282 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f550d282 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f550d282 Branch: refs/heads/go1 Commit: f550d28222304fce9c422e195fb77400ca9622cb Parents: 888862f fec0bc8 Author: Robert Gemmell <[email protected]> Authored: Wed Nov 16 17:48:05 2016 +0000 Committer: Robert Gemmell <[email protected]> Committed: Wed Nov 16 17:48:05 2016 +0000 ---------------------------------------------------------------------- .../amqp/transport/ReceiverSettleMode.java | 25 ++++++-- .../proton/amqp/transport/SenderSettleMode.java | 29 +++++++-- .../qpid/proton/message/impl/MessageImpl.java | 4 ++ .../amqp/transport/ReceiverSettleModeTest.java | 61 ++++++++++++++++++ .../amqp/transport/SenderSettleModeTest.java | 67 ++++++++++++++++++++ 5 files changed, 178 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
