dependabot[bot] opened a new pull request, #425: URL: https://github.com/apache/plc4x/pull/425
Bumps [jna](https://github.com/java-native-access/jna) from 5.10.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> <h1>Release 5.11.0</h1> <h2>Features</h2> <ul> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1398">#1398</a>: Increase <code>c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE</code> on Windows 8/Server 2012 and later - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1403">#1403</a>: Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1404">#1404</a>: Added Solaris Kstat2 library - <a href="https://github.com/dbwiddis"><code>@dbwiddis</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1416">#1416</a>: Add <code>CFDictionaryGetCount</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/pull/1418">#1418</a>: Add <code>CertOpenStore</code> to <code>c.s.j.p.win32.Crypt32</code> - <a href="https://github.com/shalupov"><code>@shalupov</code></a></li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1411">#1411</a>: Do not throw <code>Win32Exception</code> on success for empty section in <code>Kernel32Util#getPrivateProfileSection</code> - <a href="https://github.com/mkarg"><code>@mkarg</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1414">#1414</a>: Fix definition of <code>c.s.j.p.unix.X11.XK_Shift_R</code> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a>. Fix crashes in direct callbacks on mac OS aarch64 - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1422">#1422</a>: Load jawt library relative to <code>sun.boot.library.path</code> system on unix OSes - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</li> <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1427">#1427</a>: Rebuild all binaries with fix from <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1422">#1422</a> and <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a> - <a href="https://github.com/matthiasblaesing"><code>@matthiasblaesing</code></a>.</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.10.0...5.12.1">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
