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/scijava-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: scijava/scijava-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: language-priority
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 779 files changed
  • 1 contributor

Commits on Aug 25, 2025

  1. Apply mvn formatter:format

    hinerm committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    2c09289 View commit details
    Browse the repository at this point in the history
  2. Support similar ScriptLanguages

    If we have multiple languages that support the same extension/name we
    now use the highest priority ScriptLanguage that isActive (a new helper
    method for ScriptLanguages) instead of overwriting the language for that
    extension/name.
    
    This allows multiple language implementations to co-exist and take
    priority based on the execution context (e.g. Jython works in Java-based
    environments, PyImageJ works in python mode apps).
    hinerm committed Aug 25, 2025
    5 Configuration menu
    Copy the full SHA
    a3508fb View commit details
    Browse the repository at this point in the history
Loading