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

Replace Nashorn with GraalVM #1857

Merged
merged 44 commits into from
Jun 10, 2019
Merged

Replace Nashorn with GraalVM #1857

merged 44 commits into from
Jun 10, 2019

Commits on Jan 30, 2019

  1. First steps (#1637)

    plata authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    567752f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Configuration menu
    Copy the full SHA
    8dce77f View commit details
    Browse the repository at this point in the history
  2. ShortcutRunner: include by ID

    plata authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    c098fd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Configuration menu
    Copy the full SHA
    5693b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ec44a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

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

Commits on Mar 5, 2019

  1. Add phoenicis script engine interface (#1882)

    - make PhoenicisScriptEngine an interface
    - cleanup ShortcutRunner
    - add some comments
    - change the constructor argument of the JSAScriptEngine class
    madoar authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1eeb9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f612a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14def23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12a80ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e5b26d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    52a81f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    091198c View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    plata committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7bead68 View commit details
    Browse the repository at this point in the history
  4. Docs: do not set nashorn compat on command line (#1890)

    it's set in Java
    plata authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    65b1f46 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    07c1018 View commit details
    Browse the repository at this point in the history
  2. Restructure phoenicis-scripts module (#1887)

    - restructure the phoenicis-scripts module
    madoar authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    2f28a88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5d7f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

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

Commits on May 15, 2019

  1. Travis: remove OpenJDK 10

    plata authored May 15, 2019
    Configuration menu
    Copy the full SHA
    bd3654f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f054b39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f978412 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Use 19.0.0

    plata authored May 19, 2019
    Configuration menu
    Copy the full SHA
    57c0622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a040a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    c69b5b1 View commit details
    Browse the repository at this point in the history
  2. Package creation fix

    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    adc83d3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'graalvm' of https://github.com/PhoenicisOrg/phoenicis i…

    …nto graalvm
    
    # Conflicts:
    #	phoenicis-dist/src/scripts/phoenicis-create-package.sh
    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    56bdfbf View commit details
    Browse the repository at this point in the history
  4. Removed useless options

    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    fa14ad5 View commit details
    Browse the repository at this point in the history
  5. Revert Removed useless options

    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    34fea35 View commit details
    Browse the repository at this point in the history
  6. Fix linux build

    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    dadc27a View commit details
    Browse the repository at this point in the history
  7. Fix linux installation

    Quentin PARIS committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    0e59dd3 View commit details
    Browse the repository at this point in the history
  8. Packaging with GraalVM support (#1957)

    * Package creation fix
    
    * Removed useless options
    
    * Revert Removed useless options
    
    * Fix linux build
    
    * Fix linux installation
    qparis authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    5853ca7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

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

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    dd6da65 View commit details
    Browse the repository at this point in the history
  2. Fixed dependencies

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    bd28b7f View commit details
    Browse the repository at this point in the history
  3. Java12 packaging

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    6384354 View commit details
    Browse the repository at this point in the history
  4. Merging

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    36c4ce1 View commit details
    Browse the repository at this point in the history
  5. Java12 packaging - Disclaimer

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    f05d890 View commit details
    Browse the repository at this point in the history
  6. Jpackager: Java 12+

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    087179e View commit details
    Browse the repository at this point in the history
  7. Jpackager: Memory switch

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    2fd6be1 View commit details
    Browse the repository at this point in the history
  8. Fixed module path

    Quentin PARIS committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    47be5f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Remove classpath parameter

    plata committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    aa3fb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9598be View commit details
    Browse the repository at this point in the history
  3. Remove Java 10 support

    plata committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    f6073e6 View commit details
    Browse the repository at this point in the history