Skip to content

Add support for omniORB 4.3.0

Thomas Braun requested to merge feature/get-omniorb-4.3-working into main

Interestingly enough, all the tests passed with the new omniORB 4.3.0 locally. So there seems to be something has changed since I tried the beta1 version of that.

If you want to use omniORB 4.3.0 locally you can either use the 4_3 or the 4.3.0 package from https://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.3.0/. Both work here locally (aka the cppTango tests pass).

Todos:

  • Wait for !1118 (merged)
  • Update all docker ci images and create MRs with new omniORB
  • Rebase against main and use these MRs
  • Remove support for omniORB 4.2.x
  • Disable exceptionIdInAny
  • Rebase and remove runners branch
  • Add omniORB 4.3.0 for windows, see https://github.com/tango-controls/omniorb-windows-ci
  • Update INSTALL.md
  • Adapt appveyor.yml and cmake
  • Merge related PRs, tag repos and use the tag instead of the branch name

Related MRs:

Close #760 (closed)

Edited by Thomas Braun

Merge request reports