spring-boot/core
Stéphane Nicoll 7a73925c90 Adapt AMQP auto-configuration to core retry semantics
This commit adapts the auto-configuration of AMQP message listeners
and RabbitTemplate moving away from Spring Retry.

One important change is that message listeners now only require a
RetryPolicy. To make the callback explicit, two customizers have been
introduced to clearly separate the scope of the customization:

* RabbitTemplateRetrySettingsCustomizer for the client-side and usage
of RabbitTemplate.
* RabbitListenerRetrySettingsCustomizer for message listeners.

Closes gh-47122
2025-09-09 16:55:34 +02:00
..
spring-boot Adapt AMQP auto-configuration to core retry semantics 2025-09-09 16:55:34 +02:00
spring-boot-autoconfigure Update PropertyMapper to better support nullability 2025-09-05 14:43:33 -07:00
spring-boot-autoconfigure-processor
spring-boot-docker-compose Merge branch '3.5.x' 2025-09-02 15:12:58 +02:00
spring-boot-properties-migrator
spring-boot-test Polish nullability annotations 2025-09-09 15:08:44 +02:00
spring-boot-testcontainers