-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: devikae/java-design-patterns
base: master
head repository: iluwatar/java-design-patterns
compare: master
- 7 commits
- 26 files changed
- 5 contributors
Commits on Aug 25, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4f28d4e - Browse repository at this point
Copy the full SHA 4f28d4eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5698dea - Browse repository at this point
Copy the full SHA 5698deaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aa11f6b - Browse repository at this point
Copy the full SHA aa11f6bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b0c34db - Browse repository at this point
Copy the full SHA b0c34dbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d732791 - Browse repository at this point
Copy the full SHA d732791View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c842319 - Browse repository at this point
Copy the full SHA c842319View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 126ad5f - Browse repository at this point
Copy the full SHA 126ad5fView 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 master...master