Exploring OpenHAB 3: Item Savings and Rule Reloading

I’ve been diving into OpenHAB 3 lately and have a question about item savings and rule reloading. In my experience with OpenHAB 2, saving an .items file would automatically trigger a reload of all rule files, which was super handy for testing and ensuring everything worked seamlessly. For example, I remember seeing logs like this when I made changes:

2022-11-06 17:58:37.459 [INFO ] [home.model.script.HouseSensors.00.00] - System start or rule file reload for HouseSensors.

This behavior was really helpful because it meant I didn’t have to manually reload rules every time I made a change. Now, with OpenHAB 3 and the GUI items interface, I’m curious if this feature still exists. Does saving an item in the GUI automatically reload all associated rules, or do I need to manually trigger a reload? I’d love to hear from others who have experience with this in OpenHAB 3. It would be great if this functionality is preserved because it really streamlines the workflow when testing and iterating on rules. Thanks in advance for any insights!