Oleg Andreych
Oleg Andreych
Thanks, I'll look into it.
Unfortunately, I’ve messed up with the https://github.com/pmd/pmd/pull/4103, so I’ve created a new pull request.
Should we check for JDK10 compatibility now?
I've switched `compiler.target` and `compiler.target` to `10` and tried to build and run CLI application. Everything seems good so far. Java version: ``` openjdk version "10" 2018-03-20 OpenJDK Runtime Environment...
Oh, and OS is: ``` Description: Manjaro Linux Release: 17.1.10 ```
I've downloaded JDK 11: ``` OpenJDK version "11-ea" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11-ea+14) OpenJDK 64-Bit Server VM 18.9 (build 11-ea+14, mixed mode) ``` Maven build with `source` and...
Note: we've discussed previous comment in the issue https://github.com/openhab/openhab-core/issues/4072.
Hello) It’s not a change, but an addition. `runNow` methods of the `org.openhab.core.automation.RuleManager` are still in place and work the same way as before. It’s up to automation scripting addons...