You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/29 06:53:09 UTC

[PR] build(deps): bump tel.schich:javacan-core from 3.3.0 to 3.3.2

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

   Bumps [tel.schich:javacan-core](https://github.com/pschichtel/JavaCAN) from 3.3.0 to 3.3.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pschichtel/JavaCAN/releases">tel.schich:javacan-core's releases</a>.</em></p>
   <blockquote>
   <h2>Release 3.3.1</h2>
   <p>The release has a bunch of bug fixes:</p>
   <ul>
   <li>Set the ISOTP frame_txtime to real zero for the isotp listener test. The default changed with kernel 5.15.34 and made the test very slow.</li>
   <li>Correctly construct CAN FD frames when setting the FD_FLAG_FD_FRAME flag but not providing more than 8 bytes of data</li>
   <li>Correct strict-mode in the setup-vcan.sh script so it properly created the vcan device</li>
   <li>Correctly configure the surefire plugin to use JUnit 5 instead of 4, so tests can be run with maven again</li>
   <li>Use logback's 1.3.x version that is still compatible with Java 8 instead of the 1.4.x version</li>
   <li>Only build the *-arch-detect modules when using the <code>all-architectures</code> profile, since they don't make sense without that</li>
   <li>Restart the epoll_wait syscall on EINTR</li>
   </ul>
   <p>Additionally 3.3.1 can now also be built with docker and not just with podman.</p>
   <p><strong>Caution</strong>: Technically this release contains a small API breakage: <code>IsotpOptions.withFrameTransmissionType</code> has been renamed to <code>IsotpOptions.withFrameTransmissionTime</code>. Given that no bug reports for this exist, I assume that nobody actually used this method and it is save to rename it.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/6798e29cc7849c00fb75b60f4c7029ecd1326451"><code>6798e29</code></a> [maven-release-plugin] prepare release javacan-3.3.2</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/8c5c53f81cd09fc29d5e344e3004998f4b669124"><code>8c5c53f</code></a> it seems <code>deploy</code> is broken from <code>release</code></li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/b048e6e6ca9b68155d7d2c9c2040e98461b2fc94"><code>b048e6e</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/0bb419df8ba3fd7042f23697dcfc67a3cdca0fb2"><code>0bb419d</code></a> [maven-release-plugin] prepare release javacan-3.3.1</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/2d937fac7c7e10ad739a6b551224278776bf6f16"><code>2d937fa</code></a> setting the txtime to zero on both fixes the delay</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/1f93cee5b5764911155fce3ea1c851c80d1f3da3"><code>1f93cee</code></a> set the frame_txtime to (real) zero for the test</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/1f9af9de133828a18867de4cf89fbf45e1c5e9b8"><code>1f9af9d</code></a> a bunch of tweaks to the isotp listener test</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/1f5468d38de215da61bc80e592d2550295b7dc7b"><code>1f5468d</code></a> restart the epoll syscall on EINTR</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/e0a6aec9983c55e0182dc78346cd5c7bb172fe2d"><code>e0a6aec</code></a> update can headers to linux 6.6</li>
   <li><a href="https://github.com/pschichtel/JavaCAN/commit/c895e7d474d71fe2d5d3c4f49745ab2962092bdf"><code>c895e7d</code></a> fix the setup-vcan.sh strict mode command</li>
   <li>Additional commits viewable in <a href="https://github.com/pschichtel/JavaCAN/compare/javacan-3.3.0...javacan-3.3.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tel.schich:javacan-core&package-manager=maven&previous-version=3.3.0&new-version=3.3.2)](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)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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)
   
   
   </details>


-- 
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: commits-unsubscribe@plc4x.apache.org

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


Re: [PR] build(deps): bump tel.schich:javacan-core from 3.3.0 to 3.3.2

Posted by "sruehl (via GitHub)" <gi...@apache.org>.
sruehl merged PR #1316:
URL: https://github.com/apache/plc4x/pull/1316


-- 
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-unsubscribe@plc4x.apache.org

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