-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: serverlessworkflow/sdk-java
base: 7.4.0.Final
head repository: serverlessworkflow/sdk-java
compare: main
- 13 commits
- 149 files changed
- 6 contributors
Commits on Nov 4, 2025
-
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e36fa6 - Browse repository at this point
Copy the full SHA 3e36fa6View commit details -
chore: do not wait for artifacts to be published (#960)
Signed-off-by: Ricardo Zanini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 239d4ba - Browse repository at this point
Copy the full SHA 239d4baView commit details
Commits on Nov 5, 2025
-
[Fix #933] Adding timeout support (#963)
Signed-off-by: fjtirado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9338a05 - Browse repository at this point
Copy the full SHA 9338a05View commit details
Commits on Nov 7, 2025
-
[Fix #932] Workflow scheduler (#966)
Signed-off-by: fjtirado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b0b0a2 - Browse repository at this point
Copy the full SHA 9b0b0a2View commit details
Commits on Nov 10, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6838a60 - Browse repository at this point
Copy the full SHA 6838a60View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a718873 - Browse repository at this point
Copy the full SHA a718873View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 002b274 - Browse repository at this point
Copy the full SHA 002b274View commit details
Commits on Nov 11, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c33f8ef - Browse repository at this point
Copy the full SHA c33f8efView commit details
Commits on Nov 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 66a9ab2 - Browse repository at this point
Copy the full SHA 66a9ab2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7d192fa - Browse repository at this point
Copy the full SHA 7d192faView commit details
Commits on Nov 14, 2025
-
[Fix #976] Setting value in withXXX methods (#977)
Signed-off-by: fjtirado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5d748d - Browse repository at this point
Copy the full SHA b5d748dView commit details
Commits on Nov 17, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c8f4ff - Browse repository at this point
Copy the full SHA 3c8f4ffView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 9a16384 - Browse repository at this point
Copy the full SHA 9a16384View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.4.0.Final...main