[GitHub] [plc4x] dependabot[bot] opened a new pull request, #415: build(deps): bump assertj-core from 3.22.0 to 3.23.1

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #415:
URL: https://github.com/apache/plc4x/pull/415

   Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 
3.23.1.
   
   Commits
   
   https://github.com/assertj/assertj-core/commit/0256688fcf02d7c1c1940b1226a24fb5680ac3a3";>0256688
 [maven-release-plugin] prepare release assertj-core-3.23.1
   https://github.com/assertj/assertj-core/commit/6529933700533de4e8f8191d9b6f4ef371667f1d";>6529933
 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2
   https://github.com/assertj/assertj-core/commit/d9cd2da03acd4d68a5599b61fdd9abd5da0cc7be";>d9cd2da
 [maven-release-plugin] prepare for next development iteration
   https://github.com/assertj/assertj-core/commit/6f19754e579527b935c9e62d5cb5b0900fa1e6a1";>6f19754
 [maven-release-plugin] prepare release assertj-core-3.23.0
   https://github.com/assertj/assertj-core/commit/c592c18a59a1ef4f681f1eb08b2571fa77757e43";>c592c18
 Expose ComparisonStrategy::areEqual in 
AbstractAssert (https://github-redirect.dependabot.com/assertj/assertj-core/issues/2633";>#2633)
   https://github.com/assertj/assertj-core/commit/69c66a9bb66f8b8a39535eb769e8c97d0d8c6648";>69c66a9
 Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (https://github-redirect.dependabot.com/assertj/assertj-core/issues/2636";>#2636)
   https://github.com/assertj/assertj-core/commit/795f5278bebb2703eda7b11569403c2bed650d5a";>795f527
 Fix test
   https://github.com/assertj/assertj-core/commit/b44460623b9c0e83c2b311c1fc6b7bffa1a077b9";>b444606
 Bump hibernate-core from 6.0.1.Final to 6.0.2.Final (https://github-redirect.dependabot.com/assertj/assertj-core/issues/2626";>#2626)
   https://github.com/assertj/assertj-core/commit/793241125ee85ac832a6ee12fc77456256c5";>7932411
 Fix typos in Javadoc of ObjectEnumerableAssert (https://github-redirect.dependabot.com/assertj/assertj-core/issues/2624";>#2624)
   https://github.com/assertj/assertj-core/commit/b746e6aeb4b9bd7246797c3fc18059977aac6ab3";>b746e6a
 [mvn] Update maven wrapper to 3.1.1 (https://github-redirect.dependabot.com/assertj/assertj-core/issues/2622";>#2622)
   Additional commits viewable in https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=maven&previous-version=3.22.0&new-version=3.23.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #414: build(deps): bump byte-buddy from 1.12.10 to 1.12.12

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #414:
URL: https://github.com/apache/plc4x/pull/414

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.10 to 
1.12.12.
   
   Release notes
   Sourced from https://github.com/raphw/byte-buddy/releases";>byte-buddy's 
releases.
   
   Byte Buddy 1.12.12
   
   Use correct annotation in Byte Buddy Gradle plugin.
   Correctly resolve generified anonymous/local types that are declared 
within a method.
   
   Byte Buddy 1.12.11
   
   Remove use of thread-local to guarantee Loom compatibility.
   Allow usage of byte-buddy-parent as BOM for imports.
   Add convenience for Maven to disable type validation on entry point.
   Allow Gradle plugin to consume pluginName property and discoverySet to 
only load plugins in the plugin class loader.
   
   
   
   
   Changelog
   Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md";>byte-buddy's
 changelog.
   
   25. June 2022: version 1.12.12
   
   Use correct annotation in Byte Buddy Gradle plugin.
   Correctly resolve generified anonymous/local types that are declared 
within a method.
   
   22. June 2022: version 1.12.11
   
   Remove use of thread-local to guarantee Loom compatibility.
   Allow usage of byte-buddy-parent as BOM for imports.
   Add convenience for Maven to disable type validation on entry point.
   Allow Gradle plugin to consume pluginName property and 
discoverySet to only load plugins in the plugin class loader.
   
   
   
   
   Commits
   
   https://github.com/raphw/byte-buddy/commit/074f952bac8580834d53a376e6b1fc7a4de001d2";>074f952
 [maven-release-plugin] prepare release byte-buddy-1.12.12
   https://github.com/raphw/byte-buddy/commit/5ef0cdddc720ab83b79a2e2f555d84405b634999";>5ef0cdd
 [release] Release new version
   https://github.com/raphw/byte-buddy/commit/db7aede5e68772486617dfe573ddd2306be927dc";>db7aede
 Adjust annotation.
   https://github.com/raphw/byte-buddy/commit/986cca009a072ed7ef1e473d5df0c87f323f292c";>986cca0
 Minor simplification of conditions.
   https://github.com/raphw/byte-buddy/commit/bf029d65c0de0b0ada00b3e2083d745a5d652562";>bf029d6
 Avoid checking of declaring types if a class is static.
   https://github.com/raphw/byte-buddy/commit/192dd73c1a46e02e5abd1734a1be668c2f1316cb";>192dd73
 Update internal Byte Buddy.
   https://github.com/raphw/byte-buddy/commit/17201e643fa3379116f1df736d013b3615fcac76";>17201e6
 Clean ups and release
   https://github.com/raphw/byte-buddy/commit/2b3ee0380b992d23e78ea4f0588913f05ea7aebd";>2b3ee03
 Merge pull request https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1271";>#1271
 from mlichtblau/master
   https://github.com/raphw/byte-buddy/commit/3979f55cc58bef12e1a9589b2d545e7a99ecefd9";>3979f55
 Fix isGenerified to work with anonymous subclasses using the enclosing 
method...
   https://github.com/raphw/byte-buddy/commit/2cdedb9119395d7c2b1882f33f3107cd4983026f";>2cdedb9
 [maven-release-plugin] prepare for next development iteration
   Additional commits viewable in https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.10...byte-buddy-1.12.12";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.12.10&new-version=1.12.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the 

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #413: build(deps): bump protobuf-java from 3.12.0 to 3.21.2

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #413:
URL: https://github.com/apache/plc4x/pull/413

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 
3.12.0 to 3.21.2.
   
   Release notes
   Sourced from https://github.com/protocolbuffers/protobuf/releases";>protobuf-java's 
releases.
   
   Protocol Buffers v3.20.1
   PHP
   
   Fix building packaged PHP extension (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9727";>#9727)
   Fixed composer.json to only advertise compatibility with PHP 7.0+.  (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9819";>#9819)
   
   Ruby
   
   Disable the aarch64 build on macOS until it can be fixed. (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9816";>#9816)
   
   Other
   
   Fix versioning issues in 3.20.0
   
   Protocol Buffers v3.20.1-rc1
   #PHP
   
   Fix building packaged PHP extension (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9727";>#9727)
   
   #Other
   
   Fix versioning issues in 3.20.0
   
   Protocol Buffers v3.20.0
   2022-03-25 version 3.20.0 
(C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
   Ruby
   
   Dropped Ruby 2.3 and 2.4 support for CI and releases. (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9311";>#9311)
   Added Ruby 3.1 support for CI and releases (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9566";>#9566).
   Message.decode/encode: Add recursion_limit option (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9218";>#9218/https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9486";>#9486)
   Allocate with xrealloc()/xfree() so message allocation is visible to the
   Ruby GC.  In certain tests this leads to much lower memory usage due to more
   frequent GC runs (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9586";>#9586).
   Fix conversion of singleton classes in Ruby (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9342";>#9342)
   Suppress warning for intentional circular require (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9556";>#9556)
   JSON will now output shorter strings for double and float fields when 
possible
   without losing precision.
   Encoding and decoding of binary format will now work properly on 
big-endian
   systems.
   UTF-8 verification was fixed to properly reject surrogate code 
points.
   Unknown enums for proto2 protos now properly implement proto2's behavior 
of
   putting such values in unknown fields.
   
   Java
   
   Revert "Standardize on Array copyOf" (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9400";>#9400)
   Resolve more java field accessor name conflicts (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8198";>#8198)
   Don't support map fields in 
DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder}
   Fix parseFrom to only throw InvalidProtocolBufferException
   InvalidProtocolBufferException now allows arbitrary wrapped Exception 
types.
   Fix bug in FieldSet.Builder.mergeFrom
   Flush CodedOutputStream also flushes underlying OutputStream
   When oneof case is the same and the field type is Message, merge the
   subfield. (previously it was replaced.)’
   Add https://github.com/CheckReturnValue";>@​CheckReturnValue 
to some protobuf types
   Report original exceptions when parsing JSON
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/protocolbuffers/protobuf/commit/839b18b1ba42639fedecfd751102afcc5736b5d4";>839b18b
 Updating version.json and repo version numbers to: 21.2
   https://github.com/protocolbuffers/protobuf/commit/549748dd7295168b953046e72203beb164b4966b";>549748d
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10168";>#10168
 from esorot/21.x
   https://github.com/protocolbuffers/protobuf/commit/71adb837e7aa4c2405b6a9481257198d9b4217b6";>71adb83
 cherry-pick c38281dd20e562bac239bc77ab2fa10f71661708
   https://github.com/protocolbuffers/protobuf/commit/39996cfa128983f540923ba93ce02c9420596542";>39996cf
 cherry-pick: arenastring
   https://github.com/protocolbuffers/protobuf/commit/55fe00e35eeda3c2cce5a456169408c9dd5781f9";>55fe00e
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10071";>#10071
 from protocolbuffers/21.x-202205272218
   https://github.com/protocolbuffers/protobuf/commit/fd896733a58c08d50e1f8a6253b0d23c8af13223";>fd89673
 Merge branch '21.x' into 21.x-202205272218
   https://github.com/protocolbuffers/protobuf/commit/6bd7c2e48c807891671e0927f27e1e9280fee9d8";>6bd7c2e
 Update version.json to: 21.2-dev
   https://github.com/protocolbuffers/protobuf/commit/569a0517fadd90707713fc0c24f24b1da1d174a4";>569a051
 Updated changelog
   https://github.com/protocolbuffers/protobuf/commit/38e3a11a2989f06060c5beda4752e848

[GitHub] [plc4x] dependabot[bot] opened a new pull request, #412: build(deps): bump maven-shade-plugin from 3.2.4 to 3.3.0

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #412:
URL: https://github.com/apache/plc4x/pull/412

   Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) 
from 3.2.4 to 3.3.0.
   
   Commits
   
   https://github.com/apache/maven-shade-plugin/commit/7169fded927b20c99534f6b30551b97fd2120676";>7169fde
 [maven-release-plugin] prepare release maven-shade-plugin-3.3.0
   https://github.com/apache/maven-shade-plugin/commit/e5dcf95ab7956dc52fdf5e6cf465576c5b6a2ef8";>e5dcf95
 Revert "[maven-release-plugin] prepare release 
maven-shade-plugin-3.3.0"
   https://github.com/apache/maven-shade-plugin/commit/c2473cbab1837b499f144d3de98f7e8c3ca32d4e";>c2473cb
 [maven-release-plugin] prepare release maven-shade-plugin-3.3.0
   https://github.com/apache/maven-shade-plugin/commit/ece4172b240cde8a5969890df7b989d93c98ce84";>ece4172
 Revert "[maven-release-plugin] prepare release 
maven-shade-plugin-3.3.0"
   https://github.com/apache/maven-shade-plugin/commit/0c6f823b9e53e0a9803ec5528c25a6aa6f37ce44";>0c6f823
 Revert "[maven-release-plugin] prepare for next development 
iteration"
   https://github.com/apache/maven-shade-plugin/commit/a9355b31dd901a73a75ec18027964a0f012459fe";>a9355b3
 [maven-release-plugin] prepare for next development iteration
   https://github.com/apache/maven-shade-plugin/commit/fc1dcc22ac5a21e5e882ec0faa32ae21b4336681";>fc1dcc2
 [maven-release-plugin] prepare release maven-shade-plugin-3.3.0
   https://github.com/apache/maven-shade-plugin/commit/aa019caa0a88714be532c973e5f73fbc7f0fbdd1";>aa019ca
 Bump hamcrest-core from 1.3 to 2.2
   https://github.com/apache/maven-shade-plugin/commit/17b87aa368db6e0bcea4f6c2f1e07e46945f2f4b";>17b87aa
 [MSHADE-412] avoid possible NPE since rawString was added in SimpleRelocator 
...
   https://github.com/apache/maven-shade-plugin/commit/04afab6ed3f82d5286babc42c660402ef7c325ad";>04afab6
 Shared GitHub actions v2
   Additional commits viewable in https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [CALL FOR VOLUNTEERS] Updating the documentation

2022-06-27 Thread Christofer Dutz
Sounds like a plan :-)

Holen Sie sich Outlook für Android

From: Lukas Ott 
Sent: Monday, June 27, 2022 4:56:06 PM
To: dev@plc4x.apache.org 
Subject: Re: [CALL FOR VOLUNTEERS] Updating the documentation

Hi Chris,

We can discuss the details next week in our PLC4X community meeting.
I would like to support and update the documentation.

So we may do some examples together during the community meeting and I will
then continue updating other parts (based on the example we created
together) of the documentation.

Luk

Am So., 26. Juni 2022 um 13:17 Uhr schrieb Christofer Dutz <
christofer.d...@c-ware.de>:

> Hi all,
>
> I have recently noticed that the documentation of most of our drivers,
> tools and integration modules has grown a bit stale and out-of-date.
> Who would be willing to help with giving the existing documents a review
> and some updates?
> I know that I could definitely do that, but I also know that this could be
> considered low-hanging-fruit for people willing to start contributing and I
> would like to concentrate on starting to work on the documentation of our
> code-generation stuff, which I would not consider low-hanging-fruit.
>
> So? Who wants to become a bit more active again or who want's to get
> started in contributing to our awesome project?
>
> It's actually super simple, as our website is generated as part of the
> build by the CI server and all you need to do, is update the asciidoc
> documents in src/site/asciidoc.
>
> As always ... always happy to help if you need help.
>
> Chris
>


Re: [CALL FOR VOLUNTEERS] Updating the documentation

2022-06-27 Thread Lukas Ott
Hi Chris,

We can discuss the details next week in our PLC4X community meeting.
I would like to support and update the documentation.

So we may do some examples together during the community meeting and I will
then continue updating other parts (based on the example we created
together) of the documentation.

Luk

Am So., 26. Juni 2022 um 13:17 Uhr schrieb Christofer Dutz <
christofer.d...@c-ware.de>:

> Hi all,
>
> I have recently noticed that the documentation of most of our drivers,
> tools and integration modules has grown a bit stale and out-of-date.
> Who would be willing to help with giving the existing documents a review
> and some updates?
> I know that I could definitely do that, but I also know that this could be
> considered low-hanging-fruit for people willing to start contributing and I
> would like to concentrate on starting to work on the documentation of our
> code-generation stuff, which I would not consider low-hanging-fruit.
>
> So? Who wants to become a bit more active again or who want's to get
> started in contributing to our awesome project?
>
> It's actually super simple, as our website is generated as part of the
> build by the CI server and all you need to do, is update the asciidoc
> documents in src/site/asciidoc.
>
> As always ... always happy to help if you need help.
>
> Chris
>


[GitHub] [plc4x] dependabot[bot] commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


dependabot[bot] commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167413388

   Looks like this PR is closed. If you re-open it, I'll rebase it, as long as 
no-one else has edited it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167413353

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] closed pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


dependabot[bot] closed pull request #401: build(deps): bump 
github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go
URL: https://github.com/apache/plc4x/pull/401


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


dependabot[bot] commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167413251

   Looks like github.com/spf13/cobra is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #410: build(deps): bump buildnumber-maven-plugin from 1.4 to 3.0.0

2022-06-27 Thread GitBox


sruehl merged PR #410:
URL: https://github.com/apache/plc4x/pull/410


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #411: build(deps): bump maven-antrun-plugin from 3.0.0 to 3.1.0

2022-06-27 Thread GitBox


sruehl merged PR #411:
URL: https://github.com/apache/plc4x/pull/411


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


dependabot[bot] commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167257516

   Looks like this PR is already up-to-date with develop! If you'd still like 
to recreate it from scratch, overwriting any edits, you can request 
`@dependabot recreate`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167257480

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #397: build(deps): bump maven-dependency-plugin from 3.1.2 to 3.2.0

2022-06-27 Thread GitBox


sruehl commented on PR #397:
URL: https://github.com/apache/plc4x/pull/397#issuecomment-1167256115

   not sure about that PR as it seems this version is detecting complete 
garbage...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #403: build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 in /plc4go

2022-06-27 Thread GitBox


sruehl merged PR #403:
URL: https://github.com/apache/plc4x/pull/403


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #411: build(deps): bump maven-antrun-plugin from 3.0.0 to 3.1.0

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #411:
URL: https://github.com/apache/plc4x/pull/411

   Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) 
from 3.0.0 to 3.1.0.
   
   Commits
   
   https://github.com/apache/maven-antrun-plugin/commit/feceee80f82e1f52a8233a19015c1ed0e4cef2ef";>feceee8
 [maven-release-plugin] prepare release maven-antrun-plugin-3.1.0
   https://github.com/apache/maven-antrun-plugin/commit/4e899c4314aa9e1d8ee0e6b17844c849359c42ce";>4e899c4
 [MANTRUN-236] Upgrade Maven Plugin Plugin to 3.6.4
   https://github.com/apache/maven-antrun-plugin/commit/61c21bd0e95cb2e4433492f00eb473d5b39fb27d";>61c21bd
 Update CI URL
   https://github.com/apache/maven-antrun-plugin/commit/b44673765e5cb4990e779d9115226510403273a7";>b446737
 Bump checkstyle from 9.2.1 to 9.3
   https://github.com/apache/maven-antrun-plugin/commit/43cb90edb00dfd305574820b32d368a4ae25008d";>43cb90e
 [MANTRUN-232] Require Maven 3.2.5 - set proper maven scopes
   https://github.com/apache/maven-antrun-plugin/commit/2274253cdaed396d1de6964e1c6f93ebc7502141";>2274253
 Shared GitHub Actions v2
   https://github.com/apache/maven-antrun-plugin/commit/7911362e0ac86b5a1120bc8f6ef451c342ec";>7911362
 Bump checkstyle from 9.0.1 to 9.2.1
   https://github.com/apache/maven-antrun-plugin/commit/5bb03c35533255f04d98267c5662d3b2272835c2";>5bb03c3
 (doc) Update plugins before release
   https://github.com/apache/maven-antrun-plugin/commit/e773180d4e7d1b661efe6fa7882fcd24c11e84bc";>e773180
 Bump maven-site-plugin from 3.9.1 to 3.10.0
   https://github.com/apache/maven-antrun-plugin/commit/68fc8330e278b92829168e66065b5fa32086df93";>68fc833
 Bump xmlunit-matchers from 2.8.3 to 2.8.4
   Additional commits viewable in https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.0.0...maven-antrun-plugin-3.1.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-antrun-plugin&package-manager=maven&previous-version=3.0.0&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #403: build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #403:
URL: https://github.com/apache/plc4x/pull/403#issuecomment-1167238389

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #398: build(deps): bump github.com/viney-shih/go-lock from 1.1.1 to 1.1.2 in /plc4go

2022-06-27 Thread GitBox


sruehl merged PR #398:
URL: https://github.com/apache/plc4x/pull/398


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #410: build(deps): bump buildnumber-maven-plugin from 1.4 to 3.0.0

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #410:
URL: https://github.com/apache/plc4x/pull/410

   Bumps 
[buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
 from 1.4 to 3.0.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/buildnumber-maven-plugin/releases";>buildnumber-maven-plugin's
 releases.
   
   3.0.0
   
   
   Update maven-scm, fix https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/96";>#96
 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/101";>#101)
 https://github.com/bmarwell";>@​bmarwell
   Updated Travis CI config (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/98";>#98)
 https://github.com/andham";>@​andham
   Unify timestampFormat parameter between Create*Mojo (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/86";>#86)
 https://github.com/TobiX";>@​TobiX
   Fix integration tests (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/85";>#85)
 https://github.com/TobiX";>@​TobiX
   Use released parent pom 50 (instead of snapshot) (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/84";>#84)
 https://github.com/TobiX";>@​TobiX
   Remove superfluous escape (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/79";>#79)
 https://github.com/fatso83";>@​fatso83
   fix git command error git rev-pasre -> git rev-parse (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/65";>#65)
 https://github.com/bedebignell";>@​bedebignell
   HGChangeset goal (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/47";>#47)
 https://github.com/gnembisz";>@​gnembisz
   Added support for json output format additionally to properties. (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/51";>#51)
 https://github.com/cbuschka";>@​cbuschka
   Fix issue with SVN branch when svn info is run in subfolder (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/28";>#28)
 https://github.com/pwielgolaski";>@​pwielgolaski
   Support getting branch info from Mercurial (Hg) (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/3";>#3)
 https://github.com/codingtony";>@​codingtony
   Add project site URL to POM (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/31";>#31)
 https://github.com/bindul";>@​bindul
   Fix small typo in CreateMojo#providerImplementations description (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/25";>#25)
 https://github.com/valery1707";>@​valery1707
   fixed a trivial typo in one of the usage examples (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/24";>#24)
 https://github.com/tomsaleeba";>@​tomsaleeba
   Add basic Git Integration Test (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/19";>#19)
 https://github.com/ecki";>@​ecki
   README.md: make sure IT tests are executed (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/18";>#18)
 https://github.com/ecki";>@​ecki
   
   🚀 New features and improvements
   
   java 8 as a minimum (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/125";>#125)
 https://github.com/olamy";>@​olamy
   Add github actions, dependabot and release drafter (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/119";>#119)
 https://github.com/olamy";>@​olamy
   
   📦 Dependency updates
   
   Bump actions/setup-java from 2.3.1 to 2.4.0 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/128";>#128)
 https://github.com/dependabot";>@​dependabot
   Bump mojo-parent from 64 to 65 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/127";>#127)
 https://github.com/dependabot";>@​dependabot
   Bump mojo-parent from 63 to 64 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/126";>#126)
 https://github.com/dependabot";>@​dependabot
   Bump extra-enforcer-rules from 1.3 to 1.4 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/121";>#121)
 https://github.com/dependabot";>@​dependabot
   Bump plexus-utils from 3.0.24 to 3.4.1 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/109";>#109)
 https://github.com/dependabot";>@​dependabot
   Bump actions/stale from 3 to 4 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/124";>#124)
 https://github.com/dependabot";>@​dependabot
   Bump actions/checkout from 2.3.4 to 2.4.0 (https://github-redirect.dependabot.com/mojohaus/buildnumber-maven-plugin/issues/123";>#123)
 https://github.com/dependabot";>@​dependabot
   Bump actions/setup-java from 2.3.0 to 2.3.1 (https://github

[GitHub] [plc4x] sruehl merged pull request #407: build(deps): bump jetty-util from 11.0.9 to 11.0.11

2022-06-27 Thread GitBox


sruehl merged PR #407:
URL: https://github.com/apache/plc4x/pull/407


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #409: build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1

2022-06-27 Thread GitBox


sruehl merged PR #409:
URL: https://github.com/apache/plc4x/pull/409


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #408: build(deps): bump groovy.version from 3.0.10 to 3.0.11

2022-06-27 Thread GitBox


sruehl merged PR #408:
URL: https://github.com/apache/plc4x/pull/408


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #406: build(deps): bump maven-artifact from 3.8.5 to 3.8.6

2022-06-27 Thread GitBox


sruehl merged PR #406:
URL: https://github.com/apache/plc4x/pull/406


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #409: build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #409:
URL: https://github.com/apache/plc4x/pull/409

   Bumps 
[maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 
3.10.0 to 3.10.1.
   
   Release notes
   Sourced from https://github.com/apache/maven-compiler-plugin/releases";>maven-compiler-plugin's
 releases.
   
   3.10.1
   
   🚀 New features and improvements
   
   https://issues.apache.org/jira/browse/MCOMPILER-426";>[MCOMPILER-426] 
- add flag to enable-preview java compiler feature (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/98";>#98)
 https://github.com/olamy";>@​olamy
   
   🐛 Bug Fixes
   
   https://issues.apache.org/jira/browse/MCOMPILER-346";>[MCOMPILER-346] 
- workaround to jdk bug: assertion error from javaxcompiler javax.tools API (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/97";>#97)
 https://github.com/olamy";>@​olamy
   https://issues.apache.org/jira/browse/MCOMPILER-485";>[MCOMPILER-485] 
- Fixes internal string format in generated package-info.class (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/95";>#95)
 https://github.com/dbwiddis";>@​dbwiddis
   
   📦 Dependency updates
   
   Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/94";>#94)
 https://github.com/dependabot";>@​dependabot
   
   Other contributions
   
   thanks to https://github.com/basil";>@​basil 
for providing an IT test for the fix of https://issues.apache.org/jira/browse/MCOMPILER-346";>[MCOMPILER-346]
   
   
   
   
   Commits
   
   https://github.com/apache/maven-compiler-plugin/commit/4e08e2b9518fbbda7252236315b2ce03edcef505";>4e08e2b
 [maven-release-plugin] prepare release maven-compiler-plugin-3.10.1
   https://github.com/apache/maven-compiler-plugin/commit/6795b0f508343dbc64dba384b85af2f1f3684b7a";>6795b0f
 [MCOMPILER-426] add flag to enable-preview java compiler feature (https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/98";>#98)
   https://github.com/apache/maven-compiler-plugin/commit/1de8c91fba76fc345dca64cea300839bef436cba";>1de8c91
 MCOMPILER 346 workaround to jdk bug: assertion error from javaxcompiler 
javax...
   https://github.com/apache/maven-compiler-plugin/commit/96ed94f5bcc0de6b6bd36816ce5caf3100dcd840";>96ed94f
 use shared release drafter
   https://github.com/apache/maven-compiler-plugin/commit/fa80028166ffde859b1a1e20547701a9bed34d54";>fa80028
 [MCOMPILER-485] Fixes internal string format in generated package-info.class 
...
   https://github.com/apache/maven-compiler-plugin/commit/f605c0f52f20bf80c7473ec642474ba4fc028d4c";>f605c0f
 Merge pull request https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/94";>#94
 from apache/dependabot/maven/org.apache.maven.plugins-...
   https://github.com/apache/maven-compiler-plugin/commit/4a54a9a01486e3c806518df56204cb1528545bb9";>4a54a9a
 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
   https://github.com/apache/maven-compiler-plugin/commit/87b5a7ff8aef572238f8ccef7d213ea0772ce49d";>87b5a7f
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin&package-manager=maven&previous-version=3.10.0&new-version=3.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any mo

[GitHub] [plc4x] sruehl commented on pull request #398: build(deps): bump github.com/viney-shih/go-lock from 1.1.1 to 1.1.2 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #398:
URL: https://github.com/apache/plc4x/pull/398#issuecomment-1167217180

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #396: build(deps): bump kotlin.version from 1.6.21 to 1.7.0

2022-06-27 Thread GitBox


sruehl merged PR #396:
URL: https://github.com/apache/plc4x/pull/396


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #408: build(deps): bump groovy.version from 3.0.10 to 3.0.11

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #408:
URL: https://github.com/apache/plc4x/pull/408

   Bumps `groovy.version` from 3.0.10 to 3.0.11.
   Updates `groovy-test-junit5` from 3.0.10 to 3.0.11
   
   Commits
   
   See full diff in https://github.com/apache/groovy/commits";>compare view
   
   
   
   
   Updates `groovy` from 3.0.10 to 3.0.11
   
   Commits
   
   See full diff in https://github.com/apache/groovy/commits";>compare view
   
   
   
   
   Updates `groovy-all` from 3.0.10 to 3.0.11
   
   Commits
   
   See full diff in https://github.com/apache/groovy/commits";>compare view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #397: build(deps): bump maven-dependency-plugin from 3.1.2 to 3.2.0

2022-06-27 Thread GitBox


sruehl commented on PR #397:
URL: https://github.com/apache/plc4x/pull/397#issuecomment-1167216998

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #393: build(deps): bump iotdb.version from 0.12.4 to 0.13.0

2022-06-27 Thread GitBox


sruehl merged PR #393:
URL: https://github.com/apache/plc4x/pull/393


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #407: build(deps): bump jetty-util from 11.0.9 to 11.0.11

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #407:
URL: https://github.com/apache/plc4x/pull/407

   Bumps [jetty-util](https://github.com/eclipse/jetty.project) from 11.0.9 to 
11.0.11.
   
   Release notes
   Sourced from https://github.com/eclipse/jetty.project/releases";>jetty-util's 
releases.
   
   11.0.11
   Special Thanks to the following Eclipse Jetty community members
   
   https://github.com/cstamas";>@​cstamas (Tamas 
Cservenak)
   
   Critical Fix
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8184";>#8184
 - All suffix globs except first fail to match if path has . 
character in prefix section
   
   Changelog
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8187";>#8187
 - Fix test-distribution classpath re resolver (https://github.com/cstamas";>@​cstamas)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8175";>#8175
 - Removing invalid maxConnections references
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8163";>#8163
 - RegexPathSpec documentation and MatchedPath improvements
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8162";>#8162
 - Migrate code from jetty-util Logger to slf4j Logger
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8161";>#8161
 - Improve SSLConnection buffers handling
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8155";>#8155
 - Use static exceptions for closing websocket flushers and in 
ContentProducer
   
   11.0.10
   Special Thanks to the following Eclipse Jetty community members
   
   https://github.com/jianglai";>@​jianglai (Lai 
Jiang)
   https://github.com/markslater";>@​markslater 
(markslater)
   https://github.com/prenagha";>@​prenagha 
(Padraic Renaghan)
   
   Changelog
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8134";>#8134
 - Improve cleanup of deflater/inflater pools for 
PerMessageDeflateExtension
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8088";>#8088
 - Add option to configure exitVm on ShutdownMonitor from System properties
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8067";>#8067
 - Wall time usage in DoSFilter RateTracker results in false positive alert
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8057";>#8057
 - Support Http Response 103 (Early Hints)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8014";>#8014
 - Review HttpRequest URI construction
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/8008";>#8008
 - Add compliance mode for LEGACY multipart parser in Jetty 10+
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7994";>#7994
 - Ability to construct a detached client Request
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7991";>#7991
 - fix bom for jetty-cdi
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7981";>#7981
 - Add TRANSFER_ENCODING violation for MultiPart RFC7578 parser. (https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7976";>#7976)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7977";>#7977
 - UpgradeHttpServletRequest.setAttribute & 
UpgradeHttpServletRequest.removeAttribute can throw NullPointerException
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7975";>#7975
 - ForwardedRequestCustomizer setters do not clear existing 
handlers
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7953";>#7953
 - Fix StatisticsHandler in the case a Handler throws exception.
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7935";>#7935
 - Review HTTP/2 error handling
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7929";>#7929
 - Correct requestlog formatString commented default (https://github.com/prenagha";>@​prenagha)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7924";>#7924
 - Fix a typo in Javadoc (https://github.com/jianglai";>@​jianglai)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7918";>#7918
 - PathMappings.asPathSpec does not allow root ServletPathSpec
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7891";>#7891
 - Better Servlet PathMappings for Regex
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7880";>#7880
 - DefaultServlet should not overwrite programmatically configured 
precompressed formats with defaults (https://github.com/markslater";>@​markslater)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7863";>#7863
 - Default servlet drops first accept-encoding header if there is more than 
one. (https://github.com/markslater";>@​markslater)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/7858";>#7858
 - GZipHandler does not play nice with other handlers in

[GitHub] [plc4x] sruehl merged pull request #399: build(deps): bump mockito.version from 4.5.1 to 4.6.1

2022-06-27 Thread GitBox


sruehl merged PR #399:
URL: https://github.com/apache/plc4x/pull/399


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] dependabot[bot] opened a new pull request, #406: build(deps): bump maven-artifact from 3.8.5 to 3.8.6

2022-06-27 Thread GitBox


dependabot[bot] opened a new pull request, #406:
URL: https://github.com/apache/plc4x/pull/406

   Bumps [maven-artifact](https://github.com/apache/maven) from 3.8.5 to 3.8.6.
   
   Release notes
   Sourced from https://github.com/apache/maven/releases";>maven-artifact's 
releases.
   
   3.8.6
   What's Changed
   
   [MNG-7441] 3.8.x Update version of logback by https://github.com/cstamas";>@​cstamas in https://github-redirect.dependabot.com/apache/maven/pull/708";>apache/maven#708
   [MNG-7432] Resolver session contains non-MavenWorkspaceReader by https://github.com/laeubi";>@​laeubi in https://github-redirect.dependabot.com/apache/maven/pull/695";>apache/maven#695
   [MNG-7459] Revert "[3.8.x][MNG-7347] SessionScoped beans should be 
singletons for a given session" by https://github.com/gnodet";>@​gnodet in https://github-redirect.dependabot.com/apache/maven/pull/715";>apache/maven#715
   [3.8.x] [MNG-7476] Display a warning when an aggregator mojo locks other 
mojos executions by https://github.com/gnodet";>@​gnodet in https://github-redirect.dependabot.com/apache/maven/pull/736";>apache/maven#736
   
   Full Changelog: https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6";>https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6
   
   
   
   Commits
   
   https://github.com/apache/maven/commit/84538c9988a25aec085021c365c560670ad80f63";>84538c9
 [maven-release-plugin] prepare release maven-3.8.6
   https://github.com/apache/maven/commit/a2ad4f2f7b4c5be6c65191dbe721e35839f107ec";>a2ad4f2
 deploy master, 3.8.x and 3.9.x
   https://github.com/apache/maven/commit/9a8c4a464cdc2c5ea329a8340142892319173b5d";>9a8c4a4
 [MNG-7490] Upgrade Plexus Utils to 3.3.1
   https://github.com/apache/maven/commit/8b157e7b0e2eb89a704e42bfda641d460236645f";>8b157e7
 [MNG-7489] Upgrade JUnit to 4.13.2
   https://github.com/apache/maven/commit/afc0155a9aeb57027958ff9bac9bcd2ae928a38d";>afc0155
 [MNG-7488] Upgrade SLF4J to 1.7.36
   https://github.com/apache/maven/commit/5c0d6b9a11a74493391ca5c1a3e78a5dc7dc0354";>5c0d6b9
 [MNG-7476] Display a warning when an aggregator mojo is locking other mojos 
e...
   https://github.com/apache/maven/commit/0b79a9e64325f21659923fd01606b26d4c993b63";>0b79a9e
 [MNG-7487] Fix deadlock during forked lifecycle executions
   https://github.com/apache/maven/commit/88a03f8ea53242bdcd18657b2ef10806b151f475";>88a03f8
 [MNG-7486] Create a multiline message helper for boxed log messages
   https://github.com/apache/maven/commit/23cc8633983f04f243b15b02fc2e92e2807e009d";>23cc863
 [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be 
...
   https://github.com/apache/maven/commit/7ae663f73b287d07f561d28407fb401a4e7698d3";>7ae663f
 Revert "[MNG-7347] SessionScoped beans should be singletons for a given 
sessi...
   Additional commits viewable in https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven:maven-artifact&package-manager=maven&previous-version=3.8.5&new-version=3.8.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

[GitHub] [plc4x] sruehl merged pull request #400: build(deps): bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6

2022-06-27 Thread GitBox


sruehl merged PR #400:
URL: https://github.com/apache/plc4x/pull/400


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #386: Fix bug with select returning prematurely when device not sending any data

2022-06-27 Thread GitBox


sruehl merged PR #386:
URL: https://github.com/apache/plc4x/pull/386


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #386: Fix bug with select returning prematurely when device not sending any data

2022-06-27 Thread GitBox


sruehl commented on PR #386:
URL: https://github.com/apache/plc4x/pull/386#issuecomment-1167213699

   once github becomes usable again I'll merge it...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #386: Fix bug with select returning prematurely when device not sending any data

2022-06-27 Thread GitBox


sruehl commented on PR #386:
URL: https://github.com/apache/plc4x/pull/386#issuecomment-1167213012

   thanks for the PR @vmpn 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #401: build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #401:
URL: https://github.com/apache/plc4x/pull/401#issuecomment-1167204756

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #403: build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 in /plc4go

2022-06-27 Thread GitBox


sruehl commented on PR #403:
URL: https://github.com/apache/plc4x/pull/403#issuecomment-1167204593

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org