You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:10:33 UTC

[GitHub] [commons-crypto] dependabot[bot] opened a new pull request, #167: Bump jna from 5.11.0 to 5.12.1

dependabot[bot] opened a new pull request, #167:
URL: https://github.com/apache/commons-crypto/pull/167

   Bumps [jna](https://github.com/java-native-access/jna) from 5.11.0 to 5.12.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">jna's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.12.1</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1447">#1447</a>: Null-check cleanable in <code>c.s.j.Memory#close</code> - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   </ul>
   <h1>Release 5.12.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1433">#1433</a>: Add <code>CFEqual</code>, <code>CFDictionaryRef.ByReference</code>, <code>CFStringRef.ByReference</code> to <code>c.s.j.p.mac.CoreFoundation</code> - <a href="https://github.com/shalupov"><code>@​shalupov</code></a></li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/978">#978</a>: Remove use of finalizers in JNA and improve concurrency for <code>Memory</code>, <code>CallbackReference</code> and <code>NativeLibrary</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1440">#1440</a>: Support for LoongArch64 - <a href="https://github.com/Panxuefeng-loongson"><code>@​Panxuefeng-loongson</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1444">#1444</a>: Update embedded libffi to 1f14b3fa92d4442a60233e9596ddec428a985e3c and rebuild native libraries - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1438">#1438</a>: Handle arrays in structures with differing size - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1442">#1442</a>: Handle race condition in <code>c.s.j.p.win32.PdhUtil#PdhEnumObjectItems</code> - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   </ul>
   <h2>Important Changes</h2>
   <ul>
   <li><code>Memory#dispose</code>, <code>CallbackReference#dispose</code> and <code>NativeLibrary#dispose</code>
   were called by the <code>Object#finalize</code> override. These calls were replaced by
   the use of a cleaner. It is not guaranteed anymore, that <code>dispose</code> is called
   on subclasses on finalization.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/3705b849892aa3c37e5608e640eff19047811a5c"><code>3705b84</code></a> Release 5.12.1</li>
   <li><a href="https://github.com/java-native-access/jna/commit/2f919e56bad203494fe9589206d6d23f27ef4f26"><code>2f919e5</code></a> Null-check cleanable in Memory#close (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1447">#1447</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/1eec7dd76830af97ed64ecb2d8d39a56db104dcd"><code>1eec7dd</code></a> Prepare next development iteration</li>
   <li><a href="https://github.com/java-native-access/jna/commit/0d7499f105e4495bdea15fc21f5b1046e81ca822"><code>0d7499f</code></a> Release 5.12.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/fa86166d4f75ef4478de7ad9d7d6c0b6b6933ee0"><code>fa86166</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1445">#1445</a> from matthiasblaesing/aix</li>
   <li><a href="https://github.com/java-native-access/jna/commit/4cca4405f7f6bc32d2a08495efb81c081b065279"><code>4cca440</code></a> Fix name mapping difference between AIX JDK 8 and Semeru JDK 18</li>
   <li><a href="https://github.com/java-native-access/jna/commit/f58b0f8f6b5c013adfe44a2cfb018ccb6ef6a688"><code>f58b0f8</code></a> Improve test stability on AIX (exclude tests that are expected to fail)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/c1565fb89469cbcba67b1cc305e16d520779b270"><code>c1565fb</code></a> Handle race condition in PdhUtil#PdhEnumObjectItems (<a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1442">#1442</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/99fcfa822db86b1f2ba5823dbf17efeb3d246ad5"><code>99fcfa8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1444">#1444</a> from matthiasblaesing/update_libffi</li>
   <li><a href="https://github.com/java-native-access/jna/commit/9e473350a5ad5e04aab8b01e4018f973976e19f8"><code>9e47335</code></a> Update CHANGES.md</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.11.0...5.12.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.11.0&new-version=5.12.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)
   
   ---
   
   <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 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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-crypto] garydgregory commented on pull request #167: Bump jna from 5.11.0 to 5.12.1

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #167:
URL: https://github.com/apache/commons-crypto/pull/167#issuecomment-1221386718

   @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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-crypto] garydgregory merged pull request #167: Bump jna from 5.11.0 to 5.12.1

Posted by GitBox <gi...@apache.org>.
garydgregory merged PR #167:
URL: https://github.com/apache/commons-crypto/pull/167


-- 
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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-crypto] codecov-commenter commented on pull request #167: Bump jna from 5.11.0 to 5.12.1

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #167:
URL: https://github.com/apache/commons-crypto/pull/167#issuecomment-1172241851

   # [Codecov](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#167](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (69b780b) into [master](https://codecov.io/gh/apache/commons-crypto/commit/c6322c0659ea6f283cd5f24cc55eaeb34ff4bc62?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c6322c0) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #167   +/-   ##
   =========================================
     Coverage     73.81%   73.81%           
     Complexity      414      414           
   =========================================
     Files            34       34           
     Lines          1822     1822           
     Branches        186      186           
   =========================================
     Hits           1345     1345           
     Misses          344      344           
     Partials        133      133           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...apache/commons/crypto/jna/OpenSsl10XNativeJna.java](https://codecov.io/gh/apache/commons-crypto/pull/167/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY3J5cHRvL2puYS9PcGVuU3NsMTBYTmF0aXZlSm5hLmphdmE=) | `0.00% <ø> (ø)` | |
   | [...apache/commons/crypto/jna/OpenSsl11XNativeJna.java](https://codecov.io/gh/apache/commons-crypto/pull/167/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY3J5cHRvL2puYS9PcGVuU3NsMTFYTmF0aXZlSm5hLmphdmE=) | `75.00% <ø> (ø)` | |
   | [...rg/apache/commons/crypto/jna/OpenSslNativeJna.java](https://codecov.io/gh/apache/commons-crypto/pull/167/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY3J5cHRvL2puYS9PcGVuU3NsTmF0aXZlSm5hLmphdmE=) | `27.35% <ø> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [8539d5f...69b780b](https://codecov.io/gh/apache/commons-crypto/pull/167?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: issues-unsubscribe@commons.apache.org

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