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

Refactor ThingHandlerService to an OSGi component prototype #3957

Merged
merged 16 commits into from
Jan 2, 2024

Commits on Dec 28, 2023

  1. Add osgi support for ThingHandlerService implementations.

    Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
    Connor Petty authored and J-N-K committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7999dcb View commit details
    Browse the repository at this point in the history
  2. Apply spotless and add author tag

    Signed-off-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
    Connor Petty authored and J-N-K committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9249688 View commit details
    Browse the repository at this point in the history
  3. further work

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1b7d5cb View commit details
    Browse the repository at this point in the history
  4. resolve itests

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    cd6f943 View commit details
    Browse the repository at this point in the history
  5. further work

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7a3dd91 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. code improvement

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    39536f7 View commit details
    Browse the repository at this point in the history
  2. further work

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    2988f3e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    21cd630 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2638477 View commit details
    Browse the repository at this point in the history
  2. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d33ab46 View commit details
    Browse the repository at this point in the history
  3. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5faecb4 View commit details
    Browse the repository at this point in the history
  4. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8b9f37f View commit details
    Browse the repository at this point in the history
  5. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a259359 View commit details
    Browse the repository at this point in the history
  6. Update bundles/org.openhab.core.config.discovery/src/main/java/org/op…

    …enhab/core/config/discovery/AbstractThingHandlerDiscoveryService.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    da8c71c View commit details
    Browse the repository at this point in the history
  7. Update bundles/org.openhab.core.thing/src/main/java/org/openhab/core/…

    …thing/binding/BaseThingHandlerFactory.java
    
    Co-authored-by: Wouter Born <github@maindrain.net>
    Signed-off-by: J-N-K <github@klug.nrw>
    J-N-K and wborn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    aab536d View commit details
    Browse the repository at this point in the history
  8. address review comments

    Signed-off-by: Jan N. Klug <github@klug.nrw>
    J-N-K committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    25886b5 View commit details
    Browse the repository at this point in the history