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: fbrcode-java/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f2ae02
Choose a base ref
...
head repository: exercism/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86fe0ae
Choose a head ref
  • 9 commits
  • 39 files changed
  • 4 contributors

Commits on May 15, 2026

  1. 🤖 Auto-sync docs, metadata, and filepaths (exercism#3127)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 15, 2026
    Configuration menu
    Copy the full SHA
    d11c357 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Configuration menu
    Copy the full SHA
    22e9bc2 View commit details
    Browse the repository at this point in the history
  2. Add lint-changed and build-changed task in java workflow (exercism#3126)

    * Add lint-changed task in Java workflow
    
    * ci: implement build-changed strategy for targeted test compilation
    
    * Combine common logic
    
    * Fix script permissions in Git index
    
    * Update Java version to 25 in CI
    
    * Add gradle wrapper files in detection
    jagdish-15 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    c020ed7 View commit details
    Browse the repository at this point in the history
  3. Update tests bird watcher (exercism#3077)

    * Update tests bird watcher
    
    * Add itIncrementDoesNotChangeCountForOtherDays test
    
    Added a test to verify that incrementTodaysCount does not affect counts for other days.
    
    * Fix indentation
    
    * Refactor BirdWatcherTest to use new array for each test
    
    * Change getLastWeek to static method
    
    * Change getLastWeek to static method
    
    * Fix class name from BirdWatched to BirdWatcher
    
    * Fix assertion in getCountForFirstDays test
    
    * Shift new test to the end of task 5
    
    * Fix test for incrementTodaysCount method
    
    Update test to check correct increment behavior for today's count.
    
    * Add contributor to config.json
    jagdish-15 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    e2b10ba View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

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

Commits on May 26, 2026

  1. Format all instructions.append.md to start with an H1 (required but…

    … ignored) and H2 (exercism#3135)
    
    * Format all `instructions.append.md` to start with an H1 (required but ignored) and H2
    
    * Revert deprecated diffie-hellman
    IsaacG authored May 26, 2026
    Configuration menu
    Copy the full SHA
    d71270e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Bump DavidAnson/markdownlint-cli2-action from 23.1.0 to 23.2.0 (exerc…

    …ism#3137)
    
    Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 23.1.0 to 23.2.0.
    - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
    - [Commits](DavidAnson/markdownlint-cli2-action@6b51ade...ded1f94)
    
    ---
    updated-dependencies:
    - dependency-name: DavidAnson/markdownlint-cli2-action
      dependency-version: 23.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] authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    8d95bc0 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 6 (exercism#3136)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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] authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    fd1b44d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. 🤖 Auto-sync docs, metadata, and filepaths (exercism#3138)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    86fe0ae View commit details
    Browse the repository at this point in the history
Loading