[ 
https://issues.apache.org/jira/browse/PROTON-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289858#comment-16289858
 ] 

ASF subversion and git services commented on PROTON-1537:
---------------------------------------------------------

Commit a13bc2b9fa08fd8ab068abdf8645d334cde1161c in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=a13bc2b ]

PROTON-1537: [ruby] Update tests to new API, many fixes

Both the old and new APIs are supported fornow, old APIs causes [DEPRECATION]
warnings (disable with `ruby -W0`)

Old: Qpid::Proton::Reactor::Container, Qpid::Proton::Handler::MessagingHandler
New: Qpid::Proton::Container, Qpid::Proton::MessagingHandler

Both are implemented in terms of the new Container and ConnectionDriver.

Both styles of handler are implemented by Adapter classes that translate raw
proton events to API handler calls.


> ruby: update API in line with new C++ API changes
> -------------------------------------------------
>
>                 Key: PROTON-1537
>                 URL: https://issues.apache.org/jira/browse/PROTON-1537
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: ruby-binding
>    Affects Versions: proton-c-0.17.0
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: proton-c-0.19.0
>
>
> Update the ruby Container interface in line with the new C++ container API
> Deprecate Reactor (use Container instead)
> Deprecate or remove Messenger API.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to