Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: java-native-access/jna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.18.0
Choose a base ref
...
head repository: java-native-access/jna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.18.1
Choose a head ref
  • 8 commits
  • 27 files changed
  • 4 contributors

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    0da700d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Avoid threading issues in sortFields (#1686)

    Copy the fields array from `getFieldList`, this avoids the possibility
    of 2 threads trying to mutate it at once in the call `sortFields` at the
    bottom of the function.
    bendk committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    b665e9e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Update recommended Android proguard rules

    With R8 fullMode enabled, classes that extend from `com.sun.jna.*` are all removed, so we should be explicit to include those.
    jonalmeida authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6e7e828 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1690 from jonalmeida/patch-1

    Update recommended Android proguard rules
    matthiasblaesing authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    c401bca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1687 from bendk/push-yyprxvvrrttk

    Avoid threading issues in sortFields (#1686)
    matthiasblaesing authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    5511f28 View commit details
    Browse the repository at this point in the history
  4. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-java](https://github.com/actions/setup-java).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `actions/setup-java` from 4 to 5
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    5cac361 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1680 from java-native-access/dependabot/github_ac…

    …tions/github-actions-897ead3edf
    
    Bump the github-actions group with 2 updates
    matthiasblaesing authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    e3838d5 View commit details
    Browse the repository at this point in the history
  6. Release 5.18.1

    matthiasblaesing committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    3c493c1 View commit details
    Browse the repository at this point in the history
Loading