-
Notifications
You must be signed in to change notification settings - Fork 52
Comparing changes
Open a pull request
base repository: serverlessworkflow/sdk-java
base: 7.13.4.Final
head repository: serverlessworkflow/sdk-java
compare: 7.13.5.Final
- 8 commits
- 55 files changed
- 3 contributors
Commits on Feb 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1e919c7 - Browse repository at this point
Copy the full SHA 1e919c7View commit details
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8c10f81 - Browse repository at this point
Copy the full SHA 8c10f81View commit details
Commits on Feb 23, 2026
-
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5…
….5 (#1185) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 5d82335 - Browse repository at this point
Copy the full SHA 5d82335View commit details -
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.4 to 3.5…
….5 (#1182) Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ad974e2 - Browse repository at this point
Copy the full SHA ad974e2View commit details -
Bump version.com.fasterxml.jackson from 2.21.0 to 2.21.1 (#1180)
Bumps `version.com.fasterxml.jackson` from 2.21.0 to 2.21.1. Updates `com.fasterxml.jackson:jackson-bom` from 2.21.0 to 2.21.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.0...jackson-bom-2.21.1) Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.0 to 2.21.1 - [Commits](FasterXML/jackson-core@jackson-core-2.21.0...jackson-core-2.21.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.0 to 2.21.1 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.21.0...jackson-dataformats-text-2.21.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 055c2be - Browse repository at this point
Copy the full SHA 055c2beView commit details
Commits on Feb 26, 2026
-
More flexibility for implementors of persistence plugin (#1186)
Operations is now a parent interface of transactions. This allow more flexibility in commit strategies without having to duplicate default writer logic. Test now expect a PersistenceHandlers class rather than a store. Signed-off-by: fjtirado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bef2f0 - Browse repository at this point
Copy the full SHA 9bef2f0View commit details -
Update current version to 7.13.5.Final (#1187)
* Update current version to 7.13.5.Final Refactor of persistence layer that give more flexibility for implementors to implement a different transactional policy without duplicating already existing code. Signed-off-by: fjtirado <[email protected]> * Increase awaitTermination timeout in MvStorePersistenceTest Signed-off-by: fjtirado <[email protected]> --------- Signed-off-by: fjtirado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91eea24 - Browse repository at this point
Copy the full SHA 91eea24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb47b1 - Browse repository at this point
Copy the full SHA 5eb47b1View 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.13.4.Final...7.13.5.Final