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

feat: typed component client #1685

Merged
merged 28 commits into from
Jun 27, 2023
Merged

feat: typed component client #1685

merged 28 commits into from
Jun 27, 2023

Commits on Jun 16, 2023

  1. feat: typed component client

    aludwiko committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0341a0e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

    aludwiko committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    38a9779 View commit details
    Browse the repository at this point in the history
  3. fixing encoding

    aludwiko committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b40ca7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c63697 View commit details
    Browse the repository at this point in the history
  5. more methods with arguments

    aludwiko committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    775e36c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. invoke -> params rename

    aludwiko committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b2cd719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db78aa View commit details
    Browse the repository at this point in the history
  3. missing deps

    aludwiko committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1c93859 View commit details
    Browse the repository at this point in the history
  4. jupiter dep

    aludwiko committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    43cdcaf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

    aludwiko committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9a3c284 View commit details
    Browse the repository at this point in the history
  3. removing duplicated encoding

    aludwiko committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4618fce View commit details
    Browse the repository at this point in the history
  4. basic null checks

    aludwiko committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bb3aee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge remote-tracking branch 'origin/main' into 1335-spring-sdk-typed…

    …-kalixclient
    
    # Conflicts:
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/TransferWorkflow.java
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/TransferWorkflowWithFraudDetection.java
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/TransferWorkflowWithoutInputs.java
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/WorkflowWithDefaultRecoverStrategy.java
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/WorkflowWithRecoverStrategy.java
    #	sdk/java-sdk-spring/src/it/java/com/example/wiring/workflowentities/WorkflowWithTimeout.java
    #	sdk/java-sdk-spring/src/main/scala/kalix/javasdk/impl/EntityDescriptorFactory.scala
    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0212e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b93927 View commit details
    Browse the repository at this point in the history
  3. workflow support

    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bda88ad View commit details
    Browse the repository at this point in the history
  4. PR comments

    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e1e85fa View commit details
    Browse the repository at this point in the history
  5. docs

    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    46486f9 View commit details
    Browse the repository at this point in the history
  6. PR comments

    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d3ea433 View commit details
    Browse the repository at this point in the history
  7. comment removed

    aludwiko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9d15aa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21f6fee View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

  1. Update sdk/java-sdk-spring/src/main/java/kalix/javasdk/client/Compone…

    …ntClient.java
    
    Co-authored-by: Renato Cavalcanti <[email protected]>
    aludwiko and octonato authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    aba7742 View commit details
    Browse the repository at this point in the history
  2. Update sdk/java-sdk-spring/src/main/java/kalix/javasdk/client/Compone…

    …ntClient.java
    
    Co-authored-by: Renato Cavalcanti <[email protected]>
    aludwiko and octonato authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    52e6865 View commit details
    Browse the repository at this point in the history
  3. Update sdk/java-sdk-spring/src/main/java/kalix/javasdk/client/Compone…

    …ntClient.java
    
    Co-authored-by: Renato Cavalcanti <[email protected]>
    aludwiko and octonato authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fd4b709 View commit details
    Browse the repository at this point in the history
  4. Update sdk/java-sdk-spring/src/main/java/kalix/javasdk/client/Compone…

    …ntClient.java
    
    Co-authored-by: Renato Cavalcanti <[email protected]>
    aludwiko and octonato authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c5943ba View commit details
    Browse the repository at this point in the history
  5. additional documentation

    aludwiko committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8a201cf View commit details
    Browse the repository at this point in the history