Justin Bertram
48e8de20e9
ARTEMIS-5015 bump org.jboss.marshalling:jboss-marshalling-river from 2.1.4.Final to 2.2.1.Final
2024-09-10 11:08:13 -05:00
Justin Bertram
4c0a47924c
ARTEMIS-5025 bump org.jboss.marshalling:jboss-marshalling-river from 2.1.4.Final to 2.2.0.Final
2024-08-30 18:44:26 -05:00
Clebert Suconic
c042fb9e13
[maven-release-plugin] prepare for next development iteration
2024-08-16 10:23:18 -04:00
Clebert Suconic
0ec68a93d3
[maven-release-plugin] prepare release 2.37.0
2024-08-16 10:23:17 -04:00
Clebert Suconic
583af58e43
ARTEMIS-4986 Tweaks on test: Disable load balancing and check for no messages
2024-08-15 20:47:56 -04:00
Clebert Suconic
209f293922
[maven-release-plugin] prepare for next development iteration
2024-08-14 14:39:34 -04:00
Clebert Suconic
de6efc82d1
[maven-release-plugin] prepare release 2.37.0
2024-08-14 14:39:21 -04:00
Clebert Suconic
fb7afa8ff3
ARTEMIS-4986 Allow configuring the target destination as well
2024-08-13 22:16:52 -04:00
Clebert Suconic
5adde5ef43
ARTEMIS-4986 Changing plugin to compile phase to make it simpler on CI
2024-08-13 20:18:11 -04:00
Clebert Suconic
10b6ab9bd3
ARTEMIS-4986 Providing a test that will look for the distribution from a System Variable
...
if you define TEST_ROLLED_DISTRIBUTION=your artemis home
testRollUpgrade_Provided_Distribution will execute the rolling upgrade from that distribution
2024-08-13 16:33:00 -04:00
Clebert Suconic
537e0023fc
ARTEMIS-4986 Compatibility issue on Quorum Voting
2024-08-13 14:45:00 -04:00
Clebert Suconic
fa917ae3fd
[maven-release-plugin] prepare for next development iteration
2024-07-25 13:47:10 -04:00
Clebert Suconic
75f17ba64d
[maven-release-plugin] prepare release 2.36.0
2024-07-25 13:47:09 -04:00
Robbie Gemmell
894eca55b0
ARTEMIS-4872: remove superfluous+incorrect distributionManagement for non-deployed test module
2024-07-09 10:41:24 +01:00
dependabot[bot]
82f7f92d48
ARTEMIS-4897 Bump org.apache.servicemix.tooling:depends-maven-plugin
...
Bumps org.apache.servicemix.tooling:depends-maven-plugin from 1.2 to 1.5.0.
---
updated-dependencies:
- dependency-name: org.apache.servicemix.tooling:depends-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 22:35:10 -05:00
dependabot[bot]
0d248032c7
ARTEMIS-4859 Bump org.jboss.marshalling:jboss-marshalling-river
...
Bumps org.jboss.marshalling:jboss-marshalling-river from 2.0.9.Final to 2.1.4.Final.
---
updated-dependencies:
- dependency-name: org.jboss.marshalling:jboss-marshalling-river
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 09:39:27 -05:00
Justin Bertram
d7cf5dfa44
ARTEMIS-4829 use lambdas consistently
...
This commit uses lambdas or method references wherever possible. There
are still a handful of places that appear like they could be changed but
couldn't mainly because they use "this" and the meaning of "this"
changes when using a lambda.
2024-06-21 12:01:16 -04:00
Clebert Suconic
f4fd259f07
[maven-release-plugin] prepare for next development iteration
2024-06-12 11:58:53 -04:00
Clebert Suconic
b4d3a77649
[maven-release-plugin] prepare release 2.35.0
2024-06-12 11:58:52 -04:00
Justin Bertram
14c564a481
ARTEMIS-4800 simplify QueueConfiguration API
...
This commit does the following:
- deprecate all QueueConfiguration ctors
- add `of` static factory methods for all the deprecated ctors
- replace any uses of the normal ctors with the `of` counterparts
This makes the code more concise and readable.
2024-06-10 07:58:40 -07:00
Justin Bertram
7ca30e9a63
ARTEMIS-4796 simplify SimpleString API
...
This commit does the following:
- deprecate the verbosely named `toSimpleString` static factory
methods
- add `of` static factory methods for all the ctors
- replace any uses of the normal ctors with the `of` counterparts
This makes the code more concise and readable.
2024-06-06 11:53:03 -04:00
Robbie Gemmell
362dbd11ac
ARTEMIS-4790: use JUnit 5 for the tests
2024-06-03 10:06:37 -05:00
Clebert Suconic
b9bb494b58
NO-JIRA Simplifying Test
...
No need to test functionality of the mirror. the intention was if the messages would arrive correctly.
Other tests are verfying functionality.
2024-06-01 14:16:40 -04:00
Clebert Suconic
f8dce75ac8
NO-JIRA Fixing imports after removing 2.28
2024-05-30 16:55:55 -04:00
Clebert Suconic
f954212765
NO-JIRA removing 2.28 out of MirrorCompatibilityTest
...
2.28 had a race in its start, where you could eventually lose messages.
This was later fixed, but there's no point on testing the functionality with 2.28 as it will be always broken.
2024-05-30 16:53:36 -04:00
Clebert Suconic
6cd9c9730b
[maven-release-plugin] prepare for next development iteration
2024-05-29 12:13:17 -04:00
Clebert Suconic
30ea6eeae0
[maven-release-plugin] prepare release 2.34.0
2024-05-29 12:13:16 -04:00
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