- Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository:amosalb/java
Uh oh!
There was an error while loading. Please reload this page.
base:main
head repository:exercism/java
Uh oh!
There was an error while loading. Please reload this page.
compare:main
Uh oh!
There was an error while loading. Please reload this page.
- 13 commits
- 32 files changed
- 5 contributors
Commits on Jan 1, 2026
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[bot] authoredJan 1, 2026 Configuration menu - View commit details
Copy full SHA for f77b992 - Browse repository at this point
Copy the full SHA f77b992View commit details 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[bot] authoredJan 1, 2026 Configuration menu - View commit details
Copy full SHA for 1d8fe97 - Browse repository at this point
Copy the full SHA 1d8fe97View commit details 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[bot] authoredJan 1, 2026 Configuration menu - View commit details
Copy full SHA for e144805 - Browse repository at this point
Copy the full SHA e144805View commit details
Commits on Jan 4, 2026
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]>
Configuration menu - View commit details
Copy full SHA for 22105a1 - Browse repository at this point
Copy the full SHA 22105a1View commit details
Commits on Jan 6, 2026
Remove erroneous references to an input map (exercism#3074)
BNAndras authoredJan 6, 2026 Configuration menu - View commit details
Copy full SHA for 184c18c - Browse repository at this point
Copy the full SHA 184c18cView commit details
Commits on Jan 9, 2026
Add baffling birthdays exercice (exercism#3075)
Baboushka authoredJan 9, 2026 Configuration menu - View commit details
Copy full SHA for 36e31a6 - Browse repository at this point
Copy the full SHA 36e31a6View commit details
Commits on Jan 10, 2026
Update to gradle 9.2.1 in exercise template (exercism#3076)
jagdish-15 authoredJan 10, 2026 Configuration menu - View commit details
Copy full SHA for 9a9ff66 - Browse repository at this point
Copy the full SHA 9a9ff66View commit details
Commits on Jan 14, 2026
Use LocalDate in baffling birthdays (exercism#3079)
LocalData is a more idiomatic way of representing dates in Java.
kahgoh authoredJan 14, 2026 Configuration menu - View commit details
Copy full SHA for 65b3242 - Browse repository at this point
Copy the full SHA 65b3242View commit details
Commits on Jan 17, 2026
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 authoredJan 17, 2026 Configuration menu - View commit details
Copy full SHA for ed77afe - Browse repository at this point
Copy the full SHA ed77afeView commit details
Commits on Jan 18, 2026
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 authoredJan 18, 2026 Configuration menu - View commit details
Copy full SHA for 108b0b1 - Browse repository at this point
Copy the full SHA 108b0b1View commit details 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 authoredJan 18, 2026 Configuration menu - View commit details
Copy full SHA for f66228e - Browse repository at this point
Copy the full SHA f66228eView commit details
Commits on Feb 1, 2026
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[bot] authoredFeb 1, 2026 Configuration menu - View commit details
Copy full SHA for 56b2398 - Browse repository at this point
Copy the full SHA 56b2398View commit details 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[bot] authoredFeb 1, 2026 Configuration menu - View commit details
Copy full SHA for ffa351e - Browse repository at this point
Copy the full SHA ffa351eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff main...main
Uh oh!
There was an error while loading. Please reload this page.