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.13.4.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.5.Final
Choose a head ref
  • 8 commits
  • 55 files changed
  • 3 contributors

Commits on Feb 18, 2026

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

Commits on Feb 19, 2026

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

Commits on Feb 23, 2026

  1. 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>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    5d82335 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    ad974e2 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    055c2be View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. 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]>
    fjtirado authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    9bef2f0 View commit details
    Browse the repository at this point in the history
  2. 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]>
    fjtirado authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    91eea24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb47b1 View commit details
    Browse the repository at this point in the history
Loading