-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Make setters on RabbitTemplateConfigurer public #27376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...gure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
Show resolved
Hide resolved
...in/java/org/springframework/boot/autoconfigure/amqp/AbstractConnectionFactoryConfigurer.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @Bono007.
Could you please rebase this then I think we can make this an enhancements that just focuses on RabbitTemplateConfigurer
.
...in/java/org/springframework/boot/autoconfigure/amqp/AbstractConnectionFactoryConfigurer.java
Outdated
Show resolved
Hide resolved
...in/java/org/springframework/boot/autoconfigure/amqp/AbstractConnectionFactoryConfigurer.java
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateConfigurer.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, @Bono007.
@wilkinsona this is a follow on to #26982 and simply opens up the visibility on a few methods on the RabbitTemplateConfigurer and AbstractConnectionFactoryConfigurer.
This will allow the work in spring-attic/spring-cloud-stream-binder-rabbit#323 to proceed.