-
Notifications
You must be signed in to change notification settings - Fork 15
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
add startup level trigger #194
base: main
Are you sure you want to change the base?
add startup level trigger #194
Conversation
I'll try and test. But otherwise ready for review? |
Yes, so far it's ready, but untested |
Can you check the conflict in JRuleEngine? (Came with last merged PR) |
I have to adopt the test, but it's working. |
It's not building though. I get this when merging against origin main:
|
strange, I have merged main into this branch and it's up to date. Is this (the reloading) really useful to do sth on startup level trigger and maybe store some variables but they are all lost because the class is reinstantiated. |
bd48e8c
to
da7c524
Compare
4378c3c
to
828f11b
Compare
Sorry for the mess, I was merging JRuleEngine at the same time as you @querdenker2k Last one was a rebase against main for the mdc-test. |
@querdenker2k Could you update the PR? |
…tup-level-trigger # Conflicts: # src/test/java/org/openhab/automation/jrule/rules/user/TestRules.java
…add-startup-level-trigger # Conflicts: # src/main/java/org/openhab/automation/jrule/internal/engine/JRuleBuilder.java # src/main/java/org/openhab/automation/jrule/internal/engine/JRuleEngine.java # src/main/java/org/openhab/automation/jrule/internal/module/JRuleModuleEntry.java # src/main/java/org/openhab/automation/jrule/internal/module/JRuleModuleHandlerFactory.java # src/main/java/org/openhab/automation/jrule/internal/module/JRuleModuleTypeProvider.java # src/main/java/org/openhab/automation/jrule/rules/JRuleWhenStartup.java # src/test/java/org/openhab/automation/jrule/rules/integration_test/ITJRule.java # src/test/java/org/openhab/automation/jrule/rules/user/TestRules.java
still not working
|
adds the startup level trigger.
currently untested