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.2.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.2.8
Choose a head ref
  • 15 commits
  • 20 files changed
  • 3 contributors

Commits on Jun 16, 2025

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

Commits on Jul 1, 2025

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

Commits on Jul 2, 2025

  1. Update workflows in 1.2.x to point to 1.2.x

    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    7c71052 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Bump io.micrometer:micrometer-bom from 1.14.8 to 1.14.9

    Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.14.8 to 1.14.9.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.14.8...v1.14.9)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-bom
      dependency-version: 1.14.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    3087e5f View commit details
    Browse the repository at this point in the history
  2. Bump io.micrometer:micrometer-tracing-bom from 1.4.7 to 1.4.8

    Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.4.7 to 1.4.8.
    - [Release notes](https://github.com/micrometer-metrics/tracing/releases)
    - [Commits](micrometer-metrics/tracing@v1.4.7...v1.4.8)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-tracing-bom
      dependency-version: 1.4.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    4a3355b View commit details
    Browse the repository at this point in the history
  3. Bump org.springframework:spring-framework-bom from 6.2.8 to 6.2.9

    Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.8 to 6.2.9.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.2.8...v6.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-version: 6.2.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f8b559d View commit details
    Browse the repository at this point in the history
  4. Bump io.projectreactor:reactor-bom from 2024.0.7 to 2024.0.8

    Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.7 to 2024.0.8.
    - [Release notes](https://github.com/reactor/reactor/releases)
    - [Commits](reactor/reactor@2024.0.7...2024.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: io.projectreactor:reactor-bom
      dependency-version: 2024.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and onobc committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e87cea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Stop shading checker-qual in caffeine cache provider

    This commit adjusts the shading in the spring-pulsar-cache-provider-caffeine
    module to not include the `org.checkerframework:checker-qual` in the shaded
    jar.
    
    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    b45b9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Remove listenerScope field override in annotation processors

    This commit fixes the case where SpEL expressions using the `__listener.`
    bean ref were failing due to the concrete impls of the
    `AbstractPulsarAnnotationsBeanPostProcessor` hiding/overriding their
    parent's `listenerScope` field by removing the `listenerScope` field from
    the following concrete impls:
    - PulsarListenerAnnotationBeanPostProcessor
    - ReactivePulsarListenerAnnotationBeanPostProcessor
    
    Fixes #1169
    
    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1bcbeb3 View commit details
    Browse the repository at this point in the history
  2. Update Gradle to 8.14.3

    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    136fb12 View commit details
    Browse the repository at this point in the history
  3. Deploy with Maven Central Portal

    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    (cherry picked from commit 5f6cfd1)
    onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d346991 View commit details
    Browse the repository at this point in the history
  4. Bump io.spring.develocity.conventions

    Bumps the development-dependencies group with 1 update: [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions).
    
    
    Updates `io.spring.develocity.conventions` from 0.0.23 to 0.0.24
    - [Release notes](https://github.com/spring-io/develocity-conventions/releases)
    - [Commits](spring-io/develocity-conventions@v0.0.23...v0.0.24)
    
    ---
    updated-dependencies:
    - dependency-name: io.spring.develocity.conventions
      dependency-version: 0.0.24
      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 Jul 21, 2025
    Configuration menu
    Copy the full SHA
    cec2980 View commit details
    Browse the repository at this point in the history
  5. [Release 1.2.8] Update version

    github-actions[bot] authored and onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    baf5066 View commit details
    Browse the repository at this point in the history
  6. Add 'prerequisites' as needs for Deploy Artifacts workflow

    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    bd177cd View commit details
    Browse the repository at this point in the history
  7. Attempt to not publish docs to central

    Signed-off-by: Chris Bono <chris.bono@gmail.com>
    onobc committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    a306f84 View commit details
    Browse the repository at this point in the history
Loading