Skip to content

Bump jna-platform from 5.0.0 to 5.3.0#28

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/net.java.dev.jna-jna-platform-5.3.0
Closed

Bump jna-platform from 5.0.0 to 5.3.0#28
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/net.java.dev.jna-jna-platform-5.3.0

Conversation

@dependabot-preview
Copy link

Bumps jna-platform from 5.0.0 to 5.3.0.

Changelog

Sourced from jna-platform's changelog.

Release 5.3.0

Features

  • #1058: Add selectable timeout to stopService() and improve timeout handling - @​keithharp.
  • #1050: Add c.s.j.p.win32.VersionHelpers and supporting functions - @​dbwiddis.
  • #1061: replace toArray(new T[size]) with toArray(new T[0]) for better performance - [@​hc-codersatlas](https://github.com/hc-codersatlas).
  • #1064: Add c.s.j.p.win32.Kernel32.GetLogicalProcessorInformationEx function, convenience Util method and supporting structures - @​dbwiddis.
  • #1065: Add c.s.j.p.win32.PowrProf#CallNTPowerInformation and supporting structures - @​dbwiddis.
  • #1063: Enhance c.s.j.p.win32.User32 and associated classes to support keyboard related functionality. - @​kevemueller.
  • #1068: c.s.j.p.win32.Advapi32Util.getAccountBySid(String systemName, PSID sid) ignored parameter instead of passing it to the native function - @​nirud.
  • #813: Support for default methods on interfaces (experimental) - @​matthiasblaesing.
  • #1073: Support COM setters with multiple parameters using c.s.j.p.win32.COM.util.ProxyObject - @​matthiasblaesing.
  • #1083: Prevent access to unsupported values in c.s.j.p.win32.COM.WbemcliUtil#enumerateProperties and bind c.s.j.p.win32.COM.Wbemcli.IWbemClassObject.GetNames - @​matthiasblaesing.

Bug Fixes

  • #1052, #1053: WinXP compatibility for c.s.j.p.win32.PdhUtil - @​dbwiddis.
  • #1055: Include c.s.j.p.linux in OSGi bundle. - @​dbwiddis.
  • #1066: On AIX OpenJDK differs from IBM J9 in the mapping of library names. While J9 maps jnidispatch to libjnidispatch.a, OpenJDK maps to libjnidispatch.so, which causes the native library extractor to fail. AIX is now hard-coded to libjnidispatch.a - @​matthiasblaesing.
  • #1079: Fix maximum structure alignment for Android i386 - @​BugsBeGone.

Release 5.2.0

Features

Bug Fixes

  • #1036: Advapi32Util.registryValueExists called on non existing key raises exception instead of returning false - @​matthiasblaesing.
  • #384: Android only supports loading libraries through the JVM System#loadLibrary mechanism, defaulting jna.nosys to true disabled that code path - @​matthiasblaesing.
  • #1041: Avoid IllegalArgumentException when reading xattrs with zero length - @​jrobhoward.
  • #1042: c.s.j.p.WindowUtils.W32WindowUtils.getProcessFilePath(HWND) does not close process handle - @​matthiasblaesing.
  • #1044: Fix field order for c.s.j.p.unix.X11.XResizeRequestEvent - @​matthiasblaesing.

Release 5.1.0

Features

  • #1029: Add statvfs to c.s.j.platform.linux.LibC - @​dbwiddis.
  • #1032: Deprecate c.s.j.platform.win32.COM.util.annotation.ComEventCallback in favour of c.s.j.platform.win32.COM.util.annotation.ComMethod - @​matthiasblaesing.
  • #1021: Added com.sun.jna.platform.linux.XAttr and com.sun.jna.platform.linux.XAttrUtil JNA wrapper for <sys/xattr.h> for Linux - @​wilx.
  • #381: Bind c.s.j.p.win32.Secur32#CompleteAuthToken - @​matthiasblaesing.
... (truncated)
Commits
  • d5a0ae4 Release 5.3.0
  • b0a6e17 Merge pull request #1084 from matthiasblaesing/wmi
  • 126af4e Prevent access to unsupported values in `c.s.j.p.win32.COM.WbemcliUtil#enumer...
  • 545c301 Bind Wbemcli.IWbemClassObject#GetNames
  • aa9341d Merge pull request #1081 from matthiasblaesing/package-license-binary
  • bfccd50 Include license information into binaries
  • 12c6a92 Merge pull request #1080 from BugsBeGone/i386-alignment
  • 9e68f67 Fix maximum structure alignment for Android i386
  • f5bdc9e Merge pull request #1078 from precipitevolissimevolmente/master
  • 16aac5f Merge branch 'testmatrix'
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 22, 2019
@dependabot-preview
Copy link
Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/net.java.dev.jna-jna-platform-5.3.0 branch April 29, 2019 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant