vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

fix Deprecated Warning

Open dushibaiyu opened this issue 6 years ago • 3 comments

  • messageId
  • password
  • willMessage

dushibaiyu avatar Jun 15 '18 04:06 dushibaiyu

@dushibaiyu , sorry, I did not get it. Which warning are you trying to fix? Can you explain?

Sammers21 avatar Jun 15 '18 07:06 Sammers21

@dushibaiyu , this PR also contains some parts from the https://github.com/vert-x3/vertx-mqtt/pull/101. Can you remove it, so the PR will contain only original changes?

Sammers21 avatar Jun 15 '18 07:06 Sammers21

@Sammers21 Ok. i have remove the #101 commit.

  • In class MqttPublishVariableHeader the messageId() is deprecated it return the packetId.
  • In class MqttConnectPayload the willMessage() and password() is deprecated .

dushibaiyu avatar Jun 15 '18 08:06 dushibaiyu