rh-messaging / cli-cpp

Apache License 2.0
1 stars 1 forks source link

Remove the qpid-cpp C++ client from the repo, and simplify (remove boost) #72

Closed jiridanek closed 1 year ago

jiridanek commented 1 year ago

We can remove qpid-cpp because upstream is not releasing new versions and therefore Red Hat is unlikely to ship it. If this changes, use a branch of this repo that will still have the client.

Removing the code here will allow to delete some duplication, simplify the cmake build.

  1. create branch containing old code
  2. remove -DENABLE_MODERN, that is, reapply what had to be removed in https://github.com/rh-messaging/cli-cpp/pull/69
  3. remove remaining boost dependency, that is probably the significant part done in work by intern, https://github.com/rh-messaging/cli-cpp/issues/17
jiridanek commented 1 year ago
  1. qpid-cpp branch is https://github.com/rh-messaging/cli-cpp/tree/qpid-cpp