Clebert Suconic
3c46871f79
ARTEMIS-4743 Allow single line header option
...
This option would restore the previous presentation form without the line
split on the header.
Also some improvements on loop options
2024-05-06 16:56:48 -04:00
Clebert Suconic
f9e2f09207
ARTEMIS-4762 NPE when running 'artemis queue stat' against older server
2024-05-06 16:56:48 -04:00
Clebert Suconic
8880ae92d9
ARTEMIS-4725 Fixing intermittent failure on test
2024-04-16 21:26:01 -04:00
Clebert Suconic
eb7b0b0946
ARTEMIS-4725 Mirroring tests using multiple versions
2024-04-16 14:52:59 -04:00
Clebert Suconic
375397b811
NO-JIRA Compatiblity test for Mirroring
...
just keeping a test I wrote for investigating a non issue
2024-04-11 18:39:50 -04:00
Clebert Suconic
162c4f6655
ARTEMIS-4498 Making queues always manageable
2024-04-11 10:28:04 -04:00
Justin Bertram
2cc3704551
[maven-release-plugin] prepare for next development iteration
2024-03-19 15:22:47 -05:00
Justin Bertram
900d217bf9
[maven-release-plugin] prepare release 2.33.0
2024-03-19 15:21:32 -05:00
Robbie Gemmell
723c11ac15
ARTEMIS-4656: remove superflous artemis-spring-integration module
2024-02-27 16:02:54 +00:00
Alexey Markevich
9cd598ebf4
ARTEMIS-1230 Added artemis-bom
2024-02-14 10:33:19 +00:00
Robbie Gemmell
8ad8c9d385
ARTEMIS-4589: consolidate utility code and remove the remaining test-jar creations in tests/ tree
2024-01-30 13:18:18 -05:00
Clebert Suconic
e513e6d2dd
[maven-release-plugin] prepare for next development iteration
2024-01-24 14:21:08 -05:00
Clebert Suconic
dbaa508d07
[maven-release-plugin] prepare release 2.32.0
2024-01-24 14:21:07 -05:00
Justin Bertram
eb7d131a8b
ARTEMIS-4567 support OpenWire clients for broker embedded in Jakarta environment
...
If the broker is embedded into a Jakarta environment then the existing
artemis-openwire-protocol module won't work because it uses javax
classes.
This commit adds a new Jakarta-specific module that can be used to
support OpenWire clients in Jakarta environments (e.g. Spring Boot 3).
Users will simply need to include this version on their classpath to
enable support.
2024-01-19 16:05:25 +00:00
Robbie Gemmell
66dd52fcf2
ARTEMIS-4490: update to SLF4J 2.0.9
2023-11-03 17:55:48 +00:00
Robbie Gemmell
bbe40c4b45
[maven-release-plugin] prepare for next development iteration
2023-10-27 11:14:45 +01:00
Robbie Gemmell
f4bccc1a26
[maven-release-plugin] prepare release 2.31.2
2023-10-27 11:14:19 +01:00
Clebert Suconic
845648526f
[maven-release-plugin] prepare for next development iteration
2023-10-25 14:45:43 -04:00
Clebert Suconic
5a1c9bf3d1
[maven-release-plugin] prepare release 2.31.1
2023-10-25 14:45:41 -04:00
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
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
Robbie Gemmell
819e1a9802
NO-JIRA: make various poms indents consistent
2023-09-12 17:03:58 +01: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
bf9654e1fd
ARTEMIS-4360 Moving skipCompatibilityTests property inside ./compatibility-tests/pom.xml
2023-07-13 07:02:15 -04:00
Clebert Suconic
c9f2f53b88
ARTEMIS-4360 Make compatibility-tests opt in with -Pcompatibility-tests
2023-07-12 12:46:15 -04: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
Justin Bertram
5e32a1ab62
ARTEMIS-4212 add compatibility tests
2023-05-05 11:10:53 -07:00
Robbie Gemmell
e6fbdb1d55
ARTEMIS-4223: make compatibility tests handle version qualifiers from some JDK builds, e.g -beta from some EAs.
2023-03-29 12:53:45 +01: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
Clebert Suconic
af9bd7b84a
ARTEMIS-4065 Optimize page counters to not use the journal as often
...
- From now on we will save snapshots of page-counters on the journal (basically for compatibility with previous verions).
And we will recount the records on startup.
- While the rebuild is being done the value from the previous snapshot is still available with current updates.
2022-12-15 10:30:18 -05:00
Robbie Gemmell
f790911c44
ARTEMIS-4110: insert standard ASF licence header comment in various cases, such as to replace a javadoc header
2022-12-07 10:21:25 +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
2ba6452b83
ARTEMIS-4020 removing ActiveMQTestBase::instanceLog
2022-09-29 17:46:51 -04:00
Clebert Suconic
12cc70c5bf
ARTEMIS-4020 Using a little trick to create the Loggers
...
Trick provided by Tim Bish
2022-09-29 17:46:51 -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
e654eba0de
ARTEMIS-3987 Removing ActiveMQ Artemis Rest from the codebase.
...
As we discussed on the dev list, this module hasn't been used for a while, and we have been asking users to use stomp and stomp-WS instead.
2022-09-12 15:09:31 -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
51825b18ba
NO-JIRA: remove now-stale comments on tests that I missed when switching to cp files in 71b781d919
2022-08-18 16:07:25 -04:00