[GitHub] activemq-artemis issue #2011: ARTEMIS-1740: Add support for regex based cert...

2018-04-11 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/2011 This looks good except for a few things: - I would rather not have an additional file for the regex properties. I think it would be better to instead denote the regex

[GitHub] activemq-artemis pull request #2004: ARTEMIS-1793 fix 'destination-type' STO...

2018-04-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2004 ARTEMIS-1793 fix 'destination-type' STOMP header You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS

[GitHub] activemq-artemis pull request #2001: ARTEMIS-1792 race in STOMP unsubscribe

2018-04-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2001 ARTEMIS-1792 race in STOMP unsubscribe You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1792

[GitHub] activemq-artemis pull request #1998: ARTEMIS-1701 strip zone id from IPv6 ho...

2018-04-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1998 ARTEMIS-1701 strip zone id from IPv6 host You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1701

[GitHub] activemq-artemis pull request #1990: [ARTEMIS-1770] Log warning instead of s...

2018-04-03 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1990#discussion_r178924323 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionImpl.java --- @@ -29,12 +29,7

[GitHub] activemq-artemis issue #1982: JUnit rules to be usable against external secu...

2018-03-30 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1982 @mohamnag, by "normal API" I mean "a client API which is normally used by remote clients (e.g. 'core' API or JMS API)." As I see it, most of the power in the Art

[GitHub] activemq-artemis issue #1982: JUnit rules to be usable against external secu...

