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: serverlessworkflow/sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.12.1.Final
Choose a base ref
...
head repository: serverlessworkflow/sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.13.0.Final
Choose a head ref
  • 5 commits
  • 82 files changed
  • 4 contributors

Commits on Feb 10, 2026

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

Commits on Feb 12, 2026

  1. Scheduling refactory (#1154)

    These changes will make easier for implementor to reuse the event
    scheduling code
    
    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    3aa1867 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Add support to gRPC (#1088)

    * Add support to gRPC
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Apply pull request suggestions
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Point to proto in resources dir
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Apply @fjtirado suggestions
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Refactor asyncStreamingCall method
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Apply spotless
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Remove jackson
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Add support to gRPC
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Remove local var
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Review suggestions
    
    Signed-off-by: fjtirado <[email protected]>
    
    * Change FileDescriptorReader to be a interface
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Add support to local system protoc binary
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Undo changes on HttpExecutor
    
    Signed-off-by: fjtirado <[email protected]>
    
    * FileDescriptorReader is a static classs, not an interface.
    
    Also reducing the number of public classes
    
    Signed-off-by: fjtirado <[email protected]>
    
    ---------
    
    Signed-off-by: Matheus Cruz <[email protected]>
    Signed-off-by: fjtirado <[email protected]>
    Co-authored-by: fjtirado <[email protected]>
    Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
    3 people authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    ada17bf View commit details
    Browse the repository at this point in the history
  2. Update current version to 7.13.0.Final (#1156)

    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    dd14fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc4caef View commit details
    Browse the repository at this point in the history
Loading