[
https://issues.apache.org/jira/browse/ARTEMIS-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548551#comment-16548551
]
ASF GitHub Bot commented on ARTEMIS-1970:
-----------------------------------------
Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/2186
I have been only doing git cherry-pick -x on 2.6.x
you have two options:
Do the following:
```sh
git fetch upstream
git checkout upstream/2.6.x -B 2.6.x
git cherry-pick -x <the original-commit>
git push apache 2.6.x
```
or
```
git commit --ammend
```
And add the text cherry-pick -x would have added to your commit.
and I will merge it for you.
The issue is that gitbot doesn't close Pull Requests on non default
branches unless we do an exact merge without rebasing.
> Clean up LDAP connection in JAAS login module
> ---------------------------------------------
>
> Key: ARTEMIS-1970
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1970
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.6.2
> Reporter: Justin Bertram
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.7.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)