You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by ingo1121 <gi...@git.apache.org> on 2018/03/29 22:41:41 UTC

[GitHub] activemq-artemis pull request #1983: ARTEMIS-1749 - Fixes the ssl-enabled-cr...

GitHub user ingo1121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1983

    ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

    Also, this is a pretty obvious fix. Doesn't quite fix ssl-enabled-dual-authentication
    , though,,

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ingo1121/activemq-artemis master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1983.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1983
    
----
commit 1e1bd29268714ce48b88c9fc09300fc19d61c32a
Author: Ingemar Allqvist <in...@...>
Date:   2018-03-29T11:46:40Z

    Added missing variable

commit f75af1c09ac1ea5cef6697b249fb2da5cabd4e04
Author: Ingemar Allqvist <in...@...>
Date:   2018-03-29T11:50:05Z

    Merge remote-tracking branch 'upstream/master'

commit 0f3add95592fab4204f0f9d306240911ca90ea34
Author: Ingemar Allqvist <in...@...>
Date:   2018-03-29T20:15:55Z

    Merge remote-tracking branch 'upstream/master'

commit ad54423b927bc1726cf7293d3790ac4e9719aaf1
Author: Ingemar Allqvist <in...@...>
Date:   2018-03-29T20:55:45Z

    This is obviously wrong - but it doesn't seem to be enough

----


---

[GitHub] activemq-artemis pull request #1983: ARTEMIS-1749 - Fixes the ssl-enabled-cr...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1983


---

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1983
  
    @ingo1121 actually I'm reverting this PR. These examples are not running after your change. I shouldn't have merged it in the first place


---

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

Posted by ingo1121 <gi...@git.apache.org>.
Github user ingo1121 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1983
  
    Hi!
    
    Sorry for the mess with the git tree!
    
     
    
    I have some question, though: 
    
     
    
    1.	What is your normal build procedure? On my fork, I’ve made a Jenkins job, that just does a ”mvn install” ob the root directory; no profiles or anything. Is that reasonable?
    2.	I tried to make a ”full example” integration test; by running ”mvn -Pexamples verify” on the examples directory. Unfortuatly it quickly runs out of steam (both on Windows and RHEL). Is this something that should be fixed? Should I register a JIRA? I notice that a lot of Java processes are left behind…
    
     
    
    Regards
    
    Ingemar
    
     
    
     
    
    Från: clebertsuconic <no...@github.com> 
    Skickat: den 3 april 2018 00:52
    Till: apache/activemq-artemis <ac...@noreply.github.com>
    Kopia: ingo1121 <in...@lupusani.se>; Mention <me...@noreply.github.com>
    Ämne: Re: [apache/activemq-artemis] ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt (#1983)
    
     
    
    I fixed it.. but your PR was way too messed up. if I had merged your merges.. we would have created a mess on master. please no merge commits on PRs.
    
    —
    You are receiving this because you were mentioned.
    Reply to this email directly, view it on GitHub <https://github.com/apache/activemq-artemis/pull/1983#issuecomment-378071239> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AVmUYj66_W5-JmAwnvwSRDYeaoh0m8TDks5tkqt4gaJpZM4TBFTa> .  <https://github.com/notifications/beacon/AVmUYowcdPo2x9tuPC1ZkI5SiknEElKeks5tkqt4gaJpZM4TBFTa.gif> 
    



---

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

Posted by ingo1121 <gi...@git.apache.org>.
Github user ingo1121 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1983
  
    Been absent on vacation. Back now. Sorry if i messed up the revision-tree!
    
     Anyway, now the examples in Windows is, is far as I can judge, consistent with examples on RHEL7. 


---

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1983
  
    I fixed it.. but your PR was way too messed up. if I had merged your merges.. we would have created a mess on master. please no merge commits on PRs.


---

[GitHub] activemq-artemis issue #1983: ARTEMIS-1749 - Fixes the ssl-enabled-crl-mqtt

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1983
  
    @ingo1121 can you please do these following commands?
    
    ```sh
    git pull --rebase upstream master
    git push origin -f
    ```


---