You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2019/12/17 14:42:53 UTC

[plc4x] branch next-gen-core updated (324f4a2 -> 329b639)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a change to branch next-gen-core
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


 discard 324f4a2  - Removed all old protocol modules (at least from the build)
     add 97cfb68  Fix promise chain for InternalPlcWriteRequest
     add fd0513b  Merge pull request #110 from amrod-/feature/getfix
     add f00eab3  improve comment matching  - a lot by not interpreting comments as complex types.  - Also added block comments
     add 4451635  removed count length terminated as reserved keyword
     add 329b639  refactored ads mspec to use proper names

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   (324f4a2)
            \
             N -- N -- N   refs/heads/next-gen-core (329b639)

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.

No new revisions were added by this update.

Summary of changes:
 .../plugins/codegenerator/language/mspec/MSpec.g4  |  62 +++++++--
 .../src/test/resources/mspec.example               | 153 ++++++++++-----------
 plc4j/pom.xml                                      |   1 +
 .../SingleItemToSingleRequestProtocol.java         |   4 +-
 .../main/resources/protocols/amsads/amsads.mspec   |  41 +++---
 .../java/amsads/protocol/Plc4x2AdsProtocol.java    |   4 +-
 6 files changed, 148 insertions(+), 117 deletions(-)