netty5/codec-mqtt/src/test/java/io/netty/handler/codec/mqtt
Duke Bartholomew f54bf7aeb0
Allow to use int while build MqttMessageIdVariableHeader (#10930)
Motivation:

Exception occurs in the MQTT message builder class (`io.netty.handler.codec.mqtt.MqttMessageBuilders`) when trying to create a message with packetId > 32767

Modification:

-add method that takes int
- deprecate old methods that take short. 

Result:


Fixes #10929 .
2021-01-21 14:40:45 +01:00
..
MqttCodecTest.java MQTT: foolproof SUBSCRIBE QoS encoding (#10874) 2020-12-18 10:40:15 +01:00
MqttConnectPayloadTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessageBuildersPacketIdTest.java Allow to use int while build MqttMessageIdVariableHeader (#10930) 2021-01-21 14:40:45 +01:00
MqttMessageBuildersTest.java Add ConnAck message builder method to handle the creation of related properties. (#10812) 2020-12-23 10:50:09 +01:00
MqttMessageFactoryTest.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttPropertiesTest.java MQTT5: support multiple Subscription ID properties (#10734) 2020-10-30 11:17:46 +01:00
MqttTestUtils.java MQTT5: support multiple Subscription ID properties (#10734) 2020-10-30 11:17:46 +01:00