Skip to content

Tags: reactive-commons/reactive-commons-java

Tags

v4.1.7

Toggle v4.1.7's commit message
fix: update reconnection strategy of listeners channel

v4.1.6

Toggle v4.1.6's commit message
fix: specify required versions

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Remove reactor-rabbitmq dependencie (#167)

* refactor: update RabbitMQ integration

* feat: add Reactor RabbitMQ integration and related tests

* refactor: replace volatile FluxSink with AtomicReference in ReactiveMessageSender

* refactor: replace volatile fields with AtomicReference in message listeners

* refactor: replace MyOutboundMessage with OutboundMessage in message handling

* refactor: update CloudEventContextWriter to handle numeric values according to spec

* refactor: simplify CloudEventDeserializer by consolidating data reading and extension handling

* docs: update README to include Reactor RabbitMQ module and original library details

* chore: delete starter async-rabbit-standalone

* refactor: update resource specifications to use reactor.rabbitmq package

* Revert "refactor: replace volatile FluxSink with AtomicReference in ReactiveMessageSender"

This reverts commit e69f58c.

* Revert "refactor: replace volatile fields with AtomicReference in message listeners"

This reverts commit 2be7014

* refactor: replace AtomicBoolean with volatile boolean for published state

* docs: update README to reflect removal of volatile fields and other enhancements

* refactor: update imports to use reactor.rabbitmq specifications

v7.0.6

Toggle v7.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependencies (#166)

v7.0.5

Toggle v7.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update dependencies (#164)

* fix: Update dependencies

v7.0.4

Toggle v7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(rabbitmq): use shared Netty EventLoopGroup to prevent resource le…

…aks and shutdown issues (#163)

* build(deps): update dependencies

* feat(lifecycle): add EventLoopGroupLifecycleManager for managing Netty EventLoopGroup lifecycle

* test(lifecycle): improve readability of EventLoopGroupLifecycleManager tests

v7.0.3

Toggle v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(health): show health error details (#161)

* fix(deps): update dependencies

* fix(health): show health error details

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(health): fix null exception when DOWN (#160)

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(rabbitmq): use Netty SslContext for SSL setup (#158)

* build(deps): update jackson-databind dependency to latest version

* fix: simplify SSL setup in RabbitMQSetupUtils and utilize Netty's SslContext

---------

Co-authored-by: luisgomez29 <[email protected]>

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: Upgrade to Spring Boot 4 and Jackson 3 (#157)

* ci: update GitHub Actions to use latest versions

* build: Upgrade to Sping Boot 4

* feat(cloudevents): Add cloud events json jackson module

* build: Upgrade to Jackson 3

* docs: update for Spring Boot 4 and Jackson 3 migration

---------

Co-authored-by: luisgomez29 <[email protected]>