2018-03-29 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1982 Couple of things related to your commit: 1. The commits should be squashed. 2. The commit message should follow the recommendation from the [Hacking Guide](https

[GitHub] activemq-artemis issue #1955: Artemis 1748

2018-03-15 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1955 I don't mean to be pedantic, but can you squash these and add the JIRA to the final commit message? Also, I know there wasn't a test added on ARTEMIS-1050, but would it be possible

[GitHub] activemq-artemis pull request #1948: NO-JIRA clean Artemis artifacts from Tr...

2018-03-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1948 NO-JIRA clean Artemis artifacts from Travis cache You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1947: NO-JIRA update upgrade details for 2.4-...

2018-03-09 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1947 NO-JIRA update upgrade details for 2.4->2.5 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_w

[GitHub] activemq-artemis issue #1942: ARTEMIS-1682 Set packaging jar for artemis-ser...

2018-03-08 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1942 Agreed. I just wanted to make a note for posterity's sake before I merged it. :) ---

[GitHub] activemq-artemis issue #1942: ARTEMIS-1682 Set packaging jar for artemis-ser...

2018-03-08 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1942 I'm guessing that this will break the stuff committed for https://issues.apache.org/jira/browse/ARTEMIS-1630, but at this point I can't even get the tests in that commit to run

[GitHub] activemq-artemis pull request #1943: NO-JIRA review docs for content, style,...

2018-03-08 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1943 NO-JIRA review docs for content, style, & format You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-art

[GitHub] activemq-artemis issue #1941: ARTEMIS-1714 update link

2018-03-08 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1941 I've got a bunch of other doc updates coming ASAP, and I'll include this one so you can just close this so I don't have to merge and rebase. ---

[GitHub] activemq-artemis pull request #1938: Documentation about versions and upgrad...

2018-03-07 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1938 Documentation about versions and upgrade procedures You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1935: ARTEMIS-1198 add listAllSessionsAsJSON ...

2018-03-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1935 ARTEMIS-1198 add listAllSessionsAsJSON mgmnt method You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis issue #1919: ARTEMIS-1723 Migrate AMQP C# examples to the c...

2018-03-06 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1919 I ran the PR build locally and it passed. Previous failures were spurious and not related to the PR. ---

[GitHub] activemq-artemis issue #1928: ARTEMIS-1722 Don't copy message bytes unless n...

2018-03-06 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1928 If we want this in 2.5 I think we should merge it today. ---

[GitHub] activemq-artemis issue #1933: ARTEMIS-1731 Support offline validation

2018-03-06 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1933 From the [JIRA](https://issues.apache.org/jira/browse/ARTEMIS-1731), "...starting Artemis fails when the server running broker has no Internet access." ---

[GitHub] activemq-artemis pull request #1934: NO-JIRA ignore exception when deleting ...

2018-03-06 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1934 NO-JIRA ignore exception when deleting temp queue You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1931: ARTEMIS-1719 fix threadleakrule after N...

2018-03-05 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1931 ARTEMIS-1719 fix threadleakrule after Netty upgrade You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis issue #1920: Added acknowledgements for messages expired wi...

2018-03-05 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1920 I wanted to keep your commit, but I also wanted to get this merged so it can be included in the upcoming 2.5 release. Therefore, I sent #1930 which has your commit with and updated

[GitHub] activemq-artemis pull request #1930: ARTEMIS-1730 fix expiry without address...

2018-03-05 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1930 ARTEMIS-1730 fix expiry without address or bindings You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis issue #1920: Added acknowledgements for messages expired wi...

2018-03-03 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1920 This change needs a JIRA and a test as well. ---

[GitHub] activemq-artemis pull request #1927: ARTEMIS-1720 put activemq.xsd in 'schem...

2018-03-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1927 ARTEMIS-1720 put activemq.xsd in 'schema' dir You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS

[GitHub] activemq-artemis pull request #1922: [ARTEMIS-1724] Create Artemis Openwire ...

2018-03-02 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1922#discussion_r171909862 --- Diff: tests/karaf-client-integration-tests/pom.xml --- @@ -36,6 +36,18

[GitHub] activemq-artemis pull request #1922: [ARTEMIS-1724] Create Artemis Openwire ...

2018-03-02 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1922#discussion_r171901488 --- Diff: tests/karaf-client-integration-tests/pom.xml --- @@ -36,6 +36,18

[GitHub] activemq-artemis pull request #1926: ARTEMIS-1721 fix broken doc link

2018-03-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1926 ARTEMIS-1721 fix broken doc link You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1721

[GitHub] activemq-artemis pull request #1924: ARTEMIS-1696 doc updates

2018-03-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1924 ARTEMIS-1696 doc updates You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1696 Alternatively you

[GitHub] activemq-artemis issue #1915: Handful of work

2018-03-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1915 Rebased. ---

[GitHub] activemq-artemis pull request #1915: Handful of work

2018-03-01 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1915 Handful of work You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis exampleWork Alternatively you can review

[GitHub] activemq-artemis pull request #1900: ARTEMIS-1704 clear activate callbacks w...

2018-02-26 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1900 ARTEMIS-1704 clear activate callbacks when stopping You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1893: NO-JIRA make MessageConsumerTest determ...

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1893 NO-JIRA make MessageConsumerTest deterministic The method testStopConnectionDuringOnMessage in this class was relying on sleep() calls for critical timing. This test fails sometimes

[GitHub] activemq-artemis pull request #1887: ARTEMIS-1696 allow empty 'address' for ...

2018-02-22 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1887#discussion_r170153460 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java --- @@ -1671,7 +1671,7

[GitHub] activemq-artemis pull request #1890: NO-JIRA fix JMX examples

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1890 NO-JIRA fix JMX examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis jmxExamples Alternatively you

[GitHub] activemq-artemis pull request #1889: ARTEMIS-1698 support 'instance' web dep...

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1889 ARTEMIS-1698 support 'instance' web deployments You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS

[GitHub] activemq-artemis pull request #1888: ARTEMIS-1697 give ActivateCallback defa...

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1888 ARTEMIS-1697 give ActivateCallback default methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1887: ARTEMIS-1696 allow empty 'address' for ...

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1887 ARTEMIS-1696 allow empty 'address' for grouping-handler You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1885: ARTEMIS-1694 fix graceful-shutdown doc

2018-02-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1885 ARTEMIS-1694 fix graceful-shutdown doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1694

[GitHub] activemq-artemis pull request #1883: Couple of small fixes

2018-02-21 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1883 Couple of small fixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work Alternatively you can

[GitHub] activemq-artemis issue #1881: ARTEMIS-1684 fail build for failed 'fast' test...

2018-02-21 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1881 I'm looking into it now. Trying to reproduce the failure locally, but have been unsuccessful so far. ---

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-21 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1881#discussion_r169664598 --- Diff: .travis.yml --- @@ -1,7 +1,7 @@ sudo: false language: java install: true -script: mvn -Pfast-tests -Pextra-tests -B

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-20 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1881#discussion_r169453963 --- Diff: .travis.yml --- @@ -1,7 +1,7 @@ sudo: false language: java install: true -script: mvn -Pfast-tests -Pextra-tests -B

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-20 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1881#discussion_r169429443 --- Diff: artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java --- @@ -179,6 +182,7 @@ private void doCheck

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-20 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1881#discussion_r169374458 --- Diff: artemis-commons/src/test/java/org/apache/activemq/artemis/utils/NetworkHealthTest.java --- @@ -159,7 +159,7 @@ public void

[GitHub] activemq-artemis pull request #1881: ARTEMIS-1684 fail build for failed 'fas...

2018-02-20 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1881 ARTEMIS-1684 fail build for failed 'fast' tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS

[GitHub] activemq-artemis pull request #1879: ARTEMIS-1688 fix cluster when auto-crea...

2018-02-19 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1879 ARTEMIS-1688 fix cluster when auto-create-addresses=false You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1878: ARTEMIS-872 fix negative space calculat...

2018-02-19 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1878 ARTEMIS-872 fix negative space calculation You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-872

[GitHub] activemq-artemis pull request #1874: ARTEMIS-1687 reduce logging for fast-te...

2018-02-19 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1874#discussion_r169119878 --- Diff: artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java --- @@ -365,8 +365,6 @@ public void setUp

[GitHub] activemq-artemis pull request #1875: ARTEMIS-1688 fix cluster when auto-crea...

2018-02-16 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1875 ARTEMIS-1688 fix cluster when auto-create-addresses=false You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis issue #1851: ARTEMIS-1664 fix npe bug while getting element...

2018-02-16 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1851 Please rebase this and push -f so the new Travis CI build for the PR will run. Thanks! ---

[GitHub] activemq-artemis pull request #1857: ARTEMIS-1669 JMS message is not receive...

2018-02-16 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1857#discussion_r168862534 --- Diff: artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRASessionFactoryImpl.java --- @@ -819,13 +819,12 @@ protected

[GitHub] activemq-artemis pull request #1874: ARTEMIS-1687 reduce logging for fast-te...

2018-02-16 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1874 ARTEMIS-1687 reduce logging for fast-tests Logging for the "fast-tests" profile used for PR builds could be reduced significantly. This would save time as well as p

[GitHub] activemq-artemis issue #1793: ARTEMIS-1498: Openwire internal headers should...

2018-02-16 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1793 @RaiSaurabh, the Travis CI issues should be resolved. Can you please rebase this PR and push -f? Thanks! ---

[GitHub] activemq-artemis issue #1873: ARTEMIS-1685 Set MQTT connection clientID befo...

2018-02-16 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1873 @dejanb, can you rebase to get the Travis CI integration bits so the PR build will run properly? ---

[GitHub] activemq-artemis pull request #:

2018-02-16 Thread jbertram
Github user jbertram commented on the pull request: https://github.com/apache/activemq-artemis/commit/6470e7e64d883282624619adc9d4816fa1688a1e#commitcomment-27608481 Can you merge this, @clebertsuconic? Once it's merged I'll ask existing PRs to rebase where applicable. ---

[GitHub] activemq-artemis pull request #:

2018-02-16 Thread jbertram
Github user jbertram commented on the pull request: https://github.com/apache/activemq-artemis/commit/6470e7e64d883282624619adc9d4816fa1688a1e#commitcomment-27608249 I believe the build is triggered for every PR and then for every merge as well. I'm not sure there's a way

[GitHub] activemq-artemis pull request #1872: ARTEMIS-1684 enable Travis CI

2018-02-15 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1872 ARTEMIS-1684 enable Travis CI You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1684 Alternatively

[GitHub] activemq-artemis issue #1835: ARTEMIS-1651 Allow custom etc and data directo...

2018-02-13 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1835 Can you squash these commits, @dejanb? ---

[GitHub] activemq-artemis pull request #1868: ARTEMIS-1678 inherit maven-compiler-plu...

2018-02-13 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1868 ARTEMIS-1678 inherit maven-compiler-plugin version You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1865: ARTEMIS-1666 refactor to avoid duplicat...

2018-02-12 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1865 ARTEMIS-1666 refactor to avoid duplicate code and fix bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis issue #1854: [ARTEMIS-1666] List of prepared transaction de...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1854 Although this has been merged the PR won't be closed automatically (something funny going on in the automation). @yersan, please close this PR manually. ---

[GitHub] activemq-artemis issue #1863: NO-JIRA: Sync OSGi broker config with latest c...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1863 Is there no option to just copy (or build) this file from the source so manual syncing isn't necessary? ---

[GitHub] activemq-artemis issue #1854: [ARTEMIS-1666] List of prepared transaction de...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1854 So forget what I said before. I'll merge this PR and then send a different one upstream to deal with this issue in a different way given the management objects have changed so

[GitHub] activemq-artemis issue #1854: [ARTEMIS-1666] List of prepared transaction de...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1854 Ideally there would be a new PR on master and then a cherry-pick of that same commit onto 1.x (which would preclude this PR from staying open). ---

[GitHub] activemq-artemis issue #1862: ARTEMIS-1676 Support overriding of JAVA_ARGS v...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1862 I something similar possible for artemis.profile.cmd also? ---

[GitHub] activemq-artemis issue #1861: ARTEMIS-1675 Adding --safe option on print-dat...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1861 Checkstyle violation in CoreMessage - extra space before the final semicolon. ---

[GitHub] activemq-artemis issue #1850: ARTEMIS-1667 init pagingFactory with journalBu...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1850 Nice catch! ---

[GitHub] activemq-artemis issue #1854: [ARTEMIS-1666] List of prepared transaction de...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1854 If you don't want to do it let me know, and I'll do it. No worries. In any case, I think this PR should be closed. ---

[GitHub] activemq-artemis issue #1854: [ARTEMIS-1666] List of prepared transaction de...

2018-02-12 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1854 Typically issues like this would be fixed on the 'master' branch first and then back-ported to any other branches to avoid regressions. Although the JMSServerManager is deprecated

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-05 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1846#discussion_r166100953 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -437,7 +437,11 @@ public

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1846 Avoid NPE when setting null address You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work

[GitHub] activemq-artemis pull request #1845: ARTEMIS-1632 add PropertyPermission for...

2018-02-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1845 ARTEMIS-1632 add PropertyPermission for test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1632

[GitHub] activemq-artemis pull request #1844: ARTEMIS-1645 fix test

2018-02-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1844 ARTEMIS-1645 fix test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1645 Alternatively you can

[GitHub] activemq-artemis issue #1834: ARTEMIS-1649 - enable openssl provider for Net...

2018-02-02 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1834 @rpahli, it would be appropriate to add the link to the documentation. ---

[GitHub] activemq-artemis issue #1834: ARTEMIS-1649 - enable openssl provider for Net...

2018-02-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1834 Could you update the SSL documentation in docs/user-manual/en/configuring-transports.md to include the new "sslProvider" parameter including a short explanation of why the JD

[GitHub] activemq-artemis issue #1835: ARTEMIS-1651 Allow custom etc and data directo...

2018-02-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1835 I checked out your branch, and I still see the failures. Does everything in org.apache.activemq.cli.test.ArtemisTest pass for you? ---

[GitHub] activemq-artemis issue #1835: ARTEMIS-1651 Allow custom etc and data directo...

2018-02-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1835 PR build failures look legitimate to me. I reproduced them locally. ---

[GitHub] activemq-artemis issue #1775: ARTEMIS-1587 Add setting to control the queue ...

2018-02-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1775 @stanlyDoge, yes, I think so. ---

[GitHub] activemq-artemis issue #1834: ARTEMIS-1649 - enable openssl provider for Net...

2018-02-01 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1834 Couple of things... - All changes should be squashed into a single commit - The commit message should follow the pattern described in the [Hacking Guide](https://github.com

[GitHub] activemq-artemis pull request #1831: ARTEMIS-1645 diverted msg can't be retr...

2018-01-31 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1831 ARTEMIS-1645 diverted msg can't be retried from DLQ You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request #1830: ARTEMIS-1644 legacy clients can't acces...

2018-01-31 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1830#discussion_r165095416 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/QueueAbstractPacket.java

[GitHub] activemq-artemis pull request #1830: ARTEMIS-1644 legacy clients can't acces...

2018-01-31 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1830#discussion_r16508 --- Diff: artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml --- @@ -78,7 +78,7 @@ ${global-max-section

[GitHub] activemq-artemis pull request #1830: ARTEMIS-1644 legacy clients can't acces...

2018-01-31 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1830 ARTEMIS-1644 legacy clients can't access resources with old prefixes You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram

[GitHub] activemq-artemis issue #1806: [ARTEMIS-1629] Set connection.clientID before ...

2018-01-23 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1806 @jostbg, that's what I was looking for. Although I would expect the commits to be squashed together. ---

[GitHub] activemq-artemis issue #1809: ARTEMIS-1415 potential JMS bridge conn leak

2018-01-23 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1809 @clebertsuconic, go for it. ---

[GitHub] activemq-artemis pull request #1812: ARTEMIS-1399 fix comparison

2018-01-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1812 ARTEMIS-1399 fix comparison You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1399 Alternatively

[GitHub] activemq-artemis pull request #1811: ARTEMIS-1408 document synchronization

2018-01-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1811 ARTEMIS-1408 document synchronization You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1408

[GitHub] activemq-artemis issue #1806: [ARTEMIS-1629] Set connection.clientID before ...

2018-01-23 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1806 @jostbg, you can extend StompTestBase and override the createServer() method. Look at the implementation of createServer() in StompTestBase to get an idea how to create/configure

[GitHub] activemq-artemis pull request #1810: ARTEMIS-1414 potential PrintStream leak

2018-01-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1810 ARTEMIS-1414 potential PrintStream leak You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1414

[GitHub] activemq-artemis pull request #1809: ARTEMIS-1415 potential JMS bridge conn ...

2018-01-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1809 ARTEMIS-1415 potential JMS bridge conn leak You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1415

[GitHub] activemq-artemis pull request #1808: ARTEMIS-836 log JDBC details when start...

2018-01-23 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1808 ARTEMIS-836 log JDBC details when starting You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-836

[GitHub] activemq-artemis pull request #1805: ARTEMIS-609 fix interceptor XML docs

2018-01-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1805 ARTEMIS-609 fix interceptor XML docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-609

[GitHub] activemq-artemis pull request #1804: ARTEMIS-608 document adding runtime dep...

2018-01-22 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1804 ARTEMIS-608 document adding runtime deps You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-608

[GitHub] activemq-artemis issue #1796: ARTEMIS-1623 ActiveMQServerPlugin impl for log...

2018-01-22 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1796 Couple of things: - Nice work! - It's not clear to me why some things are logged at DEBUG vs. INFO. Perhaps the documentation could address this. - Since you're using

[GitHub] activemq-artemis pull request #1781: ARTEMIS-1613 Integrating JDBC into CLI ...

2018-01-18 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1781#discussion_r162473338 --- Diff: artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java --- @@ -557,6 +592,25 @@ public Object run

[GitHub] activemq-artemis pull request #1781: ARTEMIS-1613 Integrating JDBC into CLI ...

2018-01-18 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1781#discussion_r162473145 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java --- @@ -423,8 +423,8

[GitHub] activemq-artemis pull request #1781: ARTEMIS-1613 Integrating JDBC into CLI ...

2018-01-18 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1781#discussion_r162472842 --- Diff: artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/database-store.txt --- @@ -0,0 +1,18

[GitHub] activemq-artemis issue #1781: ARTEMIS-1613 Integrating JDBC into CLI (create...

2018-01-18 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1781 I think it's worth clarifying the specific purpose of Derby in the documentation. My understanding here is that Derby is being packaged for demonstration purposes only and shouldn't

[GitHub] activemq-artemis issue #1788: ARTEMIS-1617 - Properly set autoCreated flag o...

2018-01-18 Thread jbertram
Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/1788 Nice work, @cshannon. ---

<    1   2   3   4   5   6   7   8   9   10   >