[incubator-plc4x] branch master updated: [ADS] fix wrong implementation of type bounds

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git The following commit(s) were added to refs/heads/master by this push: new f00e35d [ADS] fix wrong

[incubator-plc4x] branch master updated: [ADS] fixed a bunch of sonar issues

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git The following commit(s) were added to refs/heads/master by this push: new 7ef7f00 [ADS] fixed a bunch of sonar

[incubator-plc4x] branch master updated: [ADS] fixed max for UINT32 and UINT64 (currently not supported by ADS at all)

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git The following commit(s) were added to refs/heads/master by this push: new 3bd42a5 [ADS] fixed max for UINT32

[incubator-plc4x] 01/01: Merge remote-tracking branch 'github/master'

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 58cfc3540d4dc995fb7b66ce10adc5641e2a9648 Merge: 9ab0483 4cef1ce Author: Sebastian Rühl AuthorDate: Thu Oct 18

[incubator-plc4x] branch master updated (9ab0483 -> 58cfc35)

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git. from 9ab0483 - Tried something else add 4cef1ce PLC4X-62: introduced DefaultModbusByteArrayFieldItem for

[incubator-plc4x] 01/02: - Made the FieldItems throw Exceptions in case of incompatible data types and values.

2018-10-18 Thread cdutz
This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 5301025d40c67b59a9c87fe6bf794ab2ead02dd0 Author: Christofer Dutz AuthorDate: Thu Oct 18 14:59:17 2018 +0200

[incubator-plc4x] 02/02: - Fine tuned the example

2018-10-18 Thread cdutz
This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 5903b53528739953202451ed3560cd74f5420035 Author: Christofer Dutz AuthorDate: Thu Oct 18 14:59:33 2018 +0200

[incubator-plc4x] branch master updated (d94b11c -> 5903b53)

2018-10-18 Thread cdutz
This is an automated email from the ASF dual-hosted git repository. cdutz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git. from d94b11c [Modbus] remove validation on reading by avoiding supplying of null items in the first place.

[incubator-plc4x] branch master updated (58cfc35 -> d94b11c)

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git. from 58cfc35 Merge remote-tracking branch 'github/master' new 2583252 [Modbus] remove side effects from

[incubator-plc4x] 02/02: [Modbus] remove validation on reading by avoiding supplying of null items in the first place.

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit d94b11c093e323e43eb7ad938caf9a039e44f443 Author: Sebastian Rühl AuthorDate: Thu Oct 18 12:21:17 2018 +0200

[incubator-plc4x] 01/02: [Modbus] remove side effects from getter calls. simplfy array aggregation

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 2583252434f153b427afda1cb06dca3323ddf059 Author: Sebastian Rühl AuthorDate: Thu Oct 18 12:14:54 2018 +0200

[incubator-plc4x] 02/02: [GENERAL] fix npe on unsubscription

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 451c49d86cdbdbd6185f4508b7b465324fb8292a Author: Sebastian Rühl AuthorDate: Thu Oct 18 15:20:13 2018 +0200

[incubator-plc4x] 01/02: [GENERAL] updated subscription api after big refactorings

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git commit 514719c971214bd660440045cc900f0690f1a9e6 Author: Sebastian Rühl AuthorDate: Thu Oct 18 15:08:20 2018 +0200

[incubator-plc4x] branch master updated (5903b53 -> 451c49d)

2018-10-18 Thread sruehl
This is an automated email from the ASF dual-hosted git repository. sruehl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git. from 5903b53 - Fine tuned the example new 514719c [GENERAL] updated subscription api after big