Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1605

API changes

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 4.0
    • None
    • None

    Description

      API changes to be done in 4.0, which break code:

      • DONE: MessageDispatcher: remove MessageListener
      • DONE: Merge AsyncRequestHandler and RequestHandler, OR make them 2 separate interfaces, ie. AsyncRH doesn't extend RH
      • DONE: Remove @Deprecated methods, properties or classes
      • NOTDONE: Remove direct access to Message in JChannel.send() methods (to prevent passing in the same message more than once)
        • Power users often want to access a message object directly, e.g. set flags or add a header, so I won't remove this method
      • NOTDONE: Make RspFilter --> RspFilter<T>
        • We need to be able to handle objects of type T and Throwable, so we cannot change this to T
      • DONE: ProtocolStack.findProtocol(Class<?> clazz) should return generic type <T extends Protocol>>, so no casting is needed. Requires changes to a number of methods in the same class.
      • DONE: Request<T>
      • DONE: RpcDispatcher: only 1 Marshaller, not separate ones for reqs and rsps
      • DONE: Rsp: see https://issues.jboss.org/browse/JGRP-2011

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            rhn-engineering-bban Bela Ban
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: