Update jna monorepo to v5.14.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
net.java.dev.jna:jna-platform |
5.13.0 -> 5.14.0
|
||||
net.java.dev.jna:jna |
5.13.0 -> 5.14.0
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
java-native-access/jna (net.java.dev.jna:jna-platform)
v5.14.0
==============
Features
-
#1556: Add
SetJob
,SetPrinter
toc.s.j.p.w.Winspool
- @tresf. -
#1534: Add
GetMethod
,Put
,SpawnInstance
toc.s.j.p.win32.COM.WbemCli#IWbemClassObject
andExecMethod
toc.s.j.p.win32.COM.WbemCli#IWbemServices
- @faddom. -
#1544: Add
GetPriorityClass
,SetPriorityClass
,GetThreadPriority
,SetThreadPriority
and associated constants toc.s.j.p.win32.Kernel32
- @dEajL3kA. -
#1548: Make interface
c.s.j.p.mac.XAttr public
- @matthiasblaesing. -
#1551: Add
c.s.j.p.bsd.ExtAttr
andc.s.j.p.bsd.ExtAttrUtil
to wrap BSD <sys/extattr.h> system calls. @rednoah. -
#1517: Add missing
O_*
(e.g.O_APPEND
,O_SYNC
,O_DIRECT
, ...) toc.s.j.p.linux.Fcntl
- @matthiasblaesing. - #1521: Shutdown CleanerThread once the last cleanable is removed - @matthiasblaesing.
- #1557: Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc versions - @matthiasblaesing.
Bug Fixes
-
#1501:
Library.OPTION_STRING_ENCODING
is ignore for string arguments function calls - @matthiasblaesing. - #1504: Increase maximum supported fixed args on varargs calls from 3 to 255 - @andrew-nowak.
-
#1545: Fix Java 6 incompatibility in
c.s.j.p.win32.Kerne32Util
andc.s.j.p.win32.DBT
- @matthiasblaesing.
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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.