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: OpenFeign/feign
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 770fbbd
Choose a base ref
...
head repository: OpenFeign/feign
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e92594
Choose a head ref
  • 10 commits
  • 52 files changed
  • 4 contributors

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    86ac598 View commit details
    Browse the repository at this point in the history
  2. Add explicit feign-form-spring dependency for parallel build ordering

    Signed-off-by: Marvin Froeder <[email protected]>
    velo committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    85aef9f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. build(deps): Bump mockito.version from 5.21.0 to 5.22.0

    Bumps `mockito.version` from 5.21.0 to 5.22.0.
    
    Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.21.0...v5.22.0)
    
    Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.21.0...v5.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-version: 5.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    c7dbca6 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump org.apache.felix:maven-bundle-plugin

    Bumps org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:maven-bundle-plugin
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    2c3bd9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3248 from OpenFeign/dependabot/maven/mockito.vers…

    …ion-5.22.0
    
    build(deps): Bump mockito.version from 5.21.0 to 5.22.0
    github-actions[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    17c0b04 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3249 from OpenFeign/dependabot/maven/org.apache.f…

    …elix-maven-bundle-plugin-6.0.2
    
    build(deps): Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2
    github-actions[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    2b5d709 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. fix: ensure BOM publish runs even if deploy step fails

    Signed-off-by: Marvin Froeder <[email protected]>
    velo committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    8a7fc5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c136f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3251 from OpenFeign/fix/validate-bom-before-publish

    fix: validate BOM has dependencies before publishing
    velo authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    8f1fd07 View commit details
    Browse the repository at this point in the history
  4. prepare release 13.9.3

    velo committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    1e92594 View commit details
    Browse the repository at this point in the history
Loading