Releases: smallrye/smallrye-reactive-messaging
Releases · smallrye/smallrye-reactive-messaging
2.0.0
Major changes
- Switch to Mutiny as main reactive programming library
- Add support for Mutiny types (
Uni
andMulti
) - New documentation using Antora
- The provider now depends on Vert.x and provide this Vert.x instance to the connectors.
- Add support for the
@Blocking
annotation - New
@ConnectorAttribute
annotation to simplify the development of connector and their documentation
Complete changelog
- #484 - update acknowledgement documentation to be in sync with the spec
- #482 - Bump mutiny.version from 0.4.3 to 0.4.4
- #481 - Bump camel.version from 3.1.0 to 3.2.0
- #467 - Fixes #79 - Add support for @Blocking
- #462 - Use JSON to serialize the body of outgoing AMQP messages
- #439 - Switch to Mutiny
- #433 - Bump wiremock from 2.26.1 to 2.26.2
- #432 - Bump libraries-bom from 4.1.1 to 4.2.0
- #423 - Utilize Vert.x in core
- #422 - Use the config passed as argument in ConfiguredChannelFactory
- #419 - Support for env variables in application.properties
- #415 - Change default for retry-attempts to infinite retries
- #79 - Add support for @Blocking