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-pulsar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.7
Choose a base ref
...
head repository: spring-projects/spring-pulsar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.8
Choose a head ref
  • 12 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 17, 2024

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

Commits on Dec 22, 2024

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

Commits on Dec 31, 2024

  1. Bump io.spring.dependency-management

    Bumps the development-dependencies group with 1 update: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).
    
    
    Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
    - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
    - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.spring.dependency-management
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    dfb7c1d View commit details
    Browse the repository at this point in the history
  2. Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.12 to 1.5.15.
    - [Commits](qos-ch/logback@v_1.5.12...v_1.5.15)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    cb594e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Update from CLA to DCO

    onobc committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    a326ebd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14

    Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.13 to 2023.0.14.
    - [Release notes](https://github.com/reactor/reactor/releases)
    - [Commits](reactor/reactor@2023.0.13...2023.0.14)
    
    ---
    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>
    dependabot[bot] authored and onobc committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    d211c8f View commit details
    Browse the repository at this point in the history
  2. Bump io.micrometer:micrometer-bom from 1.13.9 to 1.13.10

    Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.13.9 to 1.13.10.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.13.9...v1.13.10)
    
    ---
    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>
    dependabot[bot] authored and onobc committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    7129836 View commit details
    Browse the repository at this point in the history
  3. Bump io.micrometer:micrometer-tracing-bom from 1.3.7 to 1.3.8

    Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.3.7 to 1.3.8.
    - [Release notes](https://github.com/micrometer-metrics/tracing/releases)
    - [Commits](micrometer-metrics/tracing@v1.3.7...v1.3.8)
    
    ---
    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>
    dependabot[bot] authored and onobc committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    9bea7ab View commit details
    Browse the repository at this point in the history
  4. Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.16.
    - [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    a72562c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Backport "Fix batch listener error handling" (1.1.x) (#1006)

    * Fix batch listener error handling
    
    Updates the batch listener error handler code to handle
    the case where there is only a single outstanding
    message in the batch list when retries are expired.
    
    Fixes #998
    
    Signed-off-by: darshimo <takumishimoda7623@gmail.com>
    (cherry picked from commit fddc711)
    
    * Polish "Fix batch listener error handling"
    
    Updates the error handler logic to only use `List.remove`
    in the special case when 1 item in batch.
    
    Also adds a test for the special case when 1 item in
    batch.
    
    See #998
    
    (cherry picked from commit 16e0c9e)
    
    ---------
    
    Co-authored-by: darshimo <takumishimoda7623@gmail.com>
    onobc and darshimo authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    8667995 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Fix references to invalid 'ackTimeout' property (#1015) (#1016)

    The docs has code examples using a consumer property named
    `ackTimeout`. However, the actual property name is
    `ackTimeoutMillis`. This updates those references.
    
    Resolves #1010
    
    (cherry picked from commit 03c0da3)
    onobc authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    20dfbeb View commit details
    Browse the repository at this point in the history
  2. [Release 1.1.8] Update version (#1018)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    onobc and github-actions[bot] authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    21098c8 View commit details
    Browse the repository at this point in the history
Loading