Do we have to consider CakePHP ORM not compatible with MySQL 5.7+

Hello,

Moving to a MySQL5.7+ server is not far from a nightmare and searching through Internet to find solutions to fix my queries shows that the job made under the cover by Cake was a big big help, until MySQL5.7 and its new only_full_group_by default option.

Finding this topic and this one give me the shivers.

What is planned about this problem??
Can we have a topic explaining what to do in many cases causing this problem?