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: vikas0686/temporal-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.
  • 11 commits
  • 77 files changed
  • 9 contributors

Commits on Jul 6, 2026

  1. Sample code for Nexus Standalone (temporalio#782)

    Sample code for Nexus Standalone
    Evanthx authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    c525683 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

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

Commits on Jul 13, 2026

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

Commits on Jul 14, 2026

  1. Sample code for Workflow Streams (temporalio#783)

    * Sample code for Workflow Streams
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * Use SDK 1.37.0-SNAPSHOT from the Central snapshots repository
    
    SDK main now publishes 1.37.0-SNAPSHOT, and snapshots moved from
    oss.sonatype.org to central.sonatype.com when OSSRH was decommissioned.
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * Add non-blocking listener scenario to Workflow Streams sample
    
    Scenario 2 subscribes with a WorkflowStreamListener instead of iterating:
    two order workflows are consumed concurrently on one shared executor
    thread, with CompletionStage-based backpressure and done futures instead
    of a parked thread per subscription. Later scenarios renumbered, and the
    stale SDK snapshot note updated for the Central snapshots repository.
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    * Use released SDK 1.37.0 instead of snapshot
    
    The temporal-workflowstreams module is now in the tagged 1.37.0 release
    on Maven Central, so drop the -SNAPSHOT pin and the snapshots repository.
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Fable 5 <[email protected]>
    brianstrauch and claude authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    08eae4d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. VLN-1607: fix checkout-below-v7 (temporalio#785)

    Co-authored-by: picatz <[email protected]>
    picatz and picatz authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    482076a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. Sample for AWS Lambda (temporalio#784)

    Adds an AWS Lambda Temporal Worker sample with deployment, versioning, telemetry, starter, testing, and security-conscious setup guidance.
    eamsden authored Aug 12, 2026
    Configuration menu
    Copy the full SHA
    839fa4a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2026

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

Commits on Sep 14, 2026

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

Commits on Sep 15, 2026

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

Commits on Sep 16, 2026

  1. Configuration menu
    Copy the full SHA
    e344d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0941c28 View commit details
    Browse the repository at this point in the history
Loading