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 from 5.5.0 to 5.6.0 #5472

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2020

Bumps jna from 5.5.0 to 5.6.0.

Changelog

Sourced from jna's changelog.

Release 5.6.0

Features

  • #1160: Make FileUtils#moveToTrash a varargs method - @matthiasblaesing.
  • #1167: Add c.s.j.p.win32.Kernel32#GetProcessAffinityMask - @dbwiddis.
  • #1168: Add c.s.j.p.win32.Kernel32#SetProcessAffinityMask - @dbwiddis.
  • #1169: Wait for process in getLinuxLdPaths - @rdesgroppes.
  • #1178: Add c.s.j.p.win32.IPHlpAPI#GetTcpStatistics, c.s.j.p.win32.IPHlpAPI#GetUdpStatistics, c.s.j.p.win32.IPHlpAPI#GetTcpStatisticsEx and c.s.j.p.win32.IPHlpAPI#GetUdpStatisticsEx - @dbwiddis.
  • #1182: Add toString to classes extending c.s.j.ptr.ByReference - @dbwiddis.
  • #1191: Add c.s.j.p.win32.Advapi32Util#getTokenPrimaryGroup - @dbwiddis.
  • #1194: Add GetConsoleScreenBufferInfo, ReadConsoleInput and WriteConsole with associated structures to c.s.j.p.win32.Wincon - @rednoah.
  • #1198: Add NetSessionEnum to c.s.j.p.win32.Netapi32 and WTSEnumerateSessions, WTSQuerySessionInformation, and WTSFreeMemory to c.s.j.p.win32.Wtsapi32 - @dbwiddis.
  • #1200: Add mappings for libudev to c.s.j.p.linux.Udev - @dbwiddis.
  • #1202: Add mappings supporting shared memory including c.s.j.p.unix.LibCAPI types size_t and ssize_t, c.s.j.p.linux.LibC methods munmap(), msync(), and close(), c.s.j.p.unix.LibCUtil mapping mmap() and ftruncate(), and c.s.j.p.linux.LibRT methods shm_open() and shm_unlink() - @dbwiddis.
  • #1209: Add mappings for Thread32First and Thread32Next to c.s.j.p.win32.Kernel32 - @dbwiddis.
  • #1214: Add mapping for EnumProcesses to c.s.j.p.win32.Psapi and c.s.j.p.win32.PsapiUtil - @T-Svensson.

Bug Fixes

  • #1183: c.s.j.p.win32.WinDef.CHARByReference#getValue should only read one byte - @dbwiddis.
  • #1184: c.s.j.p.win32.WinDef.ULONGLONG should always be 8 bytes - @dbwiddis.
  • #1196: c.s.j.p.win32.WinNT.LARGE_INTEGER needs to populate both union fields - @dbwiddis.
  • #1216: Failure loading frameworks on macOS 11 - @dkocher.
Commits
  • 3d397b8 Release 5.6.0
  • 260b599 Merge pull request #1230 from T-Svensson/iso/typo
  • 38c36ad Fixed typo in email address
  • 27abc01 Only validate if archive bit is set in file attributes
  • de8b6fc Disable UNC tests on ANSI API
  • cda654c SystemEventsBroker does not exists before Windows 8
  • 67596fb Fix field visibility bug from #1209
  • e6c6b37 Revert to previous fix opening frameworks with full path. Adjust test coverage.
  • 65085c1 Try all frameworks paths regardless of file exist check.
  • 22dc037 Add mapping for EnumProcesses to Psapi
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 19, 2020
@olamy olamy merged commit cd6391c into jetty-11.0.x Oct 19, 2020
@olamy olamy deleted the dependabot/maven/jetty-11.0.x/net.java.dev.jna-jna-5.6.0 branch October 19, 2020 09:01
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant