Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jna-platform from 5.2.0 to 5.3.1 in /core #1437

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 29, 2019

Bumps jna-platform from 5.2.0 to 5.3.1.

Changelog

Sourced from jna-platform's changelog.

Release 5.3.1

Bug Fixes

  • #1089: c.s.j.internal.ReflectionUtils accesses java.lang.invoke.MethodType without reflection, causing java.lang.NoClassDefFoundError on android API level < 26 - @​matthiasblaesing.
  • #1087: Fix wrong calls to Structure#toArray with zero sized arrays - @​matthiasblaesing.

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.
Commits
  • f270bcf Release 5.3.1
  • cdf119c Merge pull request #1088 from matthiasblaesing/github-1087
  • b749db5 [GITHUB-1087] Fix wrong calls to Structure#toArray with zero sized arrays
  • a8b9720 Merge pull request #1090 from matthiasblaesing/android_method_type
  • 54c84a3 [GITHUB-1089] Fix missing reflection use in c.s.j.internal.ReflectionUtils
  • db28278 Prepare next development iteration
  • 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
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • 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 29, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/net.java.dev.jna-jna-platform-5.3.1 branch from a1f30e1 to 691992c Compare May 1, 2019 08:52
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/net.java.dev.jna-jna-platform-5.3.1 branch 6 times, most recently from aff58e0 to 5498993 Compare May 16, 2019 08:05
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/net.java.dev.jna-jna-platform-5.3.1 branch from 5498993 to 2389324 Compare May 27, 2019 19:57
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/core/net.java.dev.jna-jna-platform-5.3.1 branch from 2389324 to d06b97c Compare May 27, 2019 21:32
@rnorth rnorth merged commit 31f33aa into master May 28, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/core/net.java.dev.jna-jna-platform-5.3.1 branch May 28, 2019 08:03
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.

None yet

1 participant