[GitHub] activemq-artemis issue #1986: ARTEMIS-1653 Allow database tables to be creat...

2018-04-03 Thread nlippke
Github user nlippke commented on the issue: https://github.com/apache/activemq-artemis/pull/1986 @franz1981 :+1: ---

[GitHub] activemq-artemis pull request #1987: [ENTMQBR-1034] Connector parameters not...

2018-04-03 Thread TomasHofman
GitHub user TomasHofman opened a pull request: https://github.com/apache/activemq-artemis/pull/1987 [ENTMQBR-1034] Connector parameters not backward compatible https://issues.jboss.org/browse/ENTMQBR-1034 Fixing backward compatibility with HornetQ: * Translate transport

[GitHub] activemq-artemis issue #1986: ARTEMIS-1653 Allow database tables to be creat...

2018-04-03 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/1986 @nlippke > Statement-checks are all uppercase. Implementors using this method need to be aware of it Thanks for the note :+1: I have added a `String::toUpperCase`

[GitHub] activemq-artemis pull request #1984: ARTEMIS-1779 ClusterConnectionBridge ma...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1984#discussion_r178814438 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java --- @@ -127,9

[GitHub] activemq-artemis pull request #1986: ARTEMIS-1653 Allow database tables to b...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1986#discussion_r178806417 --- Diff: artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java --- @@ -191,9 +191,18

[GitHub] activemq-artemis pull request #1989: ARTEMIS-1772 Reduce memory footprint an...

2018-04-03 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/1989 ARTEMIS-1772 Reduce memory footprint and allocations of QueueImpl It includes: - Message References: no longer uses boxed primitives and AtomicInteger - Node: intrusive nodes no

[GitHub] activemq-artemis issue #1985: ARTEMIS-1780 Handle conversion of large Object...

2018-04-03 Thread tabish121
Github user tabish121 commented on the issue: https://github.com/apache/activemq-artemis/pull/1985 I updated the patch to remove the duplicate decode which seems to have been the root cause of the other test failure. ---

[GitHub] activemq-artemis pull request #1984: ARTEMIS-1779 ClusterConnectionBridge ma...

2018-04-03 Thread gaohoward
Github user gaohoward commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1984#discussion_r178819137 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionBridge.java --- @@ -127,9 +126,6

[GitHub] activemq-artemis issue #1987: ARTEMIS-1781 Connector parameters not backward...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1987 It would be nice to have a compatibility test added. ---

[GitHub] activemq-artemis pull request #1989: ARTEMIS-1772 Reduce memory footprint an...

2018-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1989 ---

[GitHub] activemq-artemis issue #1987: ARTEMIS-1781 Connector parameters not backward...

2018-04-03 Thread TomasHofman
Github user TomasHofman commented on the issue: https://github.com/apache/activemq-artemis/pull/1987 @clebertsuconic could you point me to where you keep similar tests? So far I have a deal with EAP QE that they would create it for EAP. ---

[GitHub] activemq-artemis pull request #1988: ARTEMIS-1782 fix for displaying hawtio ...

2018-04-03 Thread stanlyDoge
GitHub user stanlyDoge opened a pull request: https://github.com/apache/activemq-artemis/pull/1988 ARTEMIS-1782 fix for displaying hawtio console sub-level tabs You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis issue #1987: ARTEMIS-1781 Connector parameters not backward...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1987 @TomasHofman look under master/tests/compatiblity-tests There are a bunch of tests where we mix different versions using classLoading and groovy to avoid syntax

[GitHub] activemq-artemis issue #1985: ARTEMIS-1780 Handle conversion of large Object...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1985 @tabish121 this passed earlier today and failed now... Can you rebase (change the commit id) just to force another build please? ---

[GitHub] activemq-artemis issue #1985: ARTEMIS-1780 Handle conversion of large Object...

2018-04-03 Thread tabish121
Github user tabish121 commented on the issue: https://github.com/apache/activemq-artemis/pull/1985 That's twice now today I've rebased. Test failure doesn't seem related to AMQP ---

[GitHub] activemq-artemis issue #1985: ARTEMIS-1780 Handle conversion of large Object...

2018-04-03 Thread clebertsuconic
Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1985 Thanks a lot. I will check what’s going on. Thanks. ---

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

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

[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 #1990: [ARTEMIS-1770] Log warning instead of stacktra...

2018-04-03 Thread rstancel
Github user rstancel commented on the issue: https://github.com/apache/activemq-artemis/pull/1990 While clear shutdown it makes no sence to throw any exception. It should be sufficient just to log message about whats happening. ---

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

2018-04-03 Thread rstancel
GitHub user rstancel opened a pull request: https://github.com/apache/activemq-artemis/pull/1990 [ARTEMIS-1770] Log warning instead of stacktrace while shutdown Jira: https://issues.apache.org/jira/browse/ARTEMIS-1770 You can merge this pull request into a Git repository by

[GitHub] activemq-artemis pull request #1984: ARTEMIS-1779 ClusterConnectionBridge ma...

2018-04-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1984 ---

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

2018-04-03 Thread clebertsuconic
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 pull request #1986: ARTEMIS-1653 Allow database tables to b...

2018-04-03 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/1986 ARTEMIS-1653 Allow database tables to be created externally The previous commit about this feature wasn't using the right ResultSet to count the rows in a table. Additional

[GitHub] activemq-artemis issue #1986: ARTEMIS-1653 Allow database tables to be creat...

2018-04-03 Thread franz1981
Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/1986 @clebertsuconic I haven't reverted tha change made by https://github.com/apache/activemq-artemis/commit/ef74221684e8bf7f5ad0992f2c4ef81aa2ff986e but isn't necessary anymore, because