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: Sap004/samples-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: temporalio/samples-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.
  • 14 commits
  • 157 files changed
  • 12 contributors

Commits on Aug 12, 2025

  1. test for updatewithstart and cancellation (temporalio#750)

    Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
    tsurdilo authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    53b769b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

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

Commits on Sep 17, 2025

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

Commits on Nov 28, 2025

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

Commits on Nov 29, 2025

  1. Standalone Client Environment Configuration Sample (temporalio#755)

    * env config sample
    
    * update temporal-envconfig dep
    THardy98 authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    c93875b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Update samples to use env config (temporalio#756)

    * Update samples to use env config
    
    * fix envconfig import for springboot
    
    * update javaSDKVersion to 1.32.1
    THardy98 authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    d3b90e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. docs: add snipsync lines to envconfig samples (temporalio#763)

    * docs: add snipsync lines to envconfig samples
    
    * docs: fix gradle format issues
    lennessyy authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    8c31358 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. fix: use single-line comments for SNIP markers to avoid NotJavadoc wa…

    …rnings (temporalio#765)
    
    ErrorProne's NotJavadoc check flags `/**` block comments that aren't
    actual Javadoc. The SNIP markers are for documentation extraction,
    not Javadoc, so use `//` single-line comments instead.
    
    Co-authored-by: Maxim Fateev <1463622+mfateev@users.noreply.github.com>
    mfateev and mfateev authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    dfef8ac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Set explicit permissions for GitHub Actions workflows (temporalio#758)

    This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
    picatz authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    6244cbe View commit details
    Browse the repository at this point in the history
  2. fix: propagate unit test exit codes in CI workflow (temporalio#768)

    * fix: propagate unit test exit codes in CI workflow
    
    Add --exit-code-from flag to docker compose command to ensure
    unit test failures properly fail the GitHub Actions job.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * Fix springboot test
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    tconley1428 and claude authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    bf3515d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Code samples for testing and mocking Nexus (temporalio#771)

    * Code samples for testing and mocking Nexus
    
    * Formatting changes from Spotless
    
    * Added two more classes that mock the Nexus Service itself
    
    * Renamed EchoHandler to EchoClient
    
    * Updating gradle wrapper validator
    
    * Changed NexusService name for clarity, modified two tests
    
    * Suppressing two false warnings that turned into build errors
    Evanthx authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    385adc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

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

Commits on Apr 7, 2026

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