Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps jna from 5.5.0 to 5.9.0.

Changelog

Sourced from jna's changelog.

Release 5.9.0

Features

  • #1336: Add HKEY_CURRENT_USER_LOCAL_SETTINGS to c.s.j.p.win32.WinReg - @​Dani-Hub.
  • #1337: Add REG_NOTIFY_THREAD_AGNOSTIC to c.s.j.p.win32.WinNet and update REG_LEGAL_CHANGE_FILTER - @​Dani-Hub.
  • #1338: Add RegNotifyChangeKeyValue to c.s.j.p.win32.Advapi32 - @​Dani-Hub.
  • #1340: Add CM_Get_DevNode_Registry_Property to c.s.j.p.win32.Cfgmgr32 and corresponding util in c.s.j.p.win32.Cfgmgr32Util - @​dbwiddis.
  • #1352: Add BringWindowToTop to c.s.j.p.win32.User32 - @​kahgoh.
  • #1354: Add GetParent to c.s.j.p.win32.User32 - @​kahgoh.
  • #1360: Add CommandLineToArgvW to c.s.j.p.win32.Shell32 and corresponding util in c.s.j.p.win32.Shell32Util - @​dbwiddis.
  • #1363: Update NUMA_NODE_RELATIONSHIP in c.s.j.p.win32.WinNT to new version of the structure and improve support for future values of c.s.j.p.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP - @​dbwiddis.

Bug Fixes

  • #1343: c.s.j.p.mac.CoreFoundation.CFStringRef#stringValue buffer needs space for a null byte - @​dbwiddis.
  • #1351: Define c.s.j.p.unix.size_t.ByReference and fix macOS sysctl size_t * parameters - @​dbwiddis.
  • #1362: Clear security sensitive data after usage in c.s.j.p.win32.Crypt32Util#cryptProtectData and #cryptUnprotectData - @​dmytro-sheyko.
  • #1361: Make c.s.j.p.win32.Crypt32Util#cryptProtectData and #cryptUnprotectData properly handle 0-length array as input - @​dmytro-sheyko.

Release 5.8.0

Features

  • #1313: Normalize RESOURCE_PREFIX for darwin to darwin-$arch and split jnidispatch library per architecture - @​matthiasblaesing.
  • #1318: Add support for linux-riscv64 - @​thentschel.
  • #1327: Add partial support for future values of c.s.j.p.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP enum present in Windows Insider builds - @​dbwiddis.

Bug Fixes

  • #1317: Change the maven coordinates of the JPMS artifacts from classifier jpms to custom artifact ids jna-jpms and jna-platform-jpms - @​matthiasblaesing.
  • #1322: Handle 0-length domain names in c.s.j.p.win32.Advapi32Util#getAccountBySid - @​dbwiddis.
  • #1326: Ensure pointers indirected from Memory and pointing into Memory retain originating object - @​matthiasblaesing.

Important Changes

  • The maven coordinates of the experimental JPMS (java module system) artifacts were moved from using the classifier jpms to custom artifact ids jna-jpms and jna-platform-jpms, without an classifier. The reason for this is, that the platform artifacts depend on the jna artifacts and need to pull in the right variant. This is not possible if the classifier is used.

  • RESOURCE_PREFIX for darwin (mac OS) was changed from darwin to darwin-$arch as the fat binaries on mac OS causes various problems: It was reported, that binaries were rejected from the appstore because x86 binaries were found in the application (jnidispatch for mac OS x86) and that builds needed to be special cased so that the native library can be assembled. The latter is also true for JNA.

... (truncated)

Commits
  • 107836a Release 5.9.0
  • 2f56de8 Merge pull request #1376 from matthiasblaesing/fix_appveyor
  • c8260ae Fix unittests for Cfgmgr32Util
  • fb3d148 Fix JNA build on appveyor (preinstalled perl is missing threads.pm)
  • fd6a9a6 Merge pull request #1374 from matthiasblaesing/com_latebinding_set_property_s...
  • 1c4c0f6 Free BSTR/Variant allocated in COMLateBindingObject#setProperty(String, String)
  • 6cad6d2 Update Travis CI links to dot com
  • b7f9708 remove git depth configuration in .travis.yml (#1372)
  • 7ae3691 Free BSTR and SAFEARRAY allocations when done (#1371)
  • 67448a5 Fix deploy task
  • 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)

Bumps [jna](https://github.com/java-native-access/jna) from 5.5.0 to 5.9.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.5.0...5.9.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 13, 2021

The following labels could not be found: master, dependencies, java.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 9, 2021

Superseded by #13.

@dependabot dependabot bot closed this Nov 9, 2021
@dependabot dependabot bot deleted the dependabot/maven/master/net.java.dev.jna-jna-5.9.0 branch November 9, 2021 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant