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 and unify JNA #322

Merged
merged 3 commits into from
Nov 11, 2021
Merged

Update and unify JNA #322

merged 3 commits into from
Nov 11, 2021

Commits on Sep 17, 2021

  1. Force JNA 5.9.0 and add slf4j-simple in 'db-shootout'

    The newer JNA should provide support for more platforms/architectures
    and the slf4j-simple binding silences SLF4J warnings on startup.
    lbulej committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a381ade View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Force JNA 5.9.0 in neo4j and scala-dotty

    Even though these two benchmarks might not get to actually using
    JNA (in scala-dotty, it's apparently needed by the jline-terminal),
    but the newer JNA supports more architectures, and this unifies JNA
    version with the one forced onto db-shootout.
    lbulej committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    012e30a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Force the use of JNA 5.10.0 in database, neo4j and scala-dotty

    JNA 5.10.0 includes an architecture mapping fix for SAP JVM and
    should make it possible to run the database benchmark on S390x
    platform under SAP JVM.
    lbulej committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    912030c View commit details
    Browse the repository at this point in the history