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:amosalb/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:exercism/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
  • 32 files changed
  • 5 contributors

Commits on Jan 1, 2026

  1. Bump actions/checkout from 6.0.0 to 6.0.1 (exercism#3072)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    f77b992View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 5.0.0 to 6.0.0 (exercism#3073)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    1d8fe97View commit details
    Browse the repository at this point in the history
  3. Bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 (exerc…

    …ism#3070) Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@30a0e04...07035fd) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    e144805View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Bump actions/setup-java from 5.0.0 to 5.1.0 (exercism#3071)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@dded088...f2beeb2) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jagdish Prajapati <[email protected]>
    @dependabot@jagdish-15
    dependabot[bot] and jagdish-15 authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    22105a1View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

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

Commits on Jan 9, 2026

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

Commits on Jan 10, 2026

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

Commits on Jan 14, 2026

  1. Use LocalDate in baffling birthdays (exercism#3079)

    LocalData is a more idiomatic way of representing dates in Java.
    @kahgoh
    kahgoh authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    65b3242View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Add missing JUnit launcher (exercism#3081)

    For some reason, this was missing only from the hangman and rest-api exercises. It is required to run the tests from Gradle. See https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies [no important files changed]
    @kahgoh
    kahgoh authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    ed77afeView commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Update setup JDK to use JDK 21 (exercism#3082)

    Updates the action to use a newer release. The action does not yet support Java 25.
    @kahgoh
    kahgoh authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    108b0b1View commit details
    Browse the repository at this point in the history
  2. Fix unchecked warnings (exercism#3083)

    This change fixes "unchecked or unsafe operations" from the build. Example of warning: ``` Note: /home/runner/work/java/java/exercises/concept/lasagna/src/test/java/utils/ReflectionProxy.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ``` See https://github.com/exercism/java/actions/runs/21096072319/job/60673664241#step:4:129 [no important files changed]
    @kahgoh
    kahgoh authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    f66228eView commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Bump actions/checkout from 6.0.1 to 6.0.2 (exercism#3085)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    56b2398View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-java from 5.1.0 to 5.2.0 (exercism#3084)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@f2beeb2...be666c2) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    ffa351eView commit details
    Browse the repository at this point in the history
Loading