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

Commits on Jul 1, 2021

  1. Switch from Travis CI to GitHub Actions

    Curtis Rueden committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fde688f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. CI: build release tags

    Curtis Rueden committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    9aa1f2b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. POM: Stop using git:// protocol with github.com

    The GitHub platform is discontinuing support for it.
    
    See: https://github.blog/2021-09-01-improving-git-protocol-security-github/#whats-changing
    Curtis Rueden committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    67489be View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. CI: cache ~/.m2/repository correctly

    Curtis Rueden committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e9b4179 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    714c514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request scijava#15 from odinsbane/fixing-classpath

    Switched using classloader to using classgraph library.
    Curtis Rueden authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    029c740 View commit details
    Browse the repository at this point in the history
  3. POM: update parent to pom-scijava 42.0.0

    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    b72274b View commit details
    Browse the repository at this point in the history
  4. Update copyright blurbs for 2025

    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    c3fecc7 View commit details
    Browse the repository at this point in the history
  5. POM: declare classgraph version as a property

    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    40cb95d View commit details
    Browse the repository at this point in the history
  6. Update CI to current standards; rename main branch

    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    d6918c0 View commit details
    Browse the repository at this point in the history
  7. POM: bump version to 1.0.0-SNAPSHOT

    It's past time to start deploying SciJava components
    like this one to Maven Central!
    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    31fd9c6 View commit details
    Browse the repository at this point in the history
  8. POM: use HTTPS for schema location URL

    Maven no longer supports plain HTTP for the schema location.
    
    And using HTTP now generates errors in Eclipse (and probably other IDEs).
    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    e8af761 View commit details
    Browse the repository at this point in the history
  9. Bump to next development cycle

    Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>
    Curtis Rueden committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    4b1c9dd View commit details
    Browse the repository at this point in the history
Loading