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.3.5
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.3.6
Choose a head ref
  • 16 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 22, 2025

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

Commits on Apr 29, 2025

  1. Bump org.springframework.boot:spring-boot-starter (#3868)

    Bumps the development-dependencies group with 1 update: [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot).
    
    
    Updates `org.springframework.boot:spring-boot-starter` from 3.3.10 to 3.3.11
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.3.10...v3.3.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter
      dependency-version: 3.3.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    8495b87 View commit details
    Browse the repository at this point in the history
  2. GH-3869: Fail if no @KafkaHandler on class-level @KafkaListener

    Fixes: #3869
    Issue link: #3869
    
    * Update spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListenerAnnotationBeanPostProcessor.java
    
    Signed-off-by: ChickenchickenLove <[email protected]>
    Co-authored-by: Artem Bilan <[email protected]>
    (cherry picked from commit 6682837)
    2 people authored and spring-builds committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    36e16a4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. GH-3885: Fix sleep loop for retry batch

    Fixes: #3885
    PR link: #3885
    
    The `ListenerUtils.conditionalSleep()` has a loop.
    And if the whole interval is longer than consumer poll interval, the consumer is going to be dropped from the group.
    
    * Add a new `ListenerUtils.conditionalSleepWithPoll()` with a `consumer.poll(Duration.ZERO)` in between sleep loop iterations.
    
    Signed-off-by: Sanghyeok An <[email protected]>
    
    Signed-off-by: Artem Bilan <[email protected]>
    (cherry picked from commit dd30085)
    chickenchickenlove authored and spring-builds committed May 7, 2025
    Configuration menu
    Copy the full SHA
    291b4f0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4 (#3890)

    Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.18.4.
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.3...jackson-bom-2.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.18.4
      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 May 10, 2025
    Configuration menu
    Copy the full SHA
    d34c966 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Bump org.springframework.data:spring-data-bom from 2024.1.5 to 2024.1…

    ….6 (#3897)
    
    Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2024.1.5 to 2024.1.6.
    - [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
    - [Commits](spring-projects/spring-data-bom@2024.1.5...2024.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.data:spring-data-bom
      dependency-version: 2024.1.6
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    b137577 View commit details
    Browse the repository at this point in the history
  2. Bump org.springframework:spring-framework-bom from 6.2.6 to 6.2.7 (#3900

    )
    
    Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.6 to 6.2.7.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.2.6...v6.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-version: 6.2.7
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    c8a1773 View commit details
    Browse the repository at this point in the history
  3. Bump io.micrometer:micrometer-bom from 1.14.6 to 1.14.7 (#3899)

    Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.14.6 to 1.14.7.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.14.6...v1.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-bom
      dependency-version: 1.14.7
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    aa20a9e View commit details
    Browse the repository at this point in the history
  4. Bump io.projectreactor:reactor-bom from 2024.0.5 to 2024.0.6 (#3901)

    Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.5 to 2024.0.6.
    - [Release notes](https://github.com/reactor/reactor/releases)
    - [Commits](reactor/reactor@2024.0.5...2024.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-bom
      dependency-version: 2024.0.6
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    738caab View commit details
    Browse the repository at this point in the history
  5. Bump org.springframework.retry:spring-retry from 2.0.11 to 2.0.12 (#3898

    )
    
    Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.11 to 2.0.12.
    - [Release notes](https://github.com/spring-projects/spring-retry/releases)
    - [Commits](spring-projects/spring-retry@v2.0.11...v2.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.retry:spring-retry
      dependency-version: 2.0.12
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    d98d982 View commit details
    Browse the repository at this point in the history
  6. Bump io.micrometer:micrometer-tracing-bom from 1.4.5 to 1.4.6 (#3902)

    Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.4.5 to 1.4.6.
    - [Release notes](https://github.com/micrometer-metrics/tracing/releases)
    - [Commits](micrometer-metrics/tracing@v1.4.5...v1.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-tracing-bom
      dependency-version: 1.4.6
      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 May 17, 2025
    Configuration menu
    Copy the full SHA
    85912bc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Replace deprecated FixedDelay in docs (#3912)

    * Replace `FixedDelayStrategy` to `SameIntervalTopicReuseStrategy` in docs
    
    * `useSingleTopicForFixedDelays` -> `useSingleTopicForSameIntervals`
    
    Signed-off-by: Seonghyeon Cho <[email protected]>
    
    (cherry picked from commit f83cb26)
    sh-cho authored and spring-builds committed May 19, 2025
    Configuration menu
    Copy the full SHA
    60ab91f View commit details
    Browse the repository at this point in the history
  2. Correct DeadLetterPublishingRecoverer example to use `KafkaOperatio…

    …ns` (#3911)
    
    Signed-off-by: Seonghyeon Cho <[email protected]>
    (cherry picked from commit 56fa428)
    sh-cho authored and spring-builds committed May 19, 2025
    Configuration menu
    Copy the full SHA
    392ee4b View commit details
    Browse the repository at this point in the history
  3. Fix docs @EnableRetryTopic to @EnableKafkaRetryTopic (#3910)

    Signed-off-by: Seonghyeon Cho <[email protected]>
    (cherry picked from commit 1c83c44)
    sh-cho authored and spring-builds committed May 19, 2025
    Configuration menu
    Copy the full SHA
    cb7b184 View commit details
    Browse the repository at this point in the history
  4. Rephrase replication factor documentation (#3909)

    * Fix docs on `RetryableTopic.replicationFactor()`
    
    * Rephrase replicationFactor description about broker version
    
    Signed-off-by: Seonghyeon Cho <[email protected]>
    
    (cherry picked from commit ec154a3)
    sh-cho authored and spring-builds committed May 19, 2025
    Configuration menu
    Copy the full SHA
    36c1d5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53f09ca View commit details
    Browse the repository at this point in the history
Loading