Wander Costa
Wander Costa
This is necessary for faster feedback to contributors on the styling of the project.
TBD: - double-check if SP works with the same beans
As per the implementation of `spring-amqp` in regards to the resolution of admin names, it's necessary to offer a way to inject optional aliases for shared RabbitAdmin to be resolved...
As per GH-18, the approach of injecting the `RabbitAdmin` into the `setAdminsThatShouldDeclare()` was changed to avoid premature initialization of the `RabbitAdmin` bean. The change was to inject the name of...
This issue comes from the changes in `spring-amqp` that enforces all child connection factories to follow the same configuration as the routing connection factory for `checkConfirmsAndReturns()` ([here](https://github.com/spring-projects/spring-amqp/blame/e382f67325ebf950212630ea45d1eaf4027b7ea8/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/AbstractRoutingConnectionFactory.java#L126), [issue](https://github.com/spring-projects/spring-amqp/issues/1289)). The result...
Some tests do not run in GH Actions for Java 8 but runs for the other Java versions or even run in forks. https://github.com/freenowtech/spring-multirabbit/runs/2049994398 failed in Java 8. https://github.com/freenowtech/spring-multirabbit/runs/2050015938 ran...
This warning occurs when building the lib module (at least in java8; not sure if that happens in other versions). ``` Javadoc Warnings warning: unknown enum constant When.MAYBE reason: class...
The examples folders have different modules that share the same configuration. It would be better to provide a parent-example POM (at /examples) to concentrate the info and save changes in...