Clebert Suconic
0d2a94b006
[maven-release-plugin] prepare for next development iteration
2023-09-15 14:40:49 -04:00
Clebert Suconic
74f08ea059
[maven-release-plugin] prepare release 2.31.0
2023-09-15 14:40:45 -04:00
Clebert Suconic
d82f838284
NO-JIRA Fixing a typo
2023-09-15 14:23:27 -04:00
Clebert Suconic
784aa9f884
[maven-release-plugin] prepare for next development iteration
2023-09-14 16:54:07 -04:00
Clebert Suconic
816b0828eb
[maven-release-plugin] prepare release 2.31.0
2023-09-14 16:54:05 -04:00
Clebert Suconic
6c9ddfd460
[maven-release-plugin] prepare for next development iteration
2023-09-14 14:58:10 -04:00
Clebert Suconic
30e4df8ff8
[maven-release-plugin] prepare release 2.31.0
2023-09-14 14:58:07 -04:00
Clebert Suconic
536174e0bb
ARTEMIS-4397 Fixing Upgrade command
...
co-authored with Domenico Francesco Bruscino <brusdev@apache.org>
2023-09-14 12:25:46 -04:00
Robbie Gemmell
819e1a9802
NO-JIRA: make various poms indents consistent
2023-09-12 17:03:58 +01:00
Clebert Suconic
6a8cd175dc
ARTEMIS-4401 improving JDBC Performance with Paging by a significant factor
2023-09-12 08:34:09 -04:00
Timothy Bish
d830f04de8
ARTEMIS-4419 Add federation support to AMQP broker connections
...
Allows federation of addresses and queues over an outbound AMQP broker
connection and provide configuration via XML or broker propeties.
2023-09-11 16:38:36 -04:00
Clebert Suconic
47a3ee5304
ARTEMIS-4413 Improve reliability of CheckTest.testNodeCheckTopology
...
I have also made some other quick changes to make testing here easier.
2023-09-01 11:53:58 -04:00
Clebert Suconic
78a3e66f3d
ARTEMIS-4372 Renaming --staticCluster as --static-cluster
2023-09-01 11:53:58 -04:00
Šmucr Jan
999789bdc5
ARTEMIS-4390 Fix the upgrade-linux smoke test on Windows
...
The test cannot work on Windows unless I can make the `upgrade` CLI command
respect my choice to upgrade a Linux distribution. This commit therefore adds
a new `--linux` option for the `upgrade` command, and leverages it in the
`upgrade-linux` smoke test.
* The `--cygwin` option has been preserved for backwards compatibility.
* The `IS_CYGWIN` attribute has been renamed to `IS_NIX` to reflect the change.
* The OS "recognition" method (in `InstallAbstract::run`) has been updated to
reflect the need for enforcing *nix behavior, which is now the default if all
other methods fail.
2023-08-16 09:06:10 -04:00
Clebert Suconic
064018a3e9
ARTEMIS-4384 cluster verify CLI command
...
ARTEMIS-4385 Expand StatQueue to visualize --clustered
2023-08-11 19:12:44 -04:00
Clebert Suconic
93ee61e35c
ARTEMIS-4372 Implement Pico-cli and script auto-complete
...
ARTEMIS-4375 Implement artemis shell using JLine3 integrated with auto-completion from picocli
This commit involves two JIRAs. One is adding PicoCLI and the next is Using JLine3 and implement a shell.
I have tried to keep these commits separate but these changes became interdependent hence the two JIRAs are squashed in this commit.
2023-07-31 10:40:27 -04:00
Justin Bertram
7048d9d4a5
[maven-release-plugin] prepare for next development iteration
2023-07-20 14:39:21 -05:00
Justin Bertram
f05b63b8a1
[maven-release-plugin] prepare release 2.30.0
2023-07-20 14:36:44 -05:00
Clebert Suconic
677d71b8e7
ARTEMIS-4366 Missing Mirrored ACKs with MULTICAST and subscriptions
2023-07-17 20:19:06 -04:00
Justin Bertram
cce565e78f
ARTEMIS-4353 clean up Maven dependencies
...
This commit contains the following changes:
- eliminate used, undeclared dependencies
- eliminate unused, declared dependencies
- fix scope for test dependencies
- eliminate org.hamcrest completely as its use involved deprecated code
as well as dependencies from multiple versions
2023-07-14 14:03:41 +01:00
Clebert Suconic
ae554b43db
[maven-release-plugin] prepare for next development iteration
2023-06-14 18:20:58 -04:00
Clebert Suconic
2be5c54cd0
[maven-release-plugin] prepare release 2.29.0
2023-06-14 18:20:45 -04:00
Clebert Suconic
80e34bfba7
ARTEMIS-4290 Replacing maven-surefire deprecated property forkMode by forkCount and reuseFork
2023-05-24 22:21:16 -04:00
Clebert Suconic
c7f28ad70b
ARTEMIS-4290 Isolating more threads, removing disableThreadChecks
2023-05-24 11:16:49 -04:00
Stephen Higgs
f1f017fb3b
ARTEMIS-4279 Shutdown critical analyzer thread if error on broker initialization
...
The broker process fails to exit if an error is encountered starting the NodeManager. The issue is resolved by converting the critical analyzer thread to a daemon thread. As added protection, the thread is manually stopped when this error is encountered.
2023-05-16 01:32:43 -07:00
Justin Bertram
bc0b75d25a
ARTEMIS-4265 make more web console tabs conditional on permission
...
Many of the tabs on the web console show up even though the user doesn't
have permission to execute the command corresponding to the tab. For
example the "Connections" tab shows up even though the user can't
execute the `listConnections` management operation.
2023-05-08 19:38:29 +02:00
Clebert Suconic
301aadbf1a
ARTEMIS-4237 SoakPagingTest/ReplicationFlowControlTest into soak-tests
2023-04-05 19:11:23 -07:00
Domenico Francesco Bruscino
ff87b9c5cb
ARTEMIS-4229 Upgrade selenium version to 4.8.3
2023-04-03 09:27:18 +01:00
Domenico Francesco Bruscino
2fcb24ea30
ARTEMIS-4218 Support console smoke tests from remote servers
2023-03-28 10:20:06 +01:00
Clebert Suconic
3e7cb24381
NO-JIRA Adding CompareUpgradeTest to fast-tests
2023-03-02 18:12:51 -08:00
Clebert Suconic
2378d187af
[maven-release-plugin] prepare for next development iteration
2023-01-31 07:22:48 -05:00
Clebert Suconic
893e1e7916
[maven-release-plugin] prepare release 2.28.0
2023-01-31 07:22:47 -05:00
Robbie Gemmell
481d07f27e
ARTEMIS-4092: resolve issues with upgrade backups, tweaks for clarity and consistency, additional output detail
...
Adds test verifications that expected files are backed up and match pre-upgrade reference files.
This closes #4291
2022-11-23 16:05:37 +00:00
Justin Bertram
dce4ba3c1a
[maven-release-plugin] prepare for next development iteration
2022-11-08 13:17:38 -06:00
Justin Bertram
1fd6cb6239
[maven-release-plugin] prepare release 2.27.0
2022-11-08 12:46:20 -06:00
Clebert Suconic
03dec4e2d0
ARTEMIS-4081 Comparing upgrades against fresh instances and some adjustments
2022-11-08 11:29:53 -05:00
Robbie Gemmell
304033673c
ARTEMIS-4081: some small cleanups and fixups
2022-11-07 15:41:44 +00:00
Clebert Suconic
9c88fb4f88
ARTEMIS-4081 Upgrade command
...
This command will help updating the instance from a previous home
2022-11-04 00:13:39 -04:00
Clebert Suconic
db1338af52
ARTEMIS-4020 Fixing Management DTO Parsing with custom ETC
...
This is fixing an issue introduced by the logging changes where a custome ETC would not work correctly.
2022-11-02 15:05:58 -04:00
Robbie Gemmell
9873fccf74
ARTEMIS-4020: switch to using SLF4J API for logging, use Log4J 2 as impl for broker distribution and tests
...
PR includes work from myself and Clebert Suconic, squashed from the new-logging branch.
2022-09-28 14:01:54 -04:00
Clebert Suconic
5d8e7fe829
[maven-release-plugin] prepare for next development iteration
2022-09-21 13:00:47 -04:00
Clebert Suconic
2d7b1a3ef7
[maven-release-plugin] prepare release 2.26.0
2022-09-21 13:00:46 -04:00
Clebert Suconic
7bf1193380
ARTEMIS-4003 Fixing credit starve on Large Message over the bridge or clustering
2022-09-19 12:10:28 -04:00
Clebert Suconic
f47d592079
ARTEMIS-3988 Moving MMSFactoryTest under soak-tests
2022-09-13 23:29:20 -04:00
Clebert Suconic
4ad830fb95
Bumping artemis as 3.0
...
After removing ActiveMQ Artemis rest (per ARTEMIS-3987), we should start promoting Artemis as 3.0
2022-09-12 15:09:31 -04:00
Clebert Suconic
11eab60584
[maven-release-plugin] prepare for next development iteration
2022-08-30 18:04:06 -04:00
Clebert Suconic
fb1b362b47
[maven-release-plugin] prepare release 2.25.0
2022-08-30 18:04:05 -04:00
Clebert Suconic
fa002728f2
[maven-release-plugin] prepare for next development iteration
2022-07-26 11:59:21 -04:00
Clebert Suconic
897d9beaef
[maven-release-plugin] prepare release 2.24.0
2022-07-26 11:59:19 -04:00
Clebert Suconic
79daf49105
[maven-release-plugin] prepare for next development iteration
2022-07-21 17:44:35 -04:00