Raise minimum JDK version to 17 (#13276)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-12-19 20:39:42 +01:00
committed by GitHub
parent 4d6d6443ef
commit 9f3b8e1c04
27 changed files with 17 additions and 1022 deletions

View File

@@ -73,8 +73,8 @@ final class ChannelSceneSilentmode extends ChannelHandlerTemplate {
LOGGER.debug("handleCommand({},{},{},{}) called.", channelUID, channelId, command, thisBridgeHandler);
Command newValue = null;
do { // just for common exit
assert thisBridgeHandler.bridgeParameters.scenes
.getChannel().existingScenes != null : "VeluxBridgeHandler.existingScenes not initialized.";
assert thisBridgeHandler.bridgeParameters.scenes.getChannel().existingScenes != null
: "VeluxBridgeHandler.existingScenes not initialized.";
if (!ThingConfiguration.exists(thisBridgeHandler, channelUID, VeluxBindingProperties.PROPERTY_SCENE_NAME)) {
LOGGER.trace("handleCommand(): aborting processing as scene name is not set.");
break;