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

Try native image then fallback to pure java version #717

Merged
merged 9 commits into from
Jan 24, 2023

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    5c07639 View commit details
    Browse the repository at this point in the history
  2. Move fallback logic into main entry script

    1. rename native binary to 'mvnd-native-<os>-<arch>'
    2. add environment switch MVND_ENTRY_FALLBACK, default 'true' enables
       the fallback logic, set to 'false' to force execute the native mvnd.
    3. rename mvnd.sh to mvnd
    gzm55 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    29ecd01 View commit details
    Browse the repository at this point in the history
  3. change entry name on windows

    gzm55 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9e24715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceff591 View commit details
    Browse the repository at this point in the history
  5. improve platform detect

    gzm55 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6e4cad7 View commit details
    Browse the repository at this point in the history
  6. fix error on dash

    gzm55 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b8094bd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    1c3d4fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4382677 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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