Message: remove dest_addr
-------------------------
Key: JGRP-899
URL: https://jira.jboss.org/jira/browse/JGRP-899
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0
We don't need this field, this will save us some memory. Note that today dest_addr is *not* shipped with a message, but nevertheless filled in on the receiving side.
We have tests which use dest_addr to determine whether the message is a unicast or multicast message. This should go away, too, and be replaced by a flag in the message itself, ie. MULTICAST. Maybe add a method Message.isMulticast().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
GroupRequest: turn mode (GET_ALL, GET_FIRST etc) into an enum
-------------------------------------------------------------
Key: JGRP-1057
URL: https://jira.jboss.org/jira/browse/JGRP-1057
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0
enum Mode {GET_FIRST, GET_ALL, GET_N, GET_MJORITY, GET_NONE} // etc
Potentially move mode out of GroupRequest (to Global ?)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
RpcDispatcher: merge Marshaller and Marshaller2 into one interface
------------------------------------------------------------------
Key: JGRP-799
URL: https://jira.jboss.org/jira/browse/JGRP-799
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Streamable: use interface rather than class as parameter
--------------------------------------------------------
Key: JGRP-848
URL: https://jira.jboss.org/jira/browse/JGRP-848
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.0
DataOutput instead of DataOutputStream, and the same for input
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Release jboss-connector-api_1.6_spec
------------------------------------
Key: JBEE-34
URL: https://jira.jboss.org/jira/browse/JBEE-34
Project: JBoss JavaEE APIs
Issue Type: Bug
Reporter: Shelly McGowan
Assignee: Shelly McGowan
Fix For: 1.0.0.CR1
Need to create a release of the connector 1.6 APIs using new naming scheme.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Replace all uses of Vector, ArrayList etc with interfaces
---------------------------------------------------------
Key: JGRP-396
URL: http://jira.jboss.com/jira/browse/JGRP-396
Project: JGroups
Issue Type: Task
Affects Versions: 2.4
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 3.0
- E.g.
- Vector --> Collection
- ArrayList --> List
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira