Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated methods & properties #332

Merged
merged 5 commits into from
May 2, 2024

Commits on May 2, 2024

  1. [rules] Remove deprecated event object properties

    `state` and `receivedTrigger` have been marked as deprecated since June 2022.
    
    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    florian-h05 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5206ae5 View commit details
    Browse the repository at this point in the history
  2. [cache] Remove deprecated default cache

    The core-provided private and shared cache are available since openHAB 3.4, and the default cache methods have been marked as deprecated since end of 2022.
    
    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    florian-h05 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dd4d05e View commit details
    Browse the repository at this point in the history
  3. [actions] Remove createTimerWithArgument

    `createTimerWithArgument` has been marked as deprecated since openHAB 3.4, and besides of that is not thread-safe.
    
    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    florian-h05 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6df17b3 View commit details
    Browse the repository at this point in the history
  4. Update type defs

    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    florian-h05 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    da5baee View commit details
    Browse the repository at this point in the history
  5. Minor README improvements

    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
    florian-h05 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1fa102f View commit details
    Browse the repository at this point in the history