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

[PR] Bump net.java.dev.jna:jna from 5.5.0 to 5.14.0 [pinot]

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

   Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.5.0 to 5.14.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.14.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1556">#1556</a>: Add <code>SetJob</code>, <code>SetPrinter</code> to <code>c.s.j.p.w.Winspool</code> - <a href="https://github.com/tresf"><code>@​tresf</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1534">#1534</a>: Add <code>GetMethod</code>, <code>Put</code>, <code>SpawnInstance</code> to <code>c.s.j.p.win32.COM.WbemCli#IWbemClassObject</code> and <code>ExecMethod</code> to <code>c.s.j.p.win32.COM.WbemCli#IWbemServices</code> - <a href="https://github.com/faddom"><code>@​faddom</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1544">#1544</a>: Add <code>GetPriorityClass</code>, <code>SetPriorityClass</code>, <code>GetThreadPriority</code>, <code>SetThreadPriority</code> and associated constants to <code>c.s.j.p.win32.Kernel32</code> - <a href="https://github.com/dEajL3kA"><code>@​dEajL3kA</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1548">#1548</a>: Make interface <code>c.s.j.p.mac.XAttr public</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1551">#1551</a>: Add <code>c.s.j.p.bsd.ExtAttr</code> and <code>c.s.j.p.bsd.ExtAttrUtil</code> to wrap BSD <a href="https://man.freebsd.org/cgi/man.cgi?query=extattr&amp;sektion=2"><!-- raw HTML omitted --></a> system calls. <a href="https://github.com/rednoah"><code>@​rednoah</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1517">#1517</a>: Add missing <code>O_*</code> (e.g. <code>O_APPEND</code>, <code>O_SYNC</code>, <code>O_DIRECT</code>, ...) to <code>c.s.j.p.linux.Fcntl</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1521">#1521</a>: Shutdown CleanerThread once the last cleanable is removed - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1557">#1557</a>: Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc versions - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1501">#1501</a>: <code>Library.OPTION_STRING_ENCODING</code> is ignore for string arguments function calls - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1504">#1504</a>: Increase maximum supported fixed args on varargs calls from 3 to 255 - <a href="https://github.com/andrew-nowak"><code>@​andrew-nowak</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1545">#1545</a>: Fix Java 6 incompatibility in <code>c.s.j.p.win32.Kerne32Util</code> and <code>c.s.j.p.win32.DBT</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   <h2>Important Changes</h2>
   <ul>
   <li>The interfaces between Java and native code have changed, so <code>libjnidispatch</code>
   must be rebuilt to be compatible with this release.</li>
   <li>Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to
   update to use this version.</li>
   </ul>
   <h1>Release 5.13.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1454">#1454</a>: Add <code>c.s.j.p.win32.Psapi.QueryWorkingSetEx</code> and associated Types - <a href="https://github.com/Crain-32"><code>@​crain-32</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1459">#1459</a>: Add <code>VirtualLock</code> and <code>VirtualUnlock</code> in <code>c.s.j.p.win32.Kernel32</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1471">#1471</a>: Add <code>c.s.j.p.win32.Advapi32Util#isCurrentProcessElevated</code> and associated Types - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1474">#1474</a>: Add <code>c.s.j.p.win32.WbemCli#IWbemClassObject.IWbemQualifierSet</code>, <code>IWbemServices.GetObject</code>, <code>IWbemContext.SetValue</code> and associated methods - <a href="https://github.com/rchateauneu"><code>@​rchateauneu</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1482">#1482</a>: Add multilingual support of <code>Kernel32Util.formatMessage</code> - <a href="https://github.com/overpathz"><code>@​overpathz</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1490">#1490</a>: Adds support for a custom <code>SymbolProvider</code> in <code>NativeLibrary</code> &amp; <code>Library</code> - <a href="https://github.com/soywiz"><code>@​soywiz</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1491">#1491</a>: Update libffi to v3.4.4  - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1487">#1487</a>: Add 'uses' information to OSGI metadata in MANIFEST.MF to improve stability of package resolution - <a href="https://github.com/sratz"><code>@​sratz</code></a>.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1452">#1452</a>: Fix memory allocation/handling for error message generation in native library code (<code>dispatch.c</code>) - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1460">#1460</a>: Fix win32 variant date conversion in DST offest window and with millisecond values - <a href="https://github.com/eranl"><code>@​eranl</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1472">#1472</a>: Fix incorrect bitmask in <code>c.s.j.Pointer#createConstant(int)</code> - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/issues/1481">#1481</a>: Fix NPE in NativeLibrary when unpacking from classpath is disabled - <a href="https://github.com/trespasserw"><code>@​trespasserw</code></a>.</li>
   <li><a href="https://redirect.github.com/java-native-access/jna/pull/1489">#1489</a>: Fixes typo in <code>OpenGL32Util#wglGetProcAddress</code>, instead of parameter <code>procName</code> the hardcoded value <code>wglEnumGpusNV</code> was used - <a href="https://github.com/soywiz"><code>@​soywiz</code></a>.</li>
   </ul>
   <p>Release 5.12.1</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/c366bc4fd0c50a30ac8d2475603ec564f6611462"><code>c366bc4</code></a> Release 5.14.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/6706361d441f32280fcca61f8dd18c02c437e1af"><code>6706361</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1570">#1570</a> from matthiasblaesing/cleanup</li>
   <li><a href="https://github.com/java-native-access/jna/commit/7775be31464dd5d5c503bc9293b7c330a37e7cc1"><code>7775be3</code></a> Ensure propagation of handle invalidation of native library on manual unload</li>
   <li><a href="https://github.com/java-native-access/jna/commit/458adcf3dde6839e512214a1feefdbf829ac9e76"><code>458adcf</code></a> Make NativeLibrary#encoding final, #options and #callFlags private</li>
   <li><a href="https://github.com/java-native-access/jna/commit/365629530635440381f63939f7891456992fe91b"><code>3656295</code></a> Add dependabot to monitor GHA (<a href="https://redirect.github.com/java-native-access/jna/issues/1567">#1567</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/d8e55dc7aebb2a6234d79f607a18cf3a683e6f4b"><code>d8e55dc</code></a> Use JDK7 and JDK8 Code Features in Platform mappings (<a href="https://redirect.github.com/java-native-access/jna/issues/1565">#1565</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/9e5243f1b5b0f619e6234b9ccb4bf089627d2833"><code>9e5243f</code></a> Use JDK7 and JDK8 Code Features (<a href="https://redirect.github.com/java-native-access/jna/issues/1564">#1564</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/0e1f5d4c6df4f549ed15b2402855e902485515d1"><code>0e1f5d4</code></a> Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (<a href="https://redirect.github.com/java-native-access/jna/issues/1563">#1563</a>)</li>
   <li><a href="https://github.com/java-native-access/jna/commit/a4aca64973061cf7d6c9c21e031683340c674e92"><code>a4aca64</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1558">#1558</a> from matthiasblaesing/stabilize_riscv64</li>
   <li><a href="https://github.com/java-native-access/jna/commit/04b6c9a48a71b22a441b23c54449c34412e239a3"><code>04b6c9a</code></a> Build linux-riscv64 on Ubuntu focal to improve compatibility</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.5.0...5.14.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.5.0&new-version=5.14.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 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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump net.java.dev.jna:jna from 5.5.0 to 5.14.0 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #12139: Bump net.java.dev.jna:jna from 5.5.0 to 5.14.0
URL: https://github.com/apache/pinot/pull/12139


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump net.java.dev.jna:jna from 5.5.0 to 5.14.0 [pinot]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #12139:
URL: https://github.com/apache/pinot/pull/12139#issuecomment-1850521295

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on 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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump net.java.dev.jna:jna from 5.5.0 to 5.14.0 [pinot]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12139:
URL: https://github.com/apache/pinot/pull/12139#issuecomment-1849965116

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12139?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`27cc8a7`)](https://app.codecov.io/gh/apache/pinot/commit/27cc8a796f0053dc2b2bd8f18579c60ebbc16c15?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.58% compared to head [(`9b96541`)](https://app.codecov.io/gh/apache/pinot/pull/12139?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 46.51%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #12139       +/-   ##
   =============================================
   - Coverage     61.58%   46.51%   -15.08%     
   + Complexity     1152      945      -207     
   =============================================
     Files          2406     1808      -598     
     Lines        130864    95137    -35727     
     Branches      20219    15345     -4874     
   =============================================
   - Hits          80598    44251    -36347     
   - Misses        44382    47739     +3357     
   + Partials       5884     3147     -2737     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [custom-integration1](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration1](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-11](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.51% <ø> (-14.96%)` | :arrow_down: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.51% <ø> (+11.70%)` | :arrow_up: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.51% <ø> (-15.08%)` | :arrow_down: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.51% <ø> (-15.08%)` | :arrow_down: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.51% <ø> (-0.19%)` | :arrow_down: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12139/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12139?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org