Justin Bertram
597953b6e2
ARTEMIS-3886 fix CLI operation retry
...
Commit f8b045bd2d
broke the operation
retry as it introduced local variables named "user" and "password" which
overried the class-level variables of the same name. Therefore, when the
user re-enters the username and password on the command-line those
values won't actually be used when attempting to reconnect.
2022-07-11 12:03:14 -05:00
Robbie Gemmell
1c0a6d4091
ARTEMIS-3885: refresh documentation build deps
2022-07-06 13:29:02 +01:00
Robbie Gemmell
a207c614e7
ARTEMIS-3883: use same version + junit helpers as rest of build to start embedded test Directory for example, rather than custom classes
...
Also tweak example output for clarity
2022-07-05 12:52:11 +01:00
Robbie Gemmell
831292e975
ARTEMIS-3883: use common config property to ensure already-aligned httpclient version remains so
2022-07-04 14:51:07 +01:00
Robbie Gemmell
aa14c6e2c8
ARTEMIS-3883: align version of activemq-client used in tests and examples
2022-07-04 14:23:19 +01:00
Robbie Gemmell
8ab792d13c
NO-JIRA: update stale Travis config
2022-07-04 09:46:48 +01:00
GChuf
0ac764324d
NO-JIRA: Update github actions
...
Updates OS from Ubuntu 18 to Ubuntu 20
Updates github actions cache, checkout and setup-java to v3
2022-07-01 20:02:06 +01:00
Robbie Gemmell
ea498e50e3
NO-JIRA: rework GHA jobs cache config
...
- Use simple path instead of earlier workarounds.
- Add cleanup step instead to purge some output.
- Change back to single shared cache, reduces number and combined size
of caches, Checks job usually completes first and contains superset.
- Change the intial key prefix so as to force a new cache
2022-07-01 12:32:49 +01:00
Clebert Suconic
da38fcce71
NO-JIRA reformat AMQPMirrorControllerTarget
2022-06-30 17:37:27 -04:00
iliya
d90179b99c
ARTEMIS-3815 proper retry through IOCompletion when message not found on target queue on Mirror
...
co-authored Clebert Suconic
2022-06-30 17:37:27 -04:00
Robbie Gemmell
2f361b1d40
ARTEMIS-3878: Update to Derby test dep to 10.14.2.0
...
This closes #4129
2022-06-30 11:42:24 +01:00
Clebert Suconic
68f6d8263d
ARTEMIS-3743 / ARTEMIS-3766 Use ACKReason on Mirror to determine target operations and fixing Delivering statistics on Mirror
...
I merged these two JIRAs into one as I was doing an overal check on Mirroring
2022-06-29 19:20:03 -04:00
Robbie Gemmell
1bcf0f35f8
ARTEMIS-3877: move site javadoc generation into release profile, add placeholder for regular assembly use, like all the other module content
...
Adds specific check run to CI job for building the website content, and fixes up some small issues with the other site placeholder content.
2022-06-29 15:46:08 -04:00
Robbie Gemmell
dc8123dfc3
ARTEMIS-3876: stop extracting native lib files for every module, only the root where the tests looks for them
2022-06-28 17:34:49 +01:00
Clebert Suconic
3e4013d8ca
ARTEMIS-3868 Journal compactor split improvement
...
The condition fixed on this commit should not really happen in production
as the compacting counts should always be ordered (records that were compacted earelier will always be at the top of the journal).
However it highlights an improvement that could be done on the journal compacting.
2022-06-27 14:36:36 -04:00
Robbie Gemmell
2ab0e85db4
ARTEMIS-3874: move/update various bits to allow removing many test-jar creations and dependencies
2022-06-27 09:52:54 -04:00
Ryan Highley
2123de415b
ARTEMIS-3873 AMQP Broker Conn Encrypted Attrs
...
Adds support for ENC(...) attribute values for user and password on
amqp-connection.
2022-06-27 14:37:27 +02:00
Robbie Gemmell
d199bf3c8c
ARTEMIS-3870: mark -all client deps optional in distribution pom, avoid passing on clashing/duplicate deps
2022-06-23 09:42:15 +01:00
Gary Tully
6d926719f4
ARTEMIS-3863 - allow Role configuration via properties
2022-06-23 09:41:33 +01:00
Clebert Suconic
56e9d9525d
ARTEMIS-3864 Removing debug statement
2022-06-21 16:53:17 -04:00
Clebert Suconic
8d29742d40
ARTEMIS-3862 Adding Topic Durable Subscription to RemoveSubscriptionRaceTest
...
This commit just contains test additions
2022-06-21 13:24:33 -04:00
Robbie Gemmell
78587f0a82
NO-JIRA: remove unused methods and related dependencies left from initial copy plus some other cleanup
2022-06-20 16:37:04 +01:00
Erwin Dondorp
fd345f0a03
ARTEMIS-3858 fix navigation from consumer/producer columns of a session to those consumers/producers
2022-06-20 06:50:53 +02:00
Clebert Suconic
c1fd16d66a
ARTEMIS-3864 StompTransactions leaking on ActiveMQServer.getSessions()
...
After a TX in stomp is committed, a session will never be cleared from ActiveMQServer
2022-06-17 16:57:35 -04:00
Clebert Suconic
9dd026118e
ARTEMIS-3862 Short lived subscriptiong makes address size inconsistent
2022-06-17 16:57:35 -04:00
Robbie Gemmell
196e604778
NO-JIRA: suppress significant teardown stacktraces after compatibility test that is a no-op...make test itself skip
2022-06-17 13:02:37 +01:00
Clebert Suconic
d0d2a9a16b
2.23.1 release notes on doc
2022-06-14 15:03:49 -04:00
Clebert Suconic
342565d4c1
ARTEMIS-3850 Eliminate Page Soft Cache. Add Option to read messages based on sizing.
2022-06-14 14:53:14 -04:00
Justin Bertram
64de8f8f4e
ARTEMIS-3859 offer "Original Queue" column only for dead-letter or expiry queues
2022-06-14 14:49:16 -04:00
Justin Bertram
c9208aafda
ARTEMIS-3851 MQTT sub q exists after restart despite CleanSession=1
...
MQTT 3.1 and 3.1.1 clients using a clean session should have a
*non-durable* subscription queue. If the broker restarts the queue
should be removed. This is due to [MQTT-3.1.2-6] which states that the
session (and any state) must last only as long as the network
connection.
2022-06-14 14:48:45 -04:00
Clebert Suconic
3002dcefec
NO-JIRA Removing ThreadRuleCheck from CompatibilityTests
...
This is taking too long to fininsh in certain tests. Since it's not really needed I am removing it.
2022-06-13 14:36:52 -04:00
Erwin Dondorp
17f99be1dd
ARTEMIS-3842 removed reference to JDK8 by retiring a whole mvn profile
2022-06-13 13:28:16 +02:00
Clebert Suconic
cf2f9b4ffd
ARTEMIS-3305 Compatibility tests dont work with Java 16+
2022-06-10 17:00:27 -04:00
Clebert Suconic
578f2fb5cf
ARTEMIS-3856 re-applying recursive logic on ThreadLocal
2022-06-10 00:53:28 -04:00
Clebert Suconic
a3997380c7
NO-JIRA removing test-ng from groovy
2022-06-09 14:08:12 -04:00
Robbie Gemmell
88bb733232
ARTEMIS-3410: also disable related test in integration-tests module on Java 16+ for now
2022-06-09 17:28:10 +01:00
Robbie Gemmell
8ee5253281
NO-JIRA: remove ancient exclusion that doesnt match anything in the module
2022-06-09 17:11:35 +01:00
Robbie Gemmell
4581ea5f45
NO-JIRA: remove redundant test exclude for test removed/fixed in 2016 in fa67d40b9d
2022-06-09 17:08:49 +01:00
Robbie Gemmell
9d1ffaedf9
ARTEMIS-3854: remove unused import
2022-06-08 15:12:39 +01:00
Robbie Gemmell
0c5e83b76a
ARTEMIS-3854: use Process.pid() rather than reflection
2022-06-08 15:06:04 +01:00
Clebert Suconic
0fab0dae91
[maven-release-plugin] prepare for next development iteration
2022-06-07 12:39:09 -04:00
Clebert Suconic
224ca0d4d7
[maven-release-plugin] prepare release 2.23.0
2022-06-07 12:39:07 -04:00
Clebert Suconic
04e4e7af86
NO-JIRA some extra cleanup on Releasing.md
2022-06-07 12:05:05 -04:00
Clebert Suconic
1eda08bc53
NO-JIRA Removing some obvious statements from Releasing.md
...
Removing some noise from releasing.md on this case will help highlight what's important
2022-06-07 11:55:28 -04:00
Domenico Francesco Bruscino
8d27f3e333
ARTEMIS-3853 Fix default ping command IPv6 for Windows
2022-06-07 11:51:14 -04:00
Clebert Suconic
1223f4fb03
NO-JIRA Updating Release notes on Docs, pre release
2022-06-07 11:35:20 -04:00
Justin Bertram
73758c91f4
NO-JIRA add DB upgrade instructions for 2.21.0
2022-05-31 23:11:11 -05:00
Justin Bertram
2e1bf7fbf7
NO-JIRA update release docs for 2.22.0
2022-05-31 11:47:37 -05:00
Robbie Gemmell
e49a9521aa
ARTEMIS-3849: Update to Spring 5.3.20
...
This closes #4096
2022-05-26 13:56:45 +01:00
Clebert Suconic
a2dd805a2f
ARTEMIS-3848 High CPU usage on ReadWriteLocks
...
This is caused by too many entries on the HashMap for ThreadLocals.
Also: I'm reviewing some readlock usage on the StorageManager to simplify things a little bit.
2022-05-25 12:27:57 -04:00