Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDU-8: Update source code for "Run your first app in Java" and port to Maven #29

Merged
merged 4 commits into from
May 3, 2024

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    94fedd6 View commit details
    Browse the repository at this point in the history
  2. EDU-2293: Update source code for "Run your first app in Java"

    * Source code updated
    * Ported to Maven
    * Transaction details are now a single type
    * Jackson Deserialization is now supported for the custom type
    * Test run and pass
    * Worker runs correctly
    * Caller app runs correctly
    
    JIRA: https://temporalio.atlassian.net/browse/EDU-2293
    fairlydurable committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e276c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. EDU-2293: Update source code for "Run your first app in Java"

        * Change amount from double to int
        * Added toggles to control the success of the deposit and refund
        * Add compensation mechanism to refund failed deposit
    
    JIRA: https://temporalio.atlassian.net/browse/EDU-2293
    fairlydurable committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    80c4add View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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