openHAB 5.0 Milestone discussion

@jimtng Weird, but have it fixed. Steps

  1. On restart same errors (this was one of three)
    2025-07-19 10:47:22.831 [WARN ] [ore.common.registry.AbstractRegistry] - Cannot add "StringItem" with key "Downstairs_Mode". It exists already from provider "GenericItemProvider"! Failed to add a second with the same UID from provider "ManagedItemProvider"!

  2. Deleted the UI version (without the lock) 2025-07-19 11:12:16.957 [WARN ] [ore.common.registry.AbstractRegistry] - Provider 'ManagedItemProvider' is not allowed to remove element 'StringItem' with key 'Downstairs_Mode' from the registry because it was added by provider 'GenericItemProvider'.

  3. The weirdness is the first message says the managed version wasn’t created (but it was) and the second said it couldn’t be deleted, (but it was) . Anyway the “hidden” item from the file appeared with the lock in place after the deletion, so all is fine. Thanks