Skip to content

Tags: thrinathadevops/nats.java

Tags

2.20.2

Toggle 2.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `cleanResponses` must handle cleaning up cancelled future (nats-i…

…o#1218)

* Fix `cleanResponses` must handle cleaning up cancelled future

If a future would be cancelled outside of `cleanResponses`, calling `future.get()` would throw a `CancellationException`.

This exception was not caught, breaking future cleanup.

Signed-off-by: Maurice van Veen <[email protected]>

* Catch Throwable

Signed-off-by: Maurice van Veen <[email protected]>

---------

Signed-off-by: Maurice van Veen <[email protected]>

2.20.1

Toggle 2.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove redundant `writer.flushBuffer()` call (nats-io#1207)

When doing a request through `requestFutureInternal` we'd publish the message into the outgoing write queue, and immediately after call `writer.flushBuffer()`.

Due to the message needing to go through the outgoing message queue, which takes a small amount of time, the `flushBuffer` would be done first and before our message got written to the `dataPort`.

Removing the call to `writer.flushBuffer()` since it doesn't actually flush our message/request.

Signed-off-by: Maurice van Veen <[email protected]>

2.20.0

Toggle 2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Flapper] Reconnect test fix (nats-io#1189)

2.19.1

Toggle 2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Augmented force reconnect (nats-io#1165)

2.19.0

Toggle 2.19.0's commit message

Verified

This commit was signed with the committer’s verified signature.
scottf Scott Fauerbach
Improve socket close behavior

2.18.1

Toggle 2.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove duplicate reconnect event (nats-io#1151)

2.18.0

Toggle 2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Start 2.18.0 (nats-io#1139)

2.17.7

Toggle 2.17.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove rethrowable runtime exception during connection (nats-io#1137)

2.17.6

Toggle 2.17.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Watch test 284 (nats-io#1117)

2.17.5

Toggle 2.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Graalvm readme touch-up (nats-io#1115)