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

Commits on Aug 25, 2026

  1. build(deps): bump io.zipkin.reporter2:zipkin-reporter-brave (iluwatar…

    …#3579)
    
    Bumps [io.zipkin.reporter2:zipkin-reporter-brave](https://github.com/openzipkin/zipkin-reporter-java) from 3.5.0 to 3.5.3.
    - [Release notes](https://github.com/openzipkin/zipkin-reporter-java/releases)
    - [Changelog](https://github.com/openzipkin/zipkin-reporter-java/blob/master/RELEASE.md)
    - [Commits](openzipkin/zipkin-reporter-java@3.5.0...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.zipkin.reporter2:zipkin-reporter-brave
      dependency-version: 3.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    4f28d4e View commit details
    Browse the repository at this point in the history
  2. feat: Add Fork/Join design pattern (iluwatar#3227) (iluwatar#3550)

    * Add fork-join pattern implementation
    
    * Add input validation for start > end in SumTask
    
    Signed-off-by: SandhyaDevadiga <sandhyadevadiga8197@gmail.com>
    
    * Add fork-join module to parent pom.xml
    
    * Add missing assertThrows import in SumTaskTest
    
    * Format fork-join code with Spotless
    
    * Add AppTest to satisfy coverage requirements
    
    Signed-off-by: SandhyaDevadiga <sandhyadevadiga8197@gmail.com>
    
    ---------
    
    Signed-off-by: SandhyaDevadiga <sandhyadevadiga8197@gmail.com>
    SandhyaDevadiga authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    5698dea View commit details
    Browse the repository at this point in the history
  3. docs: add SandhyaDevadiga as a contributor for code (iluwatar#3585)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    aa11f6b View commit details
    Browse the repository at this point in the history
  4. feat: Implement Write-Ahead Log (WAL) pattern (iluwatar#3576) (iluwat…

    …ar#3582)
    
    * feat: Implement Write-Ahead Log (WAL) pattern (iluwatar#3576)
    
    * test: Add exception handling tests and verify coverage
    devikae authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    b0c34db View commit details
    Browse the repository at this point in the history
  5. docs: add devikae as a contributor for code (iluwatar#3586)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    d732791 View commit details
    Browse the repository at this point in the history
  6. docs: pt: add localization for polling-publisher, money, delegation p…

    …atterns (iluwatar#3583)
    
    Add Brazilian Portuguese (pt) translations for three previously
    untranslated pattern READMEs, following the existing localization/pt/
    convention documented in the wiki (15. Support for multiple languages).
    Frontmatter and section headers follow the same structure used by the
    most recently updated existing translation (singleton), keeping code
    blocks, links, and image references unchanged from the English source.
    zanarellidev authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    c842319 View commit details
    Browse the repository at this point in the history
  7. docs: add zanarellidev as a contributor for translation (iluwatar#3587)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    126ad5f View commit details
    Browse the repository at this point in the history
Loading