Update dependency net.java.dev.jna:jna to v5.13.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
net.java.dev.jna:jna | dependencies | minor |
5.12.1 -> 5.13.0
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
java-native-access/jna
v5.13.0
================
Features
-
#1454: Add
c.s.j.p.win32.Psapi.QueryWorkingSetEx
and associated Types - @crain-32. -
#1459: Add
VirtualLock
andVirtualUnlock
inc.s.j.p.win32.Kernel32
- @matthiasblaesing. -
#1471: Add
c.s.j.p.win32.Advapi32Util#isCurrentProcessElevated
and associated Types - @dbwiddis. -
#1474: Add
c.s.j.p.win32.WbemCli#IWbemClassObject.IWbemQualifierSet
,IWbemServices.GetObject
,IWbemContext.SetValue
and associated methods - @rchateauneu. -
#1482: Add multilingual support of
Kernel32Util.formatMessage
- @overpathz. -
#1490: Adds support for a custom
SymbolProvider
inNativeLibrary
&Library
- @soywiz. - #1491: Update libffi to v3.4.4 - @matthiasblaesing.
- #1487: Add 'uses' information to OSGI metadata in MANIFEST.MF to improve stability of package resolution - @sratz.
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 parameterprocName
the hardcoded valuewglEnumGpusNV
was used - @soywiz.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.