This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Description
I tried to run the samples-mqtt, it connects to the MQTT broker, but when an uplink message received, it throws an error:
error: Unrecognized field "app_id" (class org.thethingsnetwork.data.common.messages.UplinkMessage), not marked as ignorable (5 known properties: "port", "payload_fields", "counter", "payload_raw", "metadata"])
at [Source: [B@cf1e768; line: 1, column: 12] (through reference chain: org.thethingsnetwork.data.common.messages.UplinkMessage["app_id"])
As I understand the problem in the mapping of a JSON message in an UplinkMessage instance.