-
Notifications
You must be signed in to change notification settings - Fork 636
Comparing changes
Open a pull request
base repository: spring-projects/spring-amqp
base: v3.1.9
head repository: spring-projects/spring-amqp
compare: v3.1.10
- 8 commits
- 4 files changed
- 3 contributors
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4434528 - Browse repository at this point
Copy the full SHA 4434528View commit details
Commits on Mar 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 021227e - Browse repository at this point
Copy the full SHA 021227eView commit details
Commits on Mar 10, 2025
-
GH-3008: Fix
SimpleMLC.logConsumerException
forwarn
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)
Configuration menu - View commit details
-
Copy full SHA for bba3d41 - Browse repository at this point
Copy the full SHA bba3d41View commit details -
GH-3005: Fix
SimpleMLC.killOrRestart
for closed ACFixes: #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
Configuration menu - View commit details
-
Copy full SHA for 203827a - Browse repository at this point
Copy the full SHA 203827aView commit details
Commits on Mar 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2c93638 - Browse repository at this point
Copy the full SHA 2c93638View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d28aeab - Browse repository at this point
Copy the full SHA d28aeabView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1961de7 - Browse repository at this point
Copy the full SHA 1961de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef65fb - Browse repository at this point
Copy the full SHA 1ef65fbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.9...v3.1.10