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: temporalio/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: cli-sample
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    d1f3e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74082c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    f2f2aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726debd View commit details
    Browse the repository at this point in the history
  3. fix: remove description-file refs from nexus samples that lack the file

    nexuscancellation, nexuscontextpropagation, and nexusmultipleargs were
    referencing ./src/main/java/io/temporal/samples/nexus/service/description.md
    which only exists in the nexus sample directory.
    dandavison committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    e523c22 View commit details
    Browse the repository at this point in the history
  4. feat: add include for nexus base package in nexus variant samples

    nexuscancellation, nexuscontextpropagation, and nexusmultipleargs
    import classes from the base nexus package. The include field tells
    the CLI to extract the nexus package alongside the variant.
    dandavison committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    3aa4ab7 View commit details
    Browse the repository at this point in the history
  5. fix: add commons-cli to scaffold build.gradle

    Required by the nexus ClientOptions class which is included as a
    dependency of the nexus variant samples.
    dandavison committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    022bcec View commit details
    Browse the repository at this point in the history
Loading