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: scijava/scripting-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f365ec
Choose a base ref
...
head repository: scijava/scripting-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c54023
Choose a head ref
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Jun 11, 2015

  1. Migrate Rhino engine from java.net scripting

    This move is in preparation for continued Rhino support in Java 8.
    It is a necessary change because Java 8 ships the new Nashorn engine
    instead, which breaks backwards compatibility with Rhino scripts.
    ctrueden committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    e9f0667 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. WIP

    This branch will only be necessary if we decide to explicitly ship the
    Rhino script engine version of JavaScript, as opposed to leaning on
    Nashorn's compatibility functions in Java 8.
    
    Time will tell whether the Nashorn backwards compatibility is good
    enough. But in the meantime, let's leave this branch for a while.
    ctrueden committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    1c54023 View commit details
    Browse the repository at this point in the history
Loading