A couple more defects found today when testing the Java Broker with AMQP 1.0 where it would be really good to get the fixes in before the RC:
1. QPID-6054: Java Broker does not honour request for receiver settles first links https://svn.apache.org/r1621281 One line fix to a clear defect, impact limited to the Java Broker 1.0 path and there's no workaround with this fix Tested by Robbie. 2. QPID-6053 : Java AMQP codec does not treat a byte[] value as a Binary (which casues issues when converting from AMQP 0-10 to AMQP 1.0). Another one line fix of an obvious bug - again no workaround with the fix. This one was tested by Fraser.
