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

Update dependency net.java.dev.jna:jna to v5.14.0 #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.java.dev.jna:jna 5.11.0 -> 5.14.0 age adoption passing confidence

Release Notes

java-native-access/jna (net.java.dev.jna:jna)

v5.14.0

Compare Source

==============

Features

Bug Fixes

Important Changes

  • The interfaces between Java and native code have changed, so libjnidispatch
    must be rebuilt to be compatible with this release.
  • Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to
    update to use this version.

v5.13.0

Compare Source

================

Features

Bug Fixes

  • #​1452: Fix memory allocation/handling for error message generation in native library code (dispatch.c) - @​matthiasblaesing.
  • #​1460: Fix win32 variant date conversion in DST offest window and with millisecond values - @​eranl.
  • #​1472: Fix incorrect bitmask in c.s.j.Pointer#createConstant(int) - @​dbwiddis.
  • #​1481: Fix NPE in NativeLibrary when unpacking from classpath is disabled - @​trespasserw.
  • #​1489: Fixes typo in OpenGL32Util#wglGetProcAddress, instead of parameter procName the hardcoded value wglEnumGpusNV was used - @​soywiz.

v5.12.1

Compare Source

==============

Bug Fixes

v5.12.0

Compare Source

==============

Features

Bug Fixes

Important Changes

  • Memory#dispose, CallbackReference#dispose and NativeLibrary#dispose
    were called by the Object#finalize override. These calls were replaced by
    the use of a cleaner. It is not guaranteed anymore, that dispose is called
    on subclasses on finalization.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

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.

None yet

0 participants