Thanks to visit codestin.com
Credit goes to github.com

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.4.0.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: main
Choose a head ref
  • 13 commits
  • 149 files changed
  • 6 contributors

Commits on Nov 4, 2025

  1. a fix for PR #953 (#961)

    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    treblereel authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    3e36fa6 View commit details
    Browse the repository at this point in the history
  2. chore: do not wait for artifacts to be published (#960)

    Signed-off-by: Ricardo Zanini <[email protected]>
    ricardozanini authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    239d4ba View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. [Fix #933] Adding timeout support (#963)

    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    9338a05 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. [Fix #932] Workflow scheduler (#966)

    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9b0b0a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Add initial RunContainer Task support (#942)

    * [Fix #933] Adding timeout support (#963)
    
    Signed-off-by: fjtirado <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * [Fix #932] Workflow scheduler (#966)
    
    Signed-off-by: fjtirado <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * Add initial RunContainer Task support
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * image pull before run
    
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * refactoring + tests
    
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * Review comments
    
    Signed-off-by: fjtirado <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * Disable test if docker is not
    
    Signed-off-by: fjtirado <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * Update impl/container/pom.xml
    
    Co-authored-by: Ricardo Zanini <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * post review
    
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    * name docker check method
    
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    
    ---------
    
    Signed-off-by: fjtirado <[email protected]>
    Signed-off-by: Dmitrii Tikhomirov <[email protected]>
    Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
    Co-authored-by: fjtirado <[email protected]>
    Co-authored-by: Ricardo Zanini <[email protected]>
    4 people authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    6838a60 View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (

    #972)
    
    Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-release/releases)
    - [Commits](apache/maven-release@maven-release-3.1.1...maven-release-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-release-plugin
      dependency-version: 3.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    a718873 View commit details
    Browse the repository at this point in the history
  3. Bump org.hibernate.validator:hibernate-validator (#971)

    Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.0.1.Final to 9.1.0.Final.
    - [Release notes](https://github.com/hibernate/hibernate-validator/releases)
    - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
    - [Commits](hibernate/hibernate-validator@9.0.1.Final...9.1.0.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.validator:hibernate-validator
      dependency-version: 9.1.0.Final
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    002b274 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Add support for Run.script (Javascript) (#962)

    * Introduce Run.script task with JavaScript
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Introduce Run.script task with JavaScript
    
    Signed-off-by: Matheus Cruz <[email protected]>
    
    * Structure changes
    
    Signed-off-by: fjtirado <[email protected]>
    
    * Adjusting poms
    Signed-off-by: fjtirado <[email protected]>
    
    * Adjusting poms #2
    
    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 Nov 11, 2025
    Configuration menu
    Copy the full SHA
    c33f8ef View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Bump version.org.glassfish.jersey from 3.1.11 to 4.0.0 (#970)

    Bumps `version.org.glassfish.jersey` from 3.1.11 to 4.0.0.
    
    Updates `org.glassfish.jersey.core:jersey-client` from 3.1.11 to 4.0.0
    
    Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 3.1.11 to 4.0.0
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.jersey.core:jersey-client
      dependency-version: 4.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
      dependency-version: 4.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    66a9ab2 View commit details
    Browse the repository at this point in the history
  2. feat: Replace the agent DSL with a composite of instanceId and task n…

    …ame (#967)
    
    * feat: Replace the agent DSL with a composite of instanceId and task name
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Change uniqueId to jsonPointer; replace tests with mock
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Extends BiFunction
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    ricardozanini authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    7d192fa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. [Fix #976] Setting value in withXXX methods (#977)

    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    b5d748d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Fix #973 - Refine support for http calls on func (#974)

    * Fix #973 - Refine support for http calls on func
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Added openapi support
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Add use, secrets, auth
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    ricardozanini authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    3c8f4ff View commit details
    Browse the repository at this point in the history
  2. [Fix #952] Refactoring auth code (#975)

    * [Fix #952] Refactoring auth code
    
    Signed-off-by: fjtirado <[email protected]>
    
    * [Fix #952] More refactor
    
    Signed-off-by: fjtirado <[email protected]>
    
    ---------
    
    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    9a16384 View commit details
    Browse the repository at this point in the history
Loading