Skip to content

Bump jna from 5.0.0 to 5.5.0#47

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

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

Conversation

@dependabot-preview
Copy link

Bumps jna from 5.0.0 to 5.5.0.

Changelog

Sourced from jna's changelog.

Release 5.5.0

Features

  • #1131: Add CoreFoundation, IOKit, and DiskArbitration mappings in c.s.j.p.mac. @​dbwiddis.
  • #1143: c.s.j.p.mac.SystemB now extends c.s.j.p.unix.LibCAPI. @​dbwiddis.
  • #1147: Add additional OSGi headers for the JNA bundle to support 32bit ARM (hardfloat) @​mattixtech.
  • #1148/#1096: Include Win32 COM utils (c.s.j.p.win32.com.util and c.s.j.p.win32.com.annotation) in OSGI bundle @​dbwiddis.

Bug Fixes

  • #1115: Fix signature for c.s.j.p.win32.Kernel32#CreateRemoteThread and bind VirtualAllocEx, VirtualFreeEx, GetExitCodeThread in c.s.j.p.win32.Kernel32 - @​apangin, @​matthiasblaesing.
  • #1127: Windows needs a wide string in c.s.j.p.win32.COM.IShellFolder#ParseDisplayName - @​dbwiddis.
  • #1128: KEY_ALL_ACCESS value is incorrect in c.s.j.p.win32.WinNT.java - @​trevormaggs.
  • #1133: Ensure JARs created from the build system don't contain invalid Info-ZIP Unicode Path extra info - @​matthiasblaesing.
  • #1134: Read correct member of WinBase.SYSTEM_INFO.processorArchitecture union - @​dbwiddis.
  • #1118: Fix passing unions containing integer and floating point members as parameters by value - @​matthiasblaesing.

Release 5.4.0

Features

  • #1105: Deprecate c.s.j.p.win32.Advapi32Util.EventLogRecord#getEventId in favor of #getInstanceId - @​dbwiddis.
  • #1097: Allow .ocx as extension of native libraries on windows - @​dmigowski.
  • #1108: Improve performance of c.s.j.Structure#newInstance by iteration available constructors instead of exception handling @​bjorndarri.

Bug Fixes

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

... (truncated)
Commits
  • cb139ec Release 5.5.0
  • 5e4ae34 Update version number to 5.5.0
  • b8d0707 Merge branch 'osgi-header'
  • d0dbacc Add OSGI updates to CHANGES.md
  • 514cd79 Merge remote-tracking branch 'upstream/pr/1147' into osgi-header
  • 3eeecbe Include Win32 COM utils in OSGI bundle
  • 67952fb Update OSGi headers for the JNA bundle to support 32bit ARM on Raspberry Pi 3 B+
  • 8c97594 Merge pull request #1143 from dbwiddis/maclibc
  • e171225 char* is a LPCSTR (LPCWSTR would be a wchar_t*)
  • 48076c8 SystemB extends LibCAPI
  • 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [jna](https://github.com/java-native-access/jna) from 5.0.0 to 5.5.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.0.0...5.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 31, 2019
@jlgager24 jlgager24 closed this Nov 28, 2019
@dependabot-preview
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/net.java.dev.jna-jna-5.5.0 branch November 28, 2019 19: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