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.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: 7.12.1.Final
Choose a head ref
  • 8 commits
  • 68 files changed
  • 3 contributors

Commits on Feb 6, 2026

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

Commits on Feb 9, 2026

  1. Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 (#1147)

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.27 to 1.5.28.
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](qos-ch/logback@v_1.5.27...v_1.5.28)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-version: 1.5.28
      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 9, 2026
    Configuration menu
    Copy the full SHA
    0db30e1 View commit details
    Browse the repository at this point in the history
  2. Bump version.jsonschema2pojo-maven-plugin from 1.3.1 to 1.3.3 (#1145)

    Bumps `version.jsonschema2pojo-maven-plugin` from 1.3.1 to 1.3.3.
    
    Updates `org.jsonschema2pojo:jsonschema2pojo-core` from 1.3.1 to 1.3.3
    - [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
    - [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
    - [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.3.1...jsonschema2pojo-1.3.3)
    
    Updates `org.jsonschema2pojo:jsonschema2pojo-maven-plugin` from 1.3.1 to 1.3.3
    - [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
    - [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
    - [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.3.1...jsonschema2pojo-1.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.jsonschema2pojo:jsonschema2pojo-core
      dependency-version: 1.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jsonschema2pojo:jsonschema2pojo-maven-plugin
      dependency-version: 1.3.3
      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 9, 2026
    Configuration menu
    Copy the full SHA
    ceb75a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Configuration menu
    Copy the full SHA
    aabfa31 View commit details
    Browse the repository at this point in the history
  2. [Fix #1141] Perform conversion for completable future (#1150)

    Always perform conversion for the value returned. If the value returned
    after conversion is completable future, perform additional conversion
    once the value is returned.
    
    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    7b765bc View commit details
    Browse the repository at this point in the history
  3. Fix typo (#1152)

    Signed-off-by: fjtirado <[email protected]>
    fjtirado authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    7abb2a9 View commit details
    Browse the repository at this point in the history
  4. Update current version to 7.12.1.Final (#1153)

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