Skip to content

Update dependency net.java.dev.jna:jna to v5.19.1 - #513

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jna-monorepo
Open

Update dependency net.java.dev.jna:jna to v5.19.1#513
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jna-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 14, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
net.java.dev.jna:jna 5.10.05.19.1 age confidence

Release Notes

java-native-access/jna (net.java.dev.jna:jna)

v5.19.1

Compare Source

==============

Bug Fixes

v5.19.0

Compare Source

==============

Features

  • #​1696: Add LARGE_INTEGER.ByValue to LARGE_INTEGER in WinNT.java - @​baier233.
  • #​1697: Add WlanApi module - @​eranl.
  • #​1718: Add Cups to c.s.j.p.unix providing CUPS printing system bindings for destinations, jobs, options, and server configuration - @​dbwiddis.
  • #​1720: Add groupCount and groupMasks fields to CACHE_RELATIONSHIP in c.s.j.p.win32.WinNT, matching the updated Windows struct layout - @​dbwiddis.
  • #​1719: Add CoreGraphics to c.s.j.p.mac with Quartz Window Services and Display Services bindings; implement getAllWindows() in MacWindowUtils - @​dbwiddis.
  • #​1723: Add ProcFdInfo, InSockInfo, TcpSockInfo, proc_pidfdinfo, statfs64, and vm_deallocate to c.s.j.p.mac.SystemB - @​dbwiddis.
  • #​1725: Add BluetoothApis to c.s.j.p.win32 providing Bluetooth device and radio enumeration via BluetoothFindFirstRadio, BluetoothFindFirstDevice, and related functions - @​dbwiddis.

Bug Fixes

  • #​1644: Fix bug in VARDESC and TYPEDESC causing an illegal memory access - @​lwahonen
  • #​1715: Fix UdevDevice.getSysname() calling udev_device_get_syspath instead of udev_device_get_sysname - @​dbwiddis.
  • #​1721: Fix switched serverName/domainName arguments in Netapi32Util#getDCName - @​dbwiddis.
  • #​1722: Fix Advapi32#RegisterServiceCtrlHandler using wrong Handler type - @​dbwiddis.
  • #​1636: Drop hard dependency on java.lang.SecurityManager/java.security.AccessController - @​matthiasblaesing.
  • #​1724: Fix host_page_size in c.s.j.p.mac.SystemB and getxattr/setxattr/listxattr in c.s.j.p.mac.XAttr using long instead of pointer-sized types for size_t/ssize_t parameters - @​dbwiddis.
  • #​1727: Include DragonFlyBSD in NativeLibrary versioned library resolution, libc special-case loading, and 64-bit search paths - @​dbwiddis.
  • #​1709: Rebuild native library for OpenBSD 7.9 x86-64, drop OpenBSD x86 - @​matthiasblaesing.

v5.18.1

Compare Source

==============

Bug Fixes

v5.18.0

Compare Source

==============

Features

Bug Fixes

v5.17.0

Compare Source

==============

Features

Bug Fixes

v5.16.0

Compare Source

==============

Features

  • #​1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge.

Bug Fixes

v5.15.0

Compare Source

==============

Features

Bug Fixes

v5.14.0

Compare Source

==============

Features

Bug Fixes

Important Changes

  • The interfaces between Java and native code have changed, so libjnidispatch
    must be rebuilt to be compatible with this release.
  • Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to
    update to use this version.

v5.13.0

Compare Source

==============

Features

Bug Fixes

  • #​1452: Fix memory allocation/handling for error message generation in native library code (dispatch.c) - @​matthiasblaesing.
  • #​1460: Fix win32 variant date conversion in DST offest window and with millisecond values - @​eranl.
  • #​1472: Fix incorrect bitmask in c.s.j.Pointer#createConstant(int) - @​dbwiddis.
  • #​1481: Fix NPE in NativeLibrary when unpacking from classpath is disabled - @​trespasserw.
  • #​1489: Fixes typo in OpenGL32Util#wglGetProcAddress, instead of parameter procName the hardcoded value wglEnumGpusNV was used - @​soywiz.

v5.12.1

Compare Source

==============

Bug Fixes

v5.12.0

Compare Source

==============

Features

Bug Fixes

Important Changes

  • Memory#dispose, CallbackReference#dispose and NativeLibrary#dispose
    were called by the Object#finalize override. These calls were replaced by
    the use of a cleaner. It is not guaranteed anymore, that dispose is called
    on subclasses on finalization.

v5.11.0

Compare Source

==============

Features

Bug Fixes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Dec 14, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e10cf86) 64.79% compared to head (2054b93) 64.79%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #513   +/-   ##
=========================================
  Coverage     64.79%   64.79%           
  Complexity       57       57           
=========================================
  Files            15       15           
  Lines           267      267           
  Branches         28       28           
=========================================
  Hits            173      173           
  Misses           82       82           
  Partials         12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.14.0 Update dependency net.java.dev.jna:jna to v5.15.0 Sep 15, 2024
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 2054b93 to 2b8d6c4 Compare September 15, 2024 18:59
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 2b8d6c4 to 0fa2174 Compare December 22, 2024 12:36
@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.15.0 Update dependency net.java.dev.jna:jna to v5.16.0 Dec 22, 2024
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 0fa2174 to 67f6eec Compare March 16, 2025 14:13
@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.16.0 Update dependency net.java.dev.jna:jna to v5.17.0 Mar 16, 2025
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 67f6eec to d38a5e0 Compare September 22, 2025 14:38
@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.17.0 Update dependency net.java.dev.jna:jna to v5.18.0 Sep 22, 2025
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from d38a5e0 to 30502c6 Compare September 30, 2025 18:57
@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.18.0 Update dependency net.java.dev.jna:jna to v5.18.1 Sep 30, 2025
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 30502c6 to 3263083 Compare June 2, 2026 18:55
@renovate renovate Bot changed the title Update dependency net.java.dev.jna:jna to v5.18.1 Update jna monorepo to v5.19.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/jna-monorepo branch from 3263083 to 0522bbb Compare June 12, 2026 18:53
@renovate renovate Bot changed the title Update jna monorepo to v5.19.0 Update jna monorepo to v5.19.1 Jun 12, 2026
@renovate renovate Bot changed the title Update jna monorepo to v5.19.1 Update jna monorepo Jun 22, 2026
@renovate renovate Bot changed the title Update jna monorepo Update dependency net.java.dev.jna:jna to v5.19.1 Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants