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: DaveyBoy57/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.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 13, 2023

  1. Updated README.md to correct default port for Temporal Server from 80…

    …88 (old) to 8080 (new)
    Dave Eason Dave Eason
    Dave Eason authored and Dave Eason committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f342121 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Gradle 8 no longer supporting deprecated features, use of 'main' has …

    …been deprecated and replaced by mainClass. See https://docs.gradle.org/7.4.2/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main for details.
    
    Updated build.gradle to use mainClass instead.
    DaveyBoy57 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bb735f7 View commit details
    Browse the repository at this point in the history
Loading