You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/09/22 11:35:08 UTC

[plc4x-build-tools] branch develop updated (e1a097a -> e8bb158)

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

cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


    from e1a097a  chore(deps): bump apache-rat-plugin from 0.14 to 0.15 (#40)
     new 80a573d  chore(release):  Updated the RELEASE_NOTES prior to creating the release branch
     new e8bb158  [maven-release-plugin] prepare branch @{releaseLabel}

The 2 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:
 code-generation/RELEASE_NOTES | 9 +++++++++
 code-generation/pom.xml       | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)


[plc4x-build-tools] 02/02: [maven-release-plugin] prepare branch @{releaseLabel}

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit e8bb1585906d30cc94314250f6fca0b307235f2a
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Sep 22 13:34:53 2022 +0200

    [maven-release-plugin] prepare branch @{releaseLabel}
---
 code-generation/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 6c63176..66bbb2b 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -44,14 +44,14 @@
     <java.version>11</java.version>
 
     <!-- Timestamp for the reproducible builds -->
-    <project.build.outputTimestamp>1</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1663846492</project.build.outputTimestamp>
   </properties>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</developerConnection>
     <url>https://github.com/apache/plc4x-build-tools</url>
-    <tag>releases/code-generation/1.4</tag>
+    <tag>releases/code-generation/1.6</tag>
   </scm>
 
   <modules>


[plc4x-build-tools] 01/02: chore(release): Updated the RELEASE_NOTES prior to creating the release branch

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit 80a573dc7cf94730bff80e42ac7a06efb1d6b1b2
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Sep 22 13:29:23 2022 +0200

    chore(release):  Updated the RELEASE_NOTES prior to creating the release branch
---
 code-generation/RELEASE_NOTES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index d8e42d8..d8b22ac 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -7,6 +7,15 @@ New Features
 
 - Added the ability to provide protocol versions in the code
   generation.
+- Fields now know the concept of attributes
+- New field types:
+  - Assert Field: Like Reserved or Const, but fires a special
+    type of exception which can be used by optional fields.
+  - Validation Field: Executes a validation and fires
+    special types of exceptions.
+  - Peek Field: Filed that doesn't consume bytes from the
+    read buffer.
+- Code generation now knows the concept of protocol versions.
 
 Incompatible changes
 --------------------