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

Update to latest dependency versions #181

Merged
merged 10 commits into from
Jul 25, 2023
Merged

Update to latest dependency versions #181

merged 10 commits into from
Jul 25, 2023

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    4c02da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ab9b4 View commit details
    Browse the repository at this point in the history
  3. POM: update to pom-scijava 34.0.0

    * Remove no-longer-needed exclusions.
    * And update the versions of scenery+sciview.
    * And therefore update the build to Java 11+.
    ctrueden committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e021c26 View commit details
    Browse the repository at this point in the history
  4. POM: clean up dependency declarations

    Accomplished with help from:
      mvn dependency:analyze
    ctrueden committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ee07989 View commit details
    Browse the repository at this point in the history
  5. Update LICENSE.txt URLs

    Accomplished via:
      mvn license:update-project-license
    ctrueden committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    48f339a View commit details
    Browse the repository at this point in the history
  6. POM: update parent to pom-scijava 36.0.0

    And update the versions of scenery + sciview.
    
    And make changes to account for API breakages in ImgLib2 and sciview.
    ctrueden committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ae97c0b View commit details
    Browse the repository at this point in the history
  7. Tracing3DTest: comment out extremely slow tests

    These tests take an incredibly long time (maybe forever?) to run,
    possibly due to a bug in ImgLib2's LoopBuilder. I am not sure, but for
    now, in order to continue unit testing SNT, we need to switch them off.
    ctrueden committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3271a45 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    ab10c88 View commit details
    Browse the repository at this point in the history
  2. Combine GitHub Actions build workflows

    And upgrade needed Java version from 8 to 11.
    ctrueden committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    40a1287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bce29f View commit details
    Browse the repository at this point in the history