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.15.0 #110

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 15, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.15.0

Compare Source

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

Features

Bug Fixes

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency net.java.dev.jna:jna to v5.14.0 Update dependency net.java.dev.jna:jna to v5.15.0 Sep 16, 2024
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.

0 participants