elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[8.10] [ML] Treat Boost version as exact required, not minimum #2567

Closed droberts195 closed 1 year ago

droberts195 commented 1 year ago

A Boost upgrade is not trivial and we don't want CMake deciding to do one for us.

Backport of #2566

droberts195 commented 1 year ago

Java integration test failure is because the Elasticsearch version bump is out-of-sync with ML. Merging anyway.