Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/2051 you did not fix it. your branch is using a merge commit.. and we cannot merge it the way it is... please run: ```sh git pulll --rebase upstream master ``` upstream being either the remote for git.
---