GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2182
ARTEMIS-1981 JDBCJournalImpl constructor isn't using tableName parameter
Removed the unused/redundant constructor parameter tableName
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1981
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2182.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 #2182
----
commit 9df9a1a4586a5f960a818cfa94299bc45fe8ba04
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-07-12T13:24:32Z
ARTEMIS-1981 JDBCJournalImpl constructor isn't using tableName parameter
Removed the unused/redundant constructor parameter tableName
----
---