This is an automated email from the ASF dual-hosted git repository.
tmitsch pushed a change to branch feature/improve-scraper-tim
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
discard 8a4474b PLC4X-90: scraper Refactoring *added TriggerCollector
(collect and execute all triggerRequests) *added date datatypes
(DateAndTime,Date and TimeOfDay) (PLC4X-104) *trigger comparison extended to
previous value instead of only static value (PLC4X-109) *fixed bug for strings
>127chars (PLC4X-141) *improved functionality *fixed several minor bugs *api
modification for scraper usage *renaming
new ab5168d PLC4X-90: scraper Refactoring *added TriggerCollector
(collect and execute all triggerRequests) *added date datatypes
(DateAndTime,Date and TimeOfDay) (PLC4X-104) *trigger comparison extended to
previous value instead of only static value (PLC4X-109) *fixed bug for strings
>127chars (PLC4X-141) *improved functionality *fixed several minor bugs *api
modification for scraper usage *renaming
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8a4474b)
\
N -- N -- N refs/heads/feature/improve-scraper-tim (ab5168d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/java/org/apache/plc4x/Plc4xSchemaFactory.java | 3 ++-
.../src/test/java/org/apache/plc4x/DriverManagerTest.java | 4 +++-
.../s7/src/main/java/org/apache/plc4x/java/s7/model/S7Field.java | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)