Rupert-RR
Rupert-RR
Fix for issue #419.
When making a `PATCH` request any attached params should be included in the request body. However the current code will only attach the body for `POST` and `PUT` requests.
I apologise in advance for any inaccuracies since I am not an expert either in Smallrye Reactive Messaging nor in AMQP. For context, I am trying to add AMQP messaging...
I made an issue previously regarding claims-based security #882. As indicated in that issue, the underlying connection issue does not seem to be due to the authentication mechanism, since I...
* Correction of two issues in Xcode project (Swift Package Manager is not supported yet in Xcode project files, and an incorrect file reference to tests); * Updated project to...