Sorry to be back with another issue.
I just use this Openhab remote addon just for fun. So it is not very important for me. But it may be for other people.
It worked on 5.1.0 M1 and now fails on M2.
==> /var/log/openhab/openhab.log <==
2025-10-29 09:48:47.755 [DEBUG] [l.handler.RemoteopenhabBridgeHandler] - Try the root REST API…
2025-10-29 09:48:47.756 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - Request GET http://192.168.1.119:8080/rest/
==> /var/log/openhab/events.log <==
2025-10-29 09:48:47.757 [INFO ] [penhab.event.Thing_Label_in_Messages] - Thing ‘remoteopenhab:server:72d24720f6’ - ‘Remote openHAB Server’ now UNKNOWN
==> /var/log/openhab/openhab.log <==
2025-10-29 09:48:47.856 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - REST API version = 8
2025-10-29 09:48:47.856 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - REST API items = http://192.168.1.119:8080/rest/items
2025-10-29 09:48:47.857 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - REST API things = http://192.168.1.119:8080/rest/things
2025-10-29 09:48:47.857 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - REST API events = http://192.168.1.119:8080/rest/events
2025-10-29 09:48:47.857 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - topic namespace = openhab
2025-10-29 09:48:47.857 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - Request GET http://192.168.1.119:8080/rest/items?recursive=false&fields=name,type,groupType,state,stateDescription
2025-10-29 09:48:47.862 [DEBUG] [l.handler.RemoteopenhabBridgeHandler] - checkConnection for thing remoteopenhab:server:72d24720f6 failed: Failed to get the list of remote items using the items REST API
org.openhab.binding.remoteopenhab.internal.exceptions.RemoteopenhabException: null
at org.openhab.binding.remoteopenhab.internal.rest.RemoteopenhabRestClient.getRemoteItems(RemoteopenhabRestClient.java:196) ~[?:?]
at org.openhab.binding.remoteopenhab.internal.handler.RemoteopenhabBridgeHandler.checkConnection(RemoteopenhabBridgeHandler.java:381) ~[?:?]
at org.openhab.binding.remoteopenhab.internal.handler.RemoteopenhabBridgeHandler.lambda$0(RemoteopenhabBridgeHandler.java:182) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: org.openhab.binding.remoteopenhab.internal.exceptions.RemoteopenhabException
at org.openhab.binding.remoteopenhab.internal.rest.RemoteopenhabRestClient.executeUrl(RemoteopenhabRestClient.java:600) ~[?:?]
at org.openhab.binding.remoteopenhab.internal.rest.RemoteopenhabRestClient.executeGetUrl(RemoteopenhabRestClient.java:559) ~[?:?]
at org.openhab.binding.remoteopenhab.internal.rest.RemoteopenhabRestClient.getRemoteItems(RemoteopenhabRestClient.java:190) ~[?:?]
… 8 more
2025-10-29 09:48:47.863 [DEBUG] [nternal.rest.RemoteopenhabRestClient] - Closing EventSource
==> /var/log/openhab/events.log <==
Tried to uninstall/reinstall the addon, remove/recreate the remote thing. No luck.