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

sruehl pushed a change to branch chore/changelog_update
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard 93d3e7b760 docs(changelog): update release notes
 discard 2413fdee12 chore: update to dev version of plugin
     add 8fe1e79f49 build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 
(#2219)
     add 9631236d11 build(deps): bump net.bytebuddy:byte-buddy from 1.17.6 to 
1.17.7 (#2221)
     add 1186cb7fb7 build(deps): bump mockito.version from 5.18.0 to 5.19.0 
(#2220)
     add 179a0fe735 build(deps): bump 
org.apache.maven.plugins:maven-javadoc-plugin (#2222)
     add d26aafba91 feat: Added some code to make the breaking change of using 
PlcRawByteArray less invasive.
     add 4b02d35d83 build(deps-dev): bump 
com.github.docker-java:docker-java-api (#2223)
     add e5a8fd38f2 fix: Made sure the byte is not converted into an unsigned 
byte before creating the PlcSINT in the new "getList" method.
     add edbb080ce8 fix: Ensured cached connections are correctly closed, when 
calling removeCachedConnection on the CachedPlcConnectionManager.
     add eea46e1c9b fix: Ensured the idleTimer of cached connections is 
correctly cancelled when closing the ConnectionContainer.
     add 0e59d88167 build(deps): bump actions/setup-java from 4 to 5 (#2224)
     add bb3ea217b7 chore: Made the update goal also "install" the artifacts 
locally, or the website generation task will fail.
     add 2f23b1cf33 chore: update changelog to reflect new tags
     new 20ebe0a0a2 chore: update to dev version of plugin

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   (93d3e7b760)
            \
             N -- N -- N   refs/heads/chore/changelog_update (20ebe0a0a2)

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:
 .github/workflows/c-platform.yml                   |    2 +-
 .github/workflows/go-platform.yml                  |    2 +-
 .github/workflows/java-platform.yml                |    2 +-
 .github/workflows/python-platform.yml              |    2 +-
 CHANGELOG.md                                       | 4320 ++++++++++++++------
 plc4j/drivers/ctrlx/pom.xml                        |    2 +-
 plc4j/drivers/opcua/pom.xml                        |    2 +-
 .../plc4x/java/spi/values/PlcRawByteArray.java     |   18 +
 .../utils/cache/CachedPlcConnectionManager.java    |    4 +
 .../java/utils/cache/ConnectionContainer.java      |    6 +
 pom.xml                                            |    6 +-
 tools/release-0-update-generated-code.sh           |    2 +-
 12 files changed, 3172 insertions(+), 1196 deletions(-)

Reply via email to