Fwd: Contributing to the Apache Docker Account

2016-07-13 Thread Bruce Snyder
John, can you help out Victor with his request to contribute his image to the ASF account at Docker Hub? It looks like you were the last one to respond to Victor's request who has knowledge of the ASF account at Docker Hub. Is there anyone else who can help Victor get his Docker image contributed

[GitHub] activemq-artemis pull request #633: ARTEMIS-573 clarify filter documentation

2016-07-13 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/633 ARTEMIS-573 clarify filter documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-573

[GitHub] activemq-artemis pull request #630: ARTEMIS-628 add BROWSE role

2016-07-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/630 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] activemq-artemis issue #630: ARTEMIS-628 add BROWSE role

2016-07-13 Thread andytaylor
Github user andytaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/630 The test failures were environmental, I will get this merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] activemq-cpp pull request #1: Private to protected transition of getOpenSSLC...

2016-07-13 Thread tsunday
GitHub user tsunday opened a pull request: https://github.com/apache/activemq-cpp/pull/1 Private to protected transition of getOpenSSLCtx method # Overview of the change This small change allows to override default behaviour of OpenSSLContextSpi in derived classes. Base