]> git.basschouten.com Git - openhab-addons.git/commit
[openhab-cloud] Fixes Jetty upgrade issue (#10487)
authorDan Cunningham <dan@digitaldan.com>
Thu, 8 Apr 2021 20:12:44 +0000 (13:12 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 20:12:44 +0000 (22:12 +0200)
commitc5a2882a160189bd83954aae59b979c62ba74da6
tree48bad2f35a068b210c3880c8f39f6b3fb0b9f38c
parentf1662200687d37d91878806a063c50ff3af837f7
[openhab-cloud] Fixes Jetty upgrade issue (#10487)

This removes the ResponseListener class and replaces it with lambda functions for the various Jetty response listeners. This seems to fix our duplicate onContent issue in #10470 , although i'm not at all clear why.
Fixes #10470

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
bundles/org.openhab.io.openhabcloud/src/main/java/org/openhab/io/openhabcloud/internal/CloudClient.java