Łukasz Dywicki
Łukasz Dywicki
Using a maven plugin I found out that version `2.24.0` rely on singe occurrence of year token. Sadly license header I deal with have two lines where $YEAR should be...
This is an attempt to sort out several issues which are already registered: IGNITE-17216 and IGNITE-16335. It is also partially related to IGNITE-13570. Currently this PR is marked as draft...
Karaf bin script allows to pass arguments such `clean` or `debug`. These arguments passed to `start.sh` are passed to `karaf` script. Calling `./start.sh clean` causes removal of entire `userdata` directory...
This pull request solves few errors I spotted while trying to use plc4j modbus stuff. First of all, it adds support for String outputs from modbus requests, so `holding:3000:STRING[30]` will...
This commit relates to PLC4X-319, trying to cover faulty responses.
Hey, First of all, thanks for amazing library. I been playing with it over past few days and it seems to be perfect fit to what I intend to do....
Currently modbus binding requires mapping of data to specific types such as `int` or `float`. I would like to propose a way to let `modbus:data` to return a raw byte...
Many bindings have built virtual channels with some hairy logic to keep the "last update time". There is also dedicated profile which allows to track that items which do not...
I've made a small adjustments in regular expressions, in all places I found related to it, so they work properly with additional properties mentioned in KARAF-7325. All integration tests pass...
Since datastax-driver relies on newer version of guava some problems have born in OSGi. This simple fix solves issue.