You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/06/27 10:07:10 UTC

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #941: Bump jna from 5.11.0 to 5.12.0

dependabot[bot] opened a new pull request, #941:
URL: https://github.com/apache/logging-log4j2/pull/941

   Bumps [jna](https://github.com/java-native-access/jna) from 5.11.0 to 5.12.0.
   <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.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/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><a href="https://github.com/java-native-access/jna/commit/f6ebc9f3314e016094b7e1c784e68998c63de895"><code>f6ebc9f</code></a> Rebuild native libraries</li>
   <li><a href="https://github.com/java-native-access/jna/commit/0841b7aa5e5a3401f8b547d4763a2156e452d2ed"><code>0841b7a</code></a> Fix testStdCallCallbackStackAlignment on win32-x86</li>
   <li><a href="https://github.com/java-native-access/jna/commit/9212e56b7d4962bf2e6537e6235bb71a2f5a38b2"><code>9212e56</code></a> Update libffi to 1f14b3fa92d4442a60233e9596ddec428a985e3c</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.11.0...5.12.0">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.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)
   
   ---
   
   <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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #941: Bump jna from 5.11.0 to 5.12.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #941:
URL: https://github.com/apache/logging-log4j2/pull/941#issuecomment-1171022163

   Superseded by #949.


-- 
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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] dependabot[bot] closed pull request #941: Bump jna from 5.11.0 to 5.12.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #941: Bump jna from 5.11.0 to 5.12.0
URL: https://github.com/apache/logging-log4j2/pull/941


-- 
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: notifications-unsubscribe@logging.apache.org

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