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

Commits on Feb 18, 2025

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

Commits on Mar 1, 2025

  1. Bump com.github.luben:zstd-jni in the development-dependencies group

    Bumps the development-dependencies group with 1 update: [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni).
    
    
    Updates `com.github.luben:zstd-jni` from 1.5.6-10 to 1.5.7-1
    - [Commits](luben/zstd-jni@v1.5.6-10...v1.5.7-1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      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 Mar 1, 2025
    Configuration menu
    Copy the full SHA
    021227e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. GH-3008: Fix SimpleMLC.logConsumerException for warn

    Fixes: #3008
    Issue link: #3008
    
    The real problem  in consumer (e.g. `ClassCastException` mentioned in the issue)
    might be lost if DEBUG logging level is not enabled
    
    * Fix the first condition in the `SimpleMessageListenerContainer.logConsumerException()`
    to use  `logger.warn()` as it was before #2278 fix
    
    (cherry picked from commit b55010f)
    artembilan authored and spring-builds committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    bba3d41 View commit details
    Browse the repository at this point in the history
  2. GH-3005: Fix SimpleMLC.killOrRestart for closed AC

    Fixes: #3005
    Issue link: #3005
    
    The `SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.killOrRestart()`
    is also called during application context shutdown.
    At this moment we cannot emit events into an application context.
    Otherwise, it fails with:
    ```
    Exception in thread "rabbitListenerExecutor1" org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'refreshEventListener': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
    ```
    * Introduce `ObservableListenerContainer.isApplicationContextClosed()`
    and call it as additional condition in the `SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.killOrRestart()`
    before trying to emit `AsyncConsumerStoppedEvent`
    
    # Conflicts:
    #	spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/ObservableListenerContainer.java
    artembilan committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    203827a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Bump com.github.luben:zstd-jni from 1.5.7-1 to 1.5.7-2 (#3026)

    Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-1 to 1.5.7-2.
    - [Commits](luben/zstd-jni@v1.5.7-1...v1.5.7-2)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      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 Mar 17, 2025
    Configuration menu
    Copy the full SHA
    2c93638 View commit details
    Browse the repository at this point in the history
  2. Bump io.projectreactor:reactor-bom from 2023.0.15 to 2023.0.16 (#3024)

    Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.15 to 2023.0.16.
    - [Release notes](https://github.com/reactor/reactor/releases)
    - [Commits](reactor/reactor@2023.0.15...2023.0.16)
    
    ---
    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 Mar 17, 2025
    Configuration menu
    Copy the full SHA
    d28aeab View commit details
    Browse the repository at this point in the history
  3. Bump org.springframework:spring-framework-bom from 6.1.17 to 6.1.18 (#…

    …3025)
    
    Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.17 to 6.1.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.1.17...v6.1.18)
    
    ---
    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 Mar 17, 2025
    Configuration menu
    Copy the full SHA
    1961de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef65fb View commit details
    Browse the repository at this point in the history
Loading