GitHub user gtully reopened a pull request:
https://github.com/apache/activemq-artemis/pull/2346
ARTEMIS-2110 allow a lease renew without update to the expiry timestaâ¦
â¦mp. Fix intermittent failure of
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcLeaseLockTest#shouldRenewAcquiredLock
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gtully/activemq-artemis ARTEMIS-2110
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2346.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 #2346
----
commit 2e96d9b5ccc8fdbf0081ebb0df8c6a4a81663d34
Author: gtully <gary.tully@...>
Date: 2018-10-05T11:10:56Z
ARTEMIS-1684 - don't build the -web module due to the node and gitbook
dependency for travis ci
commit 0963c3fd6bda6f8295c3aeeb15764fa99c6d5822
Author: gtully <gary.tully@...>
Date: 2018-10-04T15:47:16Z
ARTEMIS-2110 allow a lease renew without update to the expiry timestamp.
Fix intermittent failure of
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcLeaseLockTest#shouldRenewAcquiredLock
----
---