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: spring-projects/spring-kafka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: spring-projects/spring-kafka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 13 commits
  • 8 files changed
  • 4 contributors

Commits on May 20, 2024

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

Commits on May 28, 2024

  1. Bump the development-dependencies group with 2 updates (#3284)

    Bumps the development-dependencies group with 2 updates: com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).
    
    
    Updates `com.github.spotbugs` from 6.0.14 to 6.0.15
    
    Updates `org.springframework.boot:spring-boot-starter` from 3.2.5 to 3.2.6
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.2.5...v3.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    - dependency-name: org.springframework.boot:spring-boot-starter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c4541d7 View commit details
    Browse the repository at this point in the history
  2. Bump org.springframework:spring-framework-bom from 6.1.7 to 6.1.8 (#3285

    )
    
    Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.7 to 6.1.8.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    bb940f9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add tracing headers to be mapped to string (#3286)

    Fixed: #3286
    
    For more context, see this Spring Cloud Stream issue: spring-cloud/spring-cloud-stream#2905
    
    (cherry picked from commit 12ed737)
    artembilan authored and spring-builds committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7f14105 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. GH-3277 : Fix coroutine detection logic in MessagingMessageListenerAd…

    …apter
    
    Fixes: #3277
    
    * Fix coroutine detection logic in `MessagingMessageListenerAdapter` by continuation class type
    
    * Use proper `@since 3.2.1` for new API
    
    (cherry picked from commit abaa465)
    huisam authored and spring-builds committed May 30, 2024
    Configuration menu
    Copy the full SHA
    62ae458 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Bump io.micrometer:micrometer-bom from 1.13.0 to 1.13.1 (#3306)

    Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.13.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d190aee View commit details
    Browse the repository at this point in the history
  2. Bump com.github.spotbugs in the development-dependencies group (#3304)

    Bumps the development-dependencies group with 1 update: com.github.spotbugs.
    
    
    Updates `com.github.spotbugs` from 6.0.15 to 6.0.17
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b3332d4 View commit details
    Browse the repository at this point in the history
  3. Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 (#3309

    )
    
    Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.8 to 6.1.9.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.8...v6.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d24913d View commit details
    Browse the repository at this point in the history
  4. Bump org.springframework.data:spring-data-bom from 2024.0.0 to 2024.0…

    ….1 (#3305)
    
    Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2024.0.0 to 2024.0.1.
    - [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
    - [Commits](spring-projects/spring-data-bom@2024.0.0...2024.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.data:spring-data-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0c7eb25 View commit details
    Browse the repository at this point in the history
  5. Bump io.projectreactor:reactor-bom from 2023.0.6 to 2023.0.7 (#3308)

    Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.6 to 2023.0.7.
    - [Release notes](https://github.com/reactor/reactor/releases)
    - [Commits](reactor/reactor@2023.0.6...2023.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a8c7a2e View commit details
    Browse the repository at this point in the history
  6. Bump com.gradle.develocity from 3.17.4 to 3.17.5 (#3307)

    Bumps com.gradle.develocity from 3.17.4 to 3.17.5.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.develocity
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    970520a View commit details
    Browse the repository at this point in the history
  7. Bump io.micrometer:micrometer-tracing-bom from 1.3.0 to 1.3.1 (#3310)

    Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.3.0 to 1.3.1.
    - [Release notes](https://github.com/micrometer-metrics/tracing/releases)
    - [Commits](micrometer-metrics/tracing@v1.3.0...v1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-tracing-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5902612 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